From d9feeca868d688c7536de2677f5704a3584b9631 Mon Sep 17 00:00:00 2001 From: yabo0812 Date: Wed, 22 Oct 2025 10:38:43 +0900 Subject: [PATCH] =?UTF-8?q?UIUX=20=EC=84=A4=EA=B3=84=EC=84=9C=20=EA=B8=B0?= =?UTF-8?q?=EC=A4=80=20=EB=A9=94=EB=89=B4=EB=B0=94=20=ED=91=9C=EC=8B=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 변경사항: - 12-회의록목록조회: 개별 bottom-nav 스타일 제거하여 common.css의 반응형 스타일 적용 - 모바일: bottom-nav 표시 - 데스크톱: bottom-nav 숨김 (사이드바 표시) - 04-템플릿선택: bottom-nav 제거 (UIUX 설계서 기준 메뉴바 불필요) - 06-검증완료: bottom-nav 제거 (UIUX 설계서 기준 메뉴바 불필요) UIUX 설계서 메뉴바 유무 기준: - 메뉴바 O: 01-로그인, 02-대시보드, 09-Todo관리, 12-회의록목록조회 - 메뉴바 X: 03-회의예약, 04-템플릿선택, 05-회의진행, 06-검증완료, 07-회의종료, 08-회의록공유, 10-회의록상세조회, 11-회의록수정 이전화면 이동 버튼: - 모든 필요한 화면에 이미 구현되어 정상 동작 확인 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- design/uiux/prototype/04-템플릿선택.html | 18 --------- design/uiux/prototype/06-검증완료.html | 18 --------- design/uiux/prototype/12-회의록목록조회.html | 42 -------------------- 3 files changed, 78 deletions(-) diff --git a/design/uiux/prototype/04-템플릿선택.html b/design/uiux/prototype/04-템플릿선택.html index 037d20e..95c5c01 100644 --- a/design/uiux/prototype/04-템플릿선택.html +++ b/design/uiux/prototype/04-템플릿선택.html @@ -203,24 +203,6 @@ - diff --git a/design/uiux/prototype/06-검증완료.html b/design/uiux/prototype/06-검증완료.html index 589ccf4..4bc9f28 100644 --- a/design/uiux/prototype/06-검증완료.html +++ b/design/uiux/prototype/06-검증완료.html @@ -195,24 +195,6 @@ - diff --git a/design/uiux/prototype/12-회의록목록조회.html b/design/uiux/prototype/12-회의록목록조회.html index 0678836..68517bd 100644 --- a/design/uiux/prototype/12-회의록목록조회.html +++ b/design/uiux/prototype/12-회의록목록조회.html @@ -324,48 +324,6 @@ margin-bottom: var(--space-lg); } - /* 하단 네비게이션 */ - .bottom-nav { - position: fixed; - bottom: 0; - left: 0; - right: 0; - height: 64px; - background: var(--white); - border-top: 1px solid var(--gray-300); - box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08); - display: flex; - justify-content: space-around; - align-items: center; - z-index: 1000; - } - - .nav-item { - flex: 1; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - gap: 4px; - padding: var(--space-sm); - color: var(--gray-500); - text-decoration: none; - transition: color var(--transition-fast); - font-size: var(--font-caption); - } - - .nav-item.active { - color: var(--primary); - } - - .nav-item:hover { - color: var(--primary); - } - - .nav-icon { - font-size: 24px; - } - /* 반응형 */ @media (min-width: 768px) { .main-content {