From e73b7955a3b79a57023d162d226fa4774c0f892e Mon Sep 17 00:00:00 2001 From: Ajax Davis Date: Wed, 14 Jan 2026 06:48:18 +1000 Subject: [PATCH] fix: improve dashboard UX and fix dark mode - Replace hardcoded bg-white with bg-surface across all dashboard pages - Add welcome banner with quick actions on dashboard overview - Improve quick action cards with better hover states and icons - Enhance profile section with avatar initial and edit button - Fix dark mode support in collections, executor config, and playground --- apps/web/src/app/collections/[id]/page.tsx | 10 +- apps/web/src/app/dashboard/agents/page.tsx | 2 +- .../app/dashboard/collections/[id]/page.tsx | 8 +- .../src/app/dashboard/collections/page.tsx | 4 +- .../src/app/dashboard/likes/agents/page.tsx | 4 +- .../app/dashboard/likes/collections/page.tsx | 4 +- apps/web/src/app/dashboard/likes/page.tsx | 2 +- .../src/app/dashboard/likes/tools/page.tsx | 4 +- apps/web/src/app/dashboard/page.tsx | 140 ++++++++++++------ 9 files changed, 114 insertions(+), 64 deletions(-) diff --git a/apps/web/src/app/collections/[id]/page.tsx b/apps/web/src/app/collections/[id]/page.tsx index 034e33a..4ad39bc 100644 --- a/apps/web/src/app/collections/[id]/page.tsx +++ b/apps/web/src/app/collections/[id]/page.tsx @@ -93,7 +93,7 @@ function McpUrlSection({ username, slug }: { username: string; slug: string }) { (recommended)
-
+
{httpUrl}
-
+
{sseUrl}