[Chore] : UI 조정 및 검색 투어 종료 버그 수정 (#311) - #312
Open
GulSam00 wants to merge 5 commits into
Open
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LrweuC2EWY9Tbee43P62dM
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LrweuC2EWY9Tbee43P62dM
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LrweuC2EWY9Tbee43P62dM
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LrweuC2EWY9Tbee43P62dM
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LrweuC2EWY9Tbee43P62dM
Owner
Author
|
/describe |
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
Author
|
/review |
|
ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing |
Owner
Author
|
/improve |
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.
📌 PR 제목
[Chore] : UI 조정 및 검색 투어 종료 버그 수정
📌 변경 사항
인기 차트 — 장르 필터 뱃지 아이콘 제거
ChartGenreFilter의 칩에서 이모지 아이콘을 제거하고 라벨 텍스트만 남김STR_TYPE_EMOJI상수(types/tjChart.ts)도 함께 삭제검색 투어 — X 버튼으로 투어가 종료되지 않던 문제 수정
closeButtonAction기본값'close'는 continuous 모드에서 인덱스만 +1 하고status를RUNNING으로 유지해, X를 눌러도 다음 단계로 넘어갈 뿐 투어가 끝나지 않았음closeButtonAction: 'skip'을 지정해controls.skip()이 호출되도록 변경. 상태가SKIPPED가 되면서 기존TOUR_END핸들러의 '다시 보지 않기' 저장까지 정상 동작함이달의 아티스트 — 비로그인 안내를 오버레이로 변경
bg-background/70+backdrop-blur)로 안내 문구만 덮음inert를 적용해 클릭·키보드 포커스·접근성 트리 노출을 차단 (pointer-events-none만으로는 탭 이동이 막히지 않음)기타
sitemap-0.xml재생성💬 추가 참고 사항
pnpm build/pnpm lint/pnpm format통과 (테스트 스위트 없음)dismissKeyAction)와 오버레이 클릭(overlayClickAction)도 기본값이'close'라 동일하게 "다음 단계로 이동"합니다. 다만 ESC는 옵션에'skip'값이 없어('close' | 'next' | 'replay' | false) 종료시키려면 비활성화하는 수밖에 없어 이번 범위에서는 제외했습니다.