fix(ux): P0 레이아웃 UX 이슈 수정 — 메모 패널 분리 / 터치 수정·삭제 - #113
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- onClose prop 추가 및 헤더 내 X 버튼 렌더링
- workspace에서 onClose={() => setShowMemoPanel(false)} 전달
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.
관련 이슈
변경 내용
#99 메모 패널 토글 분리
BottomNavigation의 "메모" 탭이 뷰 전환(캘린더/칸반)과 개념이 달라 혼란을 주던 문제를 수정했습니다.
BottomNavigation에서 메모 탭 제거KanbanHeader,CalendarHeader에 메모 토글 버튼 추가#100 ProjectCard 터치 기기 수정/삭제
hover 시에만 보이던 수정/삭제 버튼을 터치 기기에서도 접근 가능하도록 교체했습니다.
opacity-0 group-hover:opacity-100방식 제거⋮버튼 항상 표시변경 파일
BottomNavigation.tsxKanbanHeader.tsxCalendarHeader.tsxKanbanBoard.tsxCalendarView.tsxworkspace/[id]/page.tsxProjectCard.tsx테스트 체크리스트
🤖 Generated with Claude Code