From a5cff0db64c1265d4d4272261b8e10ec0ee45dbc Mon Sep 17 00:00:00 2001 From: Michael Chihlas Date: Tue, 3 Mar 2026 20:43:56 -0500 Subject: [PATCH] feat: redesign login page with Slate & Ice Modern design system Apply glassmorphism styling, atmosphere orbs, branded wordmark, and consistent design tokens to match the updated app shell aesthetic. Co-Authored-By: Claude Opus 4.6 --- frontend/src/pages/LoginPage.tsx | 61 +++++++++++++++++++++----------- 1 file changed, 41 insertions(+), 20 deletions(-) diff --git a/frontend/src/pages/LoginPage.tsx b/frontend/src/pages/LoginPage.tsx index 52d2750c..7db69370 100644 --- a/frontend/src/pages/LoginPage.tsx +++ b/frontend/src/pages/LoginPage.tsx @@ -40,38 +40,59 @@ export function LoginPage() { } return ( -
- {/* Subtle radial overlay */} -
+
+ {/* Atmosphere orbs */} +
+
-
+
-
- -
+

- ResolutionFlow + ResolutionFlow

Decision Tree Platform

-

+

Sign in to your account

-
+
{(error || localError) && ( -
+
{localError || error}
)}
-
-