feat: Update login page theme colors and add i18n support
- Changed login page gradient from blue to match dark theme colors - Updated ripple effects to use theme primary color - Added i18n translation keys for login page (auth.tagline, auth.description, auth.welcomeBack, auth.createAccount, auth.continueExternal) - Updated all language files (en, zh, de, ru, pt-BR) with new translations - Fixed TypeScript compilation issues by clearing build cache
This commit is contained in:
@@ -1301,6 +1301,11 @@
|
||||
"from": "from"
|
||||
},
|
||||
"auth": {
|
||||
"tagline": "SSH TERMINAL MANAGER",
|
||||
"description": "Secure, powerful, and intuitive SSH connection management",
|
||||
"welcomeBack": "Welcome back to TERMIX",
|
||||
"createAccount": "Create your TERMIX account",
|
||||
"continueExternal": "Continue with external provider",
|
||||
"loginTitle": "Login to Termix",
|
||||
"registerTitle": "Create Account",
|
||||
"loginButton": "Login",
|
||||
|
||||
Reference in New Issue
Block a user