From 273f50edd350b12d16dfacc3b323649b40c5e9f6 Mon Sep 17 00:00:00 2001 From: EENE Dashboard Date: Fri, 5 Jun 2026 23:48:20 +0900 Subject: [PATCH] style: match central stats bar to F12 poly-stat-item specs Apply reference gap, colors, pipe separator, dividers, text-shadow, and click-stat padding. Co-authored-by: Cursor --- .../components/dashboard/DashboardHeader.tsx | 14 +++---- frontend/src/index.css | 39 +++++++++++++++++-- 2 files changed, 41 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/dashboard/DashboardHeader.tsx b/frontend/src/components/dashboard/DashboardHeader.tsx index f39d6ba..b60fc99 100644 --- a/frontend/src/components/dashboard/DashboardHeader.tsx +++ b/frontend/src/components/dashboard/DashboardHeader.tsx @@ -58,13 +58,11 @@ export function DashboardHeader({
-
- - {quarterLabel} - - · +
+ {quarterLabel} + | {statItems.map((item, index) => ( - + {index > 0 && } ; + return
; } interface StatClickProps { @@ -123,7 +121,7 @@ function StatClick({ label, value, statusKey, activeStatus, accent, issue, onCli