From b9ff435a5c0785e9f26a9ad311d8fa231705f828 Mon Sep 17 00:00:00 2001 From: yabo0812 Date: Thu, 23 Oct 2025 11:40:18 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9D=98=EB=A1=9D=20=EA=B3=B5?= =?UTF-8?q?=EC=9C=A0=20=ED=99=94=EB=A9=B4=20=EC=82=AD=EC=A0=9C=EC=97=90=20?= =?UTF-8?q?=EB=94=B0=EB=A5=B8=20=EB=A7=81=ED=81=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 07-회의종료.html의 깨진 링크 제거 - 하단 액션 바에서 "공유" 버튼 제거 - 회의록 확정 후 대시보드로 이동하도록 변경 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- design/uiux/prototype/07-회의종료.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/design/uiux/prototype/07-회의종료.html b/design/uiux/prototype/07-회의종료.html index e52a1f2..bd9dd9e 100644 --- a/design/uiux/prototype/07-회의종료.html +++ b/design/uiux/prototype/07-회의종료.html @@ -296,9 +296,6 @@
- @@ -447,9 +444,7 @@ function confirmMeeting() { if (confirm('회의록을 최종 확정하시겠습니까?\n확정 후에는 Todo가 자동 할당됩니다.')) { showToast('회의록이 확정되었습니다', 'success'); - setTimeout(() => { - navigateTo('08-회의록공유.html'); - }, 1500); + navigateTo('02-대시보드.html'); } }