feat: responsive layout — mobile drawer sidebar + dark chrome polish#26
Merged
Conversation
On narrow screens (< lg) the sidebar is now an off-canvas drawer: a hamburger in the header opens it, a backdrop tap (or navigating) closes it. On lg+ it stays the static sidebar as before. Also lifts the sidebar/header chrome to surface-900 in dark mode so it reads distinct from the content area. Built green (vue-tsc + vite).
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.
Final design candidate: responsive layout.
lg) the sidebar becomes an off-canvas drawer — a hamburger (pi-bars) in the header opens it; a backdrop tap or any navigation closes it. Onlg+ it remains the static sidebar.surface-900so it's distinct from thesurface-950content area.Admin-ui only. Built green (vue-tsc + vite).
반응형 레이아웃: 좁은 화면(
lg미만)에서 사이드바가 햄버거로 여는 오프캔버스 드로어(배경 탭/이동 시 닫힘),lg+ 는 기존 고정 사이드바. 다크모드 크롬을surface-900으로 분리. 빌드 그린.