feat: 페이지 타이틀 제거(헤더만 표기) + 게시글 상세 목록아이콘/공지 체크박스화
CI / build (push) Failing after 11m0s

- 각 화면 내 <h1> 페이지 타이틀 제거 → 헤더 타이틀로 일원화
  (가계부 pending 카운트는 유지, 액션 헤더는 우측 정렬)
- 게시글 상세: 공지 등록/해제 버튼 제거 + '목록' 아이콘 추가(list 아이콘 신규)
- 글 작성/수정 공지 체크박스로 일원화(편집 시 기존값 로드)
- ProfileEdit/AccountInfo 화면 내 뒤로가기 제거, 미사용 router 정리

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-06-27 22:59:20 +09:00
parent b737720d29
commit c4872c93a8
17 changed files with 12 additions and 63 deletions
-5
View File
@@ -1,12 +1,10 @@
<script setup>
import { computed, onBeforeUnmount, onMounted, ref, watch, nextTick } from 'vue'
import { useRouter } from 'vue-router'
import Sortable from 'sortablejs'
import { adminApi } from '@/api/adminApi'
import { useDialog } from '@/composables/dialog'
import IconBtn from '@/components/ui/IconBtn.vue'
const router = useRouter()
const dialog = useDialog()
const categories = ref([])
@@ -150,9 +148,6 @@ onBeforeUnmount(destroySortables)
<template>
<section class="cat">
<header class="head">
<h1>기본 분류 관리</h1>
</header>
<p class="hint">
전체 사용자 공용 <b>기본 분류</b> 템플릿입니다. 사용자가 분류 관리에서 <b>기본 분류 불러오기</b> 자기 분류에 복사해 씁니다.
<b>대분류 아래 소분류</b> 묶을 있습니다(2단계).
-2
View File
@@ -100,8 +100,6 @@ onMounted(load)
<template>
<section class="tag-admin">
<h1>태그 관리</h1>
<div class="board-setting">
<label>게시판 사용 카테고리</label>
<select v-model="boardCategoryId">