From 4294a0f91909ae4247319044ba825016fce493bd Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Sun, 9 Nov 2025 09:06:06 +0800 Subject: [PATCH] refactor: Remove ripple effects and gradient from login page - Remove animated ripple background effects - Remove gradient background, use solid color (bg-dark-bg-darker) - Remove text-shadow glow effect from logo - Simplify brand showcase to clean, minimal design --- src/ui/desktop/authentication/Auth.tsx | 33 +++----------------------- 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/src/ui/desktop/authentication/Auth.tsx b/src/ui/desktop/authentication/Auth.tsx index 4cd3673c..b68c62d0 100644 --- a/src/ui/desktop/authentication/Auth.tsx +++ b/src/ui/desktop/authentication/Auth.tsx @@ -842,25 +842,13 @@ export function Auth({
{/* Left Side - Brand Showcase */} -
- {/* Animated Ripples Background */} -
-
-
-
-
- +
{/* Logo and Branding */} -
+
TERMIX @@ -872,21 +860,6 @@ export function Auth({ {t("auth.description") || "Secure, powerful, and intuitive SSH connection management"}
- -
{/* Right Side - Auth Form */}