fix(layout/ux): 레이아웃·UX 개선 14건 (#98–#111) - #115
Merged
Conversation
- layout.tsx content div에 pt-16 추가로 단일 오프셋 처리 - Container의 py-25를 pb-25 pt-6으로 분리해 상단 중복 제거 - workspace 페이지 로딩/메인 div의 pt-16 제거 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- BottomNavigation에서 메모 탭 제거 (캘린더/칸반 뷰 전환만 담당) - KanbanHeader, CalendarHeader에 메모 토글 버튼 추가 - KanbanBoard, CalendarView에 onToggleMemo/showMemoPanel prop 연결 - 뷰 전환 시 메모 패널 강제 닫힘 동작 제거 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- opacity-0 group-hover 방식 제거 → 터치 기기 접근 불가 문제 해결 - 우상단 ⋮ 버튼 추가, 클릭 시 수정/삭제 드롭다운 표시 - 외부 클릭 시 메뉴 닫힘 처리 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- onClose prop 추가 및 헤더 내 X 버튼 렌더링
- workspace에서 onClose={() => setShowMemoPanel(false)} 전달
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- KanbanBoard에 onPanelOpen prop 추가 - 태스크 클릭 시 MemoView, ProjectInfoPanel 닫힘 처리 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
lnu8926-web
added a commit
that referenced
this pull request
May 14, 2026
PR #115 머지 이후 누락된 WorkspaceFilter.tsx 추가. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
lnu8926-web
added a commit
that referenced
this pull request
May 14, 2026
* feat(layout): 워크스페이스 사이드 네비게이션 추가 데스크탑에서 BottomNavigation을 WorkspaceSidebar(240px)로 대체. 칸반/캘린더/메모 전환 및 프로젝트 목록 링크 포함. 모바일(< md)에서는 기존 BottomNavigation 유지. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(filter): WorkspaceFilter 컴포넌트 누락 파일 추가 PR #115 머지 이후 누락된 WorkspaceFilter.tsx 추가. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat(layout): 전역 AppSidebar로 네비게이션 통합 - WorkspaceNavProvider: 워크스페이스 뷰 상태를 전역 context로 관리 - AppSidebar: 루트 레이아웃에 240px 사이드바 추가 - 전역 메뉴(프로젝트, 공지사항, 어드민) + 워크스페이스 진입 시 sub-nav 표시 - 모바일(< md)에서는 숨김 - Header: 공지사항/어드민 아이콘 데스크탑에서 제거(md:hidden) - workspace 페이지: WorkspaceSidebar 제거, context 연결 - WorkspaceSidebar.tsx 삭제 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(gnb): 헤더 로고 존을 사이드바 너비에 맞게 정렬 - 헤더를 로고 존(w-60)과 컨트롤 존으로 분리 - 데스크탑: 로고가 사이드바(w-60)와 grid 정렬, border-r로 시각적 연결 - 모바일: 기존 레이아웃 유지 - w-[240px] → w-60으로 AppSidebar/Header 통일 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
개요
UX 전문가 관점에서 로그인~전체 화면을 분석하여 도출한 레이아웃·UX 이슈 14건을 수정합니다.
변경 사항
pt-16처리, 각 페이지별 중복 오프셋 제거WorkspaceFilter로 통합top-16기준으로 수정, 이중 스크롤 해소h-[calc(100vh-400px)]→ 자연스러운 flex 레이아웃sm:hidden/hidden sm:block) → 단일 반응형 컴포넌트max-w-4xl mx-auto추가, 하드코딩 배경색 → 디자인 토큰(bg-muted/30)MemoView,KanbanLayoutContext,useKanbanLayout제거body.classList직접 조작 제거, root layout scroll 구조 활용테스트 포인트
🤖 Generated with Claude Code