From cbfa4170c74331e324acfd080da49c0df37e8d2a Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Sun, 26 Oct 2025 11:58:14 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=98=84=ED=99=A9=ED=8C=90=20=EC=B9=B4?= =?UTF-8?q?=EB=93=9C=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EB=AF=B8?= =?UTF-8?q?=EC=84=B8=20=EC=A1=B0=EC=A0=95=20-=20=EA=B3=B5=EA=B0=84=20?= =?UTF-8?q?=ED=9A=A8=EC=9C=A8=EC=84=B1=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🎨 헀더 λ ˆμ΄μ•„μ›ƒ μ΅œμ ν™”: - 진행쀑 νƒœκ·Έμ™€ λ°œμƒλ‚ μ§œλ₯Ό ν•œ μ€„λ‘œ 배치 - 'λ°œμƒ λ‚ μ§œ' β†’ 'λ°œμƒ:' 으둜 κ°„μ†Œν™”ν•˜μ—¬ 곡간 μ ˆμ•½ - 우츑 상단 곡간 νš¨μœ¨μ„± ν–₯상 πŸ“ 뢀적합λͺ… 크기 μ‘°μ •: - ν…μŠ€νŠΈ 크기: text-lg β†’ text-base (18px β†’ 16px) - νŒ¨λ”©: py-2 β†’ py-1.5 (8px β†’ 6px) - μ „μ²΄μ μœΌλ‘œ 더 μ»΄νŒ©νŠΈν•œ λŠλ‚Œ πŸ–ΌοΈ 이미지 크기 ν™•λŒ€: - 이미지 크기: 16x16 β†’ 20x20 (25% 증가) - 간격: space-x-2 β†’ space-x-3 (8px β†’ 12px) - μƒνƒœ ν‘œμ‹œ 점: 2x2 β†’ 3x3 (더 λͺ…ν™•ν•œ μ‹œκ°μ  ν”Όλ“œλ°±) - μ•„μ΄μ½˜ 크기: text-sm β†’ text-lg (더 μ„ λͺ…ν•œ ν‘œμ‹œ) πŸ’‘ 곡간 배치 κ°œμ„ : - 상단 μ˜μ—­ μ••μΆ•μœΌλ‘œ ν•˜λ‹¨ μ½˜ν…μΈ  μ˜μ—­ 확보 - 이미지 κ°€μ‹œμ„± ν–₯μƒμœΌλ‘œ μ‹œκ°μ  정보 전달λ ₯ μ¦λŒ€ - 전체적인 정보 밀도 μ΅œμ ν™” Expected Result: βœ… 헀더 μ˜μ—­ 곡간 νš¨μœ¨μ„± ν–₯상 βœ… 이미지 κ°€μ‹œμ„± 25% 증가 βœ… 진행쀑/λ°œμƒλ‚ μ§œ ν•œλˆˆμ— νŒŒμ•… κ°€λŠ₯ βœ… μ „μ²΄μ μœΌλ‘œ 더 κ· ν˜•μž‘νžŒ λ ˆμ΄μ•„μ›ƒ --- frontend/issues-dashboard.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/issues-dashboard.html b/frontend/issues-dashboard.html index 886ea4a..b9f4d7a 100644 --- a/frontend/issues-dashboard.html +++ b/frontend/issues-dashboard.html @@ -544,8 +544,8 @@
${projectName} -
-

${getIssueTitle(issue)}

+
+

${getIssueTitle(issue)}

@@ -556,16 +556,16 @@ μ§„ν–‰ 쀑
+
+ λ°œμƒ: + ${formatKSTDate(issue.report_date)} +
${getCategoryText(issue.final_category || issue.category)} -
-
λ°œμƒ λ‚ μ§œ
-
${formatKSTDate(issue.report_date)}
-
@@ -602,31 +602,31 @@ 이미지 -
+
${issue.photo_path ? ` -
+
뢀적합 사진 1 -
+
` : ` -
- +
+
`} ${issue.photo_path2 ? ` -
+
뢀적합 사진 2 -
+
` : ` -
- +
+
`}