From 217e641af8542a02a57ebd1341c9c4dc11714cfa Mon Sep 17 00:00:00 2001 From: yabo0812 Date: Wed, 22 Oct 2025 15:27:05 +0900 Subject: [PATCH] =?UTF-8?q?design/uiux/ref=5Fimg=20=EA=B2=BD=EB=A1=9C?= =?UTF-8?q?=EB=A5=BC=20git=20=EC=B6=94=EC=A0=81=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 테스트 스크린샷 및 참조 이미지 디렉토리를 .gitignore에 추가 - 임시 검증 이미지 파일들이 버전 관리에 포함되지 않도록 설정 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/settings.local.json | 2 +- .gitignore | 1 + design/uiux/prototype/05-회의진행.html | 4 +- design/uiux/prototype/06-검증완료.html | 33 ++-- design/uiux/prototype/07-회의종료.html | 2 +- design/uiux/prototype/10-회의록상세조회.html | 20 +- design/uiux/prototype/11-회의록수정.html | 197 +------------------ 7 files changed, 30 insertions(+), 229 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 20b958c..4680f7e 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -36,7 +36,7 @@ "Bash(mv:*)", "Bash(cp:*)", "mcp__sequential-thinking__sequentialthinking", - "Bash(git checkout:*)" + "Bash(awk '{print $1\"\"\"\": \"\"\"\"; system(\"\"\"\"sed -n \"\"\"\" $1\"\"\"\"p design/uiux/prototype/common.css\"\"\"\")}')" ], "deny": [], "ask": [] diff --git a/.gitignore b/.gitignore index a887e50..5f53b10 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .DS_Store **/.DS_Store .env +design/uiux/ref_img/ diff --git a/design/uiux/prototype/05-회의진행.html b/design/uiux/prototype/05-회의진행.html index 4c53145..20b1e02 100644 --- a/design/uiux/prototype/05-회의진행.html +++ b/design/uiux/prototype/05-회의진행.html @@ -17,10 +17,10 @@ } .right-sidebar { - display: none; /* 모바일에서는 숨김 */ + display: none; /* 태블릿 이하에서는 숨김 */ } - @media (min-width: 768px) { + @media (min-width: 1024px) { .right-sidebar { display: block; width: 320px; diff --git a/design/uiux/prototype/06-검증완료.html b/design/uiux/prototype/06-검증완료.html index 4bc9f28..1ee4812 100644 --- a/design/uiux/prototype/06-검증완료.html +++ b/design/uiux/prototype/06-검증완료.html @@ -6,6 +6,9 @@ 검증 완료 - 회의록 서비스 @@ -454,7 +273,7 @@
💡 AI 요약 - +