- 각 화면 내 <h1> 페이지 타이틀 제거 → 헤더 타이틀로 일원화 (가계부 pending 카운트는 유지, 액션 헤더는 우측 정렬) - 게시글 상세: 공지 등록/해제 버튼 제거 + '목록' 아이콘 추가(list 아이콘 신규) - 글 작성/수정 공지 체크박스로 일원화(편집 시 기존값 로드) - ProfileEdit/AccountInfo 화면 내 뒤로가기 제거, 미사용 router 정리 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -93,14 +93,6 @@ function cancel() {
|
||||
|
||||
<template>
|
||||
<div class="profile-edit">
|
||||
<button type="button" class="back" @click="cancel">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M19 12H5" /><path d="M12 19l-7-7 7-7" />
|
||||
</svg>
|
||||
<span>계정정보</span>
|
||||
</button>
|
||||
|
||||
<h1 class="page-title">가입정보 변경</h1>
|
||||
|
||||
<!-- 1단계: 비밀번호 재인증 -->
|
||||
<form v-if="step === 'verify'" class="card form" @submit.prevent="verify">
|
||||
|
||||
Reference in New Issue
Block a user