From ff5b1e23e8b315c6c52d817a995b85ed3c9255b5 Mon Sep 17 00:00:00 2001 From: chihlasm Date: Tue, 3 Mar 2026 08:08:14 -0500 Subject: [PATCH] feat: add ambient atmosphere gradient orbs behind app shell Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/layout/AppLayout.tsx | 30 +++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/layout/AppLayout.tsx b/frontend/src/components/layout/AppLayout.tsx index 55519f45..68a027c1 100644 --- a/frontend/src/components/layout/AppLayout.tsx +++ b/frontend/src/components/layout/AppLayout.tsx @@ -59,7 +59,34 @@ export function AppLayout() { ] return ( -
+ <> + {/* Atmosphere orbs — ambient light behind glass */} +
+
+ +
{/* Top Bar - spans full width */} @@ -159,6 +186,7 @@ export function AppLayout() {
+ ) }