From 828a6ab38a85bb0a57a7b0b97c8284e2b7bc9f7f Mon Sep 17 00:00:00 2001 From: modimihir07 Date: Sun, 17 May 2026 16:32:26 +0530 Subject: [PATCH] Production polish: logo, favicon, sidebar, UI, chat order, perf cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New Agentic OS logo: SVG hexagon with gradient (replaces unicode) - Modern sidebar toggle: SVG chevron with 180° rotation animation - Favicon: proper SVG favicon returning 200 with browser icon - Agent status cache (15s TTL) eliminates slow subprocess on every status call - Chat moved to top of sidebar nav (Primary section, before Dashboard) - Reorganized sidebar: Primary > Agents > Management > System sections - Glassmorphism card effects with gradient overlays - Stat values with gradient text, enhanced stat icons with glow - Button micro-interactions: scale, shadow, gradient overlay on hover - Table polish: better row transitions, border-spacing - Chat sidebar: active agent indicator, hover animations - Gradient logo text matching SVG accent - All 13 pages verified 200, zero console errors --- audit/audit.log | 1 + dashboard/index.html | 23 +++++-- dashboard/styles.css | 136 +++++++++++++++++++++++++++-------------- dashboard/utils.js | 13 ++-- data/chat-history.json | 14 +++++ server.py | 40 ++++++++---- 6 files changed, 158 insertions(+), 69 deletions(-) diff --git a/audit/audit.log b/audit/audit.log index 4a7bcbb..ca50d60 100644 --- a/audit/audit.log +++ b/audit/audit.log @@ -5,3 +5,4 @@ {"action": "chat_message", "agent": "opencode", "msg_preview": "hello", "timestamp": "2026-05-17T10:37:06.791873+00:00", "id": "c41e3054"} {"action": "chat_message", "agent": "opencode", "msg_preview": "hello", "timestamp": "2026-05-17T10:40:56.501310+00:00", "id": "6d4ab33d"} {"action": "chat_message", "agent": "opencode", "msg_preview": "hello", "timestamp": "2026-05-17T10:42:36.570364+00:00", "id": "358f4058"} +{"action": "chat_message", "agent": "opencode", "msg_preview": "hey", "timestamp": "2026-05-17T10:49:19.673600+00:00", "id": "c188ba46"} diff --git a/dashboard/index.html b/dashboard/index.html index ccb9ae1..cfe750a 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -4,6 +4,7 @@ Agentic OS + @@ -13,14 +14,26 @@