From 5a888cb13a50ac9acbdd5805b0e84c526d4aeb3b Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Sun, 9 Nov 2025 09:07:52 +0800 Subject: [PATCH] feat: Add decorative slash and remove subtitle from login page - Add decorative slash divider with gradient lines below TERMIX logo - Remove subtitle text (welcomeBack and createAccount) - Simplify page title to show only the main heading --- src/ui/desktop/authentication/Auth.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/ui/desktop/authentication/Auth.tsx b/src/ui/desktop/authentication/Auth.tsx index b68c62d0..5266bab7 100644 --- a/src/ui/desktop/authentication/Auth.tsx +++ b/src/ui/desktop/authentication/Auth.tsx @@ -853,6 +853,12 @@ export function Auth({ > TERMIX + {/* Decorative Slash */} +
+
+
/
+
+
{t("auth.tagline") || "SSH TERMINAL MANAGER"}
@@ -1004,7 +1010,7 @@ export function Auth({ {/* Page Title */}
-

+

{tab === "login" ? t("auth.loginTitle") : tab === "signup" @@ -1013,13 +1019,6 @@ export function Auth({ ? t("auth.loginWithExternal") : t("auth.forgotPassword")}

-

- {tab === "login" - ? t("auth.welcomeBack") - : tab === "signup" - ? t("auth.createAccount") - : t("auth.continueExternal")} -

{tab === "external" || tab === "reset" ? (