From c4872c93a8fe31de257b62a4804a1fc4e160cce8 Mon Sep 17 00:00:00 2001 From: ByungCheol Date: Sat, 27 Jun 2026 22:59:20 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=ED=83=80?= =?UTF-8?q?=EC=9D=B4=ED=8B=80=20=EC=A0=9C=EA=B1=B0(=ED=97=A4=EB=8D=94?= =?UTF-8?q?=EB=A7=8C=20=ED=91=9C=EA=B8=B0)=20+=20=EA=B2=8C=EC=8B=9C?= =?UTF-8?q?=EA=B8=80=20=EC=83=81=EC=84=B8=20=EB=AA=A9=EB=A1=9D=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EC=BD=98/=EA=B3=B5=EC=A7=80=20=EC=B2=B4=ED=81=AC?= =?UTF-8?q?=EB=B0=95=EC=8A=A4=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 각 화면 내

페이지 타이틀 제거 → 헤더 타이틀로 일원화 (가계부 pending 카운트는 유지, 액션 헤더는 우측 정렬) - 게시글 상세: 공지 등록/해제 버튼 제거 + '목록' 아이콘 추가(list 아이콘 신규) - 글 작성/수정 공지 체크박스로 일원화(편집 시 기존값 로드) - ProfileEdit/AccountInfo 화면 내 뒤로가기 제거, 미사용 router 정리 Co-Authored-By: Claude Opus 4.8 --- src/components/ui/IconBtn.vue | 1 + src/views/UsersView.vue | 3 +-- src/views/account/AccountDashboardView.vue | 3 --- src/views/account/AccountTagView.vue | 5 ----- src/views/account/AccountView.vue | 2 +- src/views/account/AccountWalletView.vue | 5 ----- src/views/account/BudgetView.vue | 5 +---- src/views/account/CategoryView.vue | 5 +---- src/views/account/RecurringView.vue | 5 +---- src/views/admin/DefaultCategoryView.vue | 5 ----- src/views/admin/TagAdminView.vue | 2 -- src/views/board/BoardDetailView.vue | 15 ++------------- src/views/board/BoardListView.vue | 3 +-- src/views/board/BoardWriteView.vue | 6 +++--- src/views/settings/AccountInfoView.vue | 1 - src/views/settings/ProfileEditView.vue | 8 -------- src/views/settings/SettingsView.vue | 1 - 17 files changed, 12 insertions(+), 63 deletions(-) diff --git a/src/components/ui/IconBtn.vue b/src/components/ui/IconBtn.vue index 8c9fdde..9934a9b 100644 --- a/src/components/ui/IconBtn.vue +++ b/src/components/ui/IconBtn.vue @@ -27,6 +27,7 @@ const ICONS = { refresh: ['M23 4v6h-6', 'M1 20v-6h6', 'M3.51 9a9 9 0 0 1 14.85-3.36L23 10', 'M1 14l4.64 4.36A9 9 0 0 0 20.49 15'], filter: ['M22 3H2l8 9.46V19l4 2v-8.54L22 3z'], menu: ['M3 12h18', 'M3 6h18', 'M3 18h18'], + list: ['M8 6h13', 'M8 12h13', 'M8 18h13', 'M3 6h.01', 'M3 12h.01', 'M3 18h.01'], back: ['M19 12H5', 'M12 19l-7-7 7-7'], logout: ['M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4', 'M16 17l5-5-5-5', 'M21 12H9'], login: ['M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4', 'M10 17l5-5-5-5', 'M15 12H3'], diff --git a/src/views/UsersView.vue b/src/views/UsersView.vue index 166301e..3c4c7b0 100644 --- a/src/views/UsersView.vue +++ b/src/views/UsersView.vue @@ -108,8 +108,7 @@ onMounted(() => {