feat: Travel 탭과 여행 리포트 구현#5
Merged
manNomi merged 6 commits intoJun 7, 2026
Merged
Conversation
|
@Designer-Su is attempting to deploy a commit to the manNomi's projects Team on Vercel. A member of the Team first needs to authorize it. |
manNomi
approved these changes
Jun 7, 2026
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.
Summary
BottomNavigation컴포넌트로 분리했습니다.Travel Report모달이 열리도록 구현했습니다.Verification
git diff --check origin/main...HEADnpm run typecheck전체 통과Notes
npm run typecheck는 PR 브랜치에서 실행했으나,origin/main기준 기존 파일인src/components/recap-share/RecapCaptureFrame.tsx의ViewShotRefimport 오류로 실패합니다. 이번 PR에서 추가한 Travel 관련 타입 오류는 해결했습니다.src/components/home/MusicLogCard.tsx,src/components/home/MusicLogSection.tsx,src/mocks/homeMocks.ts,docs/frontend/SOUNDLOG_DESIGN_SYSTEM 2.md변경은 이 PR에 포함하지 않았습니다.