From 2031836b2e0ace19b5c9ee52a3fcba8745bb8fe7 Mon Sep 17 00:00:00 2001 From: Estrella Pan Date: Sun, 25 Jan 2026 11:09:02 +0100 Subject: [PATCH] feat(ui): redesign login panel with modern glassmorphism style - Add animated gradient background with floating blobs - Use glassmorphism card with backdrop blur - Add brand logo with theme-aware switching (light/dark) - Improve form layout with input icons and better spacing - Make login button full-width for better UX - Add loading state for login button - Improve passkey button styling with dashed border - Respect prefers-reduced-motion for animations Co-Authored-By: Claude Opus 4.5 --- webui/src/pages/login.vue | 398 +++++++++++++++++++++++++++++++------- 1 file changed, 329 insertions(+), 69 deletions(-) diff --git a/webui/src/pages/login.vue b/webui/src/pages/login.vue index 80785fe5..e1016faf 100644 --- a/webui/src/pages/login.vue +++ b/webui/src/pages/login.vue @@ -1,5 +1,5 @@