From 87c7b28c70c502885eb9da2c9eccb5cf1b613f55 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 18 Jun 2026 14:36:54 +0000 Subject: [PATCH] Polish Glance page to match mockup Fix System Status "Operational" text to green (was gold italic) and bump size, and switch Shortcuts from a 2x2 grid to a single row of 4 with gold icons to match the blueprint mockup. Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01BbJV5nm8KPVH1oNJYKpnoF --- src/components/BottomRow.tsx | 8 ++++---- src/components/StatusCards.tsx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/BottomRow.tsx b/src/components/BottomRow.tsx index 1010050..cb93897 100644 --- a/src/components/BottomRow.tsx +++ b/src/components/BottomRow.tsx @@ -82,19 +82,19 @@ export default function BottomRow() {

Shortcuts

-
+
{shortcuts.map((item) => { const Icon = item.icon return ( ) })} diff --git a/src/components/StatusCards.tsx b/src/components/StatusCards.tsx index 27403ec..9b6d32d 100644 --- a/src/components/StatusCards.tsx +++ b/src/components/StatusCards.tsx @@ -22,8 +22,8 @@ export default function StatusCards() {

System Status

-

All Systems

-

Operational

+

All Systems

+

Operational