From 10e31092c97f7d20f577b39ec4e923fcb6b908c3 Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Sun, 9 Nov 2025 09:11:28 +0800 Subject: [PATCH] feat: Add diagonal line pattern background to login page - Replace decorative slash with subtle diagonal line pattern background - Use repeating-linear-gradient at 45deg angle - Set very low opacity (0.03) for subtle effect - Pattern uses theme primary color --- src/ui/desktop/authentication/Auth.tsx | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/ui/desktop/authentication/Auth.tsx b/src/ui/desktop/authentication/Auth.tsx index 5266bab7..7d08f968 100644 --- a/src/ui/desktop/authentication/Auth.tsx +++ b/src/ui/desktop/authentication/Auth.tsx @@ -842,9 +842,22 @@ export function Auth({
{/* Left Side - Brand Showcase */} -
+
+ {/* Diagonal Lines Background */} +
{/* Logo and Branding */} -
+
TERMIX
- {/* Decorative Slash */} -
-
-
/
-
-
{t("auth.tagline") || "SSH TERMINAL MANAGER"}