feat: 내 글·댓글 모아보기 화면 + 사이드바 메뉴
CI / build (push) Failing after 12m7s

- MyBoardView(탭: 내 글/내 댓글, 페이징, 글로 이동), /my-board 라우트
- 사이드바 게시판 영역에 내 글·댓글 링크, 헤더 타이틀

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-06-28 18:26:16 +09:00
parent 8be7072614
commit 29ff09a8d6
5 changed files with 227 additions and 0 deletions
+4
View File
@@ -85,6 +85,10 @@ const icons = {
<span>{{ b.label }}</span>
<span v-if="demo.on" class="lock-badge">🔒</span>
</RouterLink>
<RouterLink v-if="auth.isAuthenticated" to="/my-board" class="menu-item">
<svg class="menu-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" v-html="icons.entries" />
<span> ·댓글</span>
</RouterLink>
</template>
<!-- 관리자 영역 -->