From e0cfe80a9edf34268981357403ad92369bcb01c2 Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Thu, 21 May 2026 13:19:16 -0400 Subject: [PATCH] web-ui(wave 2): migrate home.html to new primitives MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Swap stylesheet to /dist/app.css. Sidebar markup ported to wd-sidebar / wd-nav-item / wd-sidebar-* primitives (active state = leading accent dot). Logout button promoted to wd-btn--ghost--sm--icon. Hero (portrait, wordmark, tagline) and the 10 illustrated cards keep their bespoke design — they're a brand moment. Hardcoded oklch values in the inline style replaced with var(--accent-bright), var(--signal-bad), var(--bg-base), var(--accent-border), var(--overlay), etc. wherever the brand palette already provides them. All JS ids preserved (assetCount, projectCount, recorderCount, containerCount, nodeCount, jobCount, ingestCount, captureStatus, tokenBurn, userAvatar, userName, userRole, logoutBtn, systemBuild). loadStats() poll cycle unchanged. --- services/web-ui/public/home.html | 166 +++++++++++++++---------------- 1 file changed, 82 insertions(+), 84 deletions(-) diff --git a/services/web-ui/public/home.html b/services/web-ui/public/home.html index 28f8d78..37ac993 100644 --- a/services/web-ui/public/home.html +++ b/services/web-ui/public/home.html @@ -5,9 +5,13 @@ Home — Z-AMPP - +