From 7864d589a4c9d6630ea610fb5d136a272c39efcd Mon Sep 17 00:00:00 2001 From: "soroush.asadi" Date: Mon, 15 Jun 2026 23:12:16 +0330 Subject: [PATCH] Glassmorphism + gradient theme migration (app-wide) Central restyle keyed on shadcn data-slots so all 13 pages inherit it without edits: a soft gradient field on the body, frosted-glass surfaces (translucent --card/--popover + backdrop-blur + hairline borders) on cards, popovers, selects, sheets, and form fields, gradient primary buttons with glass secondary/outline, and a gradient + blurred sidebar. The content area is transparent so the gradient shows behind the glass. Inline-styled gradient cards (Team view) are unaffected. Co-Authored-By: Claude Opus 4.8 --- client/src/components/AppShell.tsx | 7 ++- client/src/index.css | 83 +++++++++++++++++++++++++++--- 2 files changed, 80 insertions(+), 10 deletions(-) diff --git a/client/src/components/AppShell.tsx b/client/src/components/AppShell.tsx index 38668a8..5f85497 100644 --- a/client/src/components/AppShell.tsx +++ b/client/src/components/AppShell.tsx @@ -27,8 +27,11 @@ export function AppShell({ children }: { children: ReactNode }) { const logout = useAuth((s) => s.logout) return ( -
-