From 0a068c38ca339ce0abfce5c847071dc09df0da6b Mon Sep 17 00:00:00 2001 From: Anil Murty Date: Thu, 7 May 2026 14:45:12 -0700 Subject: [PATCH 1/2] Update dashboard UI to match tokenjam.dev branding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns the local observability dashboard (tokenjam/ui/index.html) with the website design system at tokenjam.dev: - Title: "Token Juice" → "TokenJam" - Favicon: link to https://tokenjam.dev/icon.svg - Sidebar brand: old OpenClawWatch compass SVG + text → simplified TJ-jar outline + "TokenJam" wordmark - Color palette: dark-navy (#070d1a/#0f1729/#1e2d4a) → Vercel-style monochrome (#000/#0a0a0a/#1f1f1f) matching website --navy/--blue vars - Text colors: #e2e8f0/#64748b → #ededed/#a1a1a1 (matches --white/--blue-dim) - Status colors: #22c55e/#f59e0b/#ef4444 → #0ce490/#f5a623/#ee0000 (matches --green/--amber/--red on the website) - Fonts: IBM Plex Mono + Bricolage Grotesque → Geist + Geist Mono (single Google Fonts request via the variable-axis URL) - Cleaned up stale references: pip install tokenjuice → tokenjam, GitHub URL → Metabuilder-Labs/tokenjam, hardcoded #1a2236/#2e4a70 borders → var(--surface2)/var(--border) Brand accent (#3d8eff) and overall layout/components are preserved — this is a brand alignment, not a redesign. Co-Authored-By: Claude Opus 4.7 (1M context) --- tokenjam/ui/index.html | 108 +++++++++++++++++++++-------------------- 1 file changed, 55 insertions(+), 53 deletions(-) diff --git a/tokenjam/ui/index.html b/tokenjam/ui/index.html index 4613dcf..9086f20 100644 --- a/tokenjam/ui/index.html +++ b/tokenjam/ui/index.html @@ -3,34 +3,36 @@ -Token Juice +TokenJam + - - + + + @@ -1211,5 +1262,32 @@

${a.agent_id}

render(html`<${App} />`, document.getElementById('app')); +