From 7e60cbfff9f9351fc40725ca75643126d3a605aa Mon Sep 17 00:00:00 2001 From: Lukas May Date: Wed, 4 Mar 2026 07:30:06 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20Premium=20design=20overhaul=20=E2=80=94?= =?UTF-8?q?=20typography,=20atmosphere,=20animations,=20component=20polish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add Plus Jakarta Sans as display font for headings - Add subtle noise texture overlay + indigo radial gradient for depth - New keyframe animations: glow-pulse, fade-in-up, scale-in, slide-in-right - Card: interactive hover-lift + selected ring variants - Button: scale micro-interactions, destructive glow, transition-all - Header: logo upgrade with wordmark, animated nav indicator bar, glass search button, gradient shadow depth - StatusDot: glow halos per status variant (active/success/error/warning/urgent) - HealthDot: glow effects for connected/disconnected/reconnecting states - Card hover-lift and status glow CSS utilities --- apps/web/index.html | 3 ++ apps/web/src/components/HealthDot.tsx | 31 ++++++------ apps/web/src/components/StatusDot.tsx | 13 ++++- apps/web/src/components/ui/button.tsx | 8 +-- apps/web/src/components/ui/card.tsx | 32 +++++++----- apps/web/src/index.css | 53 ++++++++++++++++++++ apps/web/src/layouts/AppLayout.tsx | 43 ++++++++++------ apps/web/tailwind.config.ts | 26 ++++++++++ package-lock.json | 71 ++++++++++++++++++++++++++- package.json | 1 + 10 files changed, 233 insertions(+), 48 deletions(-) diff --git a/apps/web/index.html b/apps/web/index.html index 0713fbf..b249376 100644 --- a/apps/web/index.html +++ b/apps/web/index.html @@ -4,6 +4,9 @@ Codewalk District + + +