From 5da829d3c14a7853fb30ae7a97eb2192617cb97a Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Sun, 26 Oct 2025 10:22:56 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=98=84=ED=99=A9=ED=8C=90=EC=9D=84=20?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=EA=B4=80=EB=A6=AC=20=EC=98=86=20=EB=B3=84?= =?UTF-8?q?=EB=8F=84=20=EB=A9=94=EC=9D=B8=20=EB=A9=94=EB=89=B4=EB=A1=9C=20?= =?UTF-8?q?=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ“ Menu Structure Change: - ν˜„ν™©νŒμ„ λͺ©λ‘κ΄€λ¦¬ μ„œλΈŒλ©”λ‰΄μ—μ„œ 제거 - λͺ©λ‘κ΄€λ¦¬ μ˜†μ— 독립적인 메인 λ©”λ‰΄λ‘œ 배치 - λ³΄κ³ μ„œ μ•žμ— μœ„μΉ˜ν•˜λ„λ‘ μˆœμ„œ μ‘°μ • 🎯 New Menu Layout: μž‘μ—…λ³΄κ³ μ„œ | 일일 곡수 | 뢀적합 등둝 | 뢀적합 쑰회 | λͺ©λ‘κ΄€λ¦¬ | ν˜„ν™©νŒ | λ³΄κ³ μ„œ | ν”„λ‘œμ νŠΈ 관리 | μ‚¬μš©μž 관리 🎨 Menu Properties: - μ•„μ΄μ½˜: fas fa-chart-line - 색상: 보라색 (text-purple-600) - λ°°κ²½: bg-purple-50 hover:bg-purple-100 - URL: /issues-dashboard.html Expected Result: βœ… ν˜„ν™©νŒμ΄ λͺ©λ‘κ΄€λ¦¬ μ˜†μ— 독립 λ©”λ‰΄λ‘œ ν‘œμ‹œ βœ… μ„œλΈŒλ©”λ‰΄ μ—†λŠ” 직접 μ ‘κ·Ό κ°€λŠ₯ν•œ 메뉴 βœ… λͺ©λ‘κ΄€λ¦¬μ™€ λ³΄κ³ μ„œ 사이에 μœ„μΉ˜ --- frontend/static/js/components/common-header.js | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/frontend/static/js/components/common-header.js b/frontend/static/js/components/common-header.js index a7b58ab..1e13e6d 100644 --- a/frontend/static/js/components/common-header.js +++ b/frontend/static/js/components/common-header.js @@ -74,17 +74,18 @@ class CommonHeader { url: '/issues-archive.html', pageName: 'issues_archive', color: 'text-gray-600' - }, - { - id: 'issues_dashboard', - title: 'ν˜„ν™©νŒ', - icon: 'fas fa-chart-line', - url: '/issues-dashboard.html', - pageName: 'issues_dashboard', - color: 'text-purple-600' } ] }, + { + id: 'issues_dashboard', + title: 'ν˜„ν™©νŒ', + icon: 'fas fa-chart-line', + url: '/issues-dashboard.html', + pageName: 'issues_dashboard', + color: 'text-purple-600', + bgColor: 'bg-purple-50 hover:bg-purple-100' + }, { id: 'reports', title: 'λ³΄κ³ μ„œ',