From 0496cb1436cb4f88ca96f270f21de6eb6a826b8f Mon Sep 17 00:00:00 2001 From: "soroush.asadi" Date: Tue, 16 Jun 2026 08:14:14 +0330 Subject: [PATCH] Colorful sidebar: per-group icon chips, vivid gradient, gradient logo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The nav was too monochrome. Each item now has a color-coded rounded icon chip (group palette: amber start, sky Work, emerald Organization, violet AI & libraries, teal Insights, pink Help), the sidebar uses a richer multi-hue indigo→violet→magenta glass gradient, and the logo is a gradient. Co-Authored-By: Claude Opus 4.8 --- client/src/components/AppShell.tsx | 51 +++++++++++++++++++----------- 1 file changed, 32 insertions(+), 19 deletions(-) diff --git a/client/src/components/AppShell.tsx b/client/src/components/AppShell.tsx index c2d8782..0ebf3d8 100644 --- a/client/src/components/AppShell.tsx +++ b/client/src/components/AppShell.tsx @@ -32,10 +32,16 @@ export function AppShell({ children }: { children: ReactNode }) {