fix: 오류 수정 및 연결 되지 않았던 api 연동 - #89
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
* feat: LogView 페이지 여행 카드들 기능 연결 * fix: 여행 계획 수정 페이지 뒤로 가기 버튼 클릭 시 이전 페이지로 돌아가도록 수정 * feat: 여행 모달 삭제 버튼 연동 * feat: 토스트 알림 통일 * refactor: 로그 작성 페이지 alert 모달로 통일
- KakaoMap.vue에서 장소 선택 시 마커가 주황색으로 바뀌며 선택돼야하는데 바뀌지 않던 문제 해결
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
resizeImage 함수가 이미지를 JPEG로 변환할 때 원본 파일 확장자를 유지하던 문제 수정.
확장자를 .jpg로 강제 변경하여 Content-Type(image/jpeg)과 파일명이 일치하도록 조치.
이로 인해 Presigned URL 서명 불일치(SignatureDoesNotMatch) 오류 해결.
로그 카드들 본문 html 파싱 모두 적용
여행 모달 Map, Log 탭 상황에 따라 적절히 열리게 적용