모바일 메뉴 UX 개선: 햄버거 메뉴 Drawer 추가 및 접근성 강화#5
Merged
dotnetpower merged 7 commits intomainfrom Nov 24, 2025
Merged
Conversation
Co-authored-by: dotnetpower <15664768+dotnetpower@users.noreply.github.com>
Co-authored-by: dotnetpower <15664768+dotnetpower@users.noreply.github.com>
Co-authored-by: dotnetpower <15664768+dotnetpower@users.noreply.github.com>
Co-authored-by: dotnetpower <15664768+dotnetpower@users.noreply.github.com>
Co-authored-by: dotnetpower <15664768+dotnetpower@users.noreply.github.com>
Co-authored-by: dotnetpower <15664768+dotnetpower@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Improve usability of menu on mobile page
모바일 메뉴 UX 개선: 햄버거 메뉴 Drawer 추가 및 접근성 강화
Nov 24, 2025
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.
모바일 환경에서 기존 scrollable tabs를 Drawer 기반 햄버거 메뉴로 교체하여 사용성을 개선하고 WCAG 2.1 AA 접근성 기준을 완전히 준수합니다.
주요 변경사항
모바일 네비게이션
"메뉴 열기"↔"메뉴 닫기")primary.main배경 +primary.contrastText텍스트 (WCAG AA 대비 준수)데스크톱 네비게이션
iconPosition="start")접근성 (WCAG 2.1 AA)
코드 품질
trackTabChange공통 함수로 탭/Drawer 네비게이션 추적 통합"dashboard","etf-list"등), React key로 사용&.Mui-selected내에서 아이콘 색상 관리스크린샷
모바일 - 메뉴 닫힘

모바일 - 메뉴 열림

모바일 - 선택 상태

영향 범위
frontend/src/App.tsx(+174/-30)menu_item_clicked이벤트 추가 (interaction_type: "drawer"), 기존tab_changed이벤트 유지Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.