feat(04-01): redesign LoginPage with brand presence and OAuth icons

- Change background from bg-background to bg-muted/60
- Add border-t-4 border-t-primary shadow-lg card accent
- Add favicon.svg logo above CardTitle
- Add auth.loginSubtitle below title
- Add Google SVG icon and GitHub SVG icon to OAuth buttons
- Add gap-2 to OAuth button className for icon/text spacing
- Add auth.loginSubtitle and auth.registerSubtitle to en.json and de.json
This commit is contained in:
2026-03-17 16:09:23 +01:00
parent fbe01b7372
commit 36d068e0ba
3 changed files with 124 additions and 2 deletions

View File

@@ -19,7 +19,9 @@
"displayName": "Anzeigename",
"noAccount": "Noch kein Konto?",
"hasAccount": "Bereits ein Konto?",
"orContinueWith": "Oder weiter mit"
"orContinueWith": "Oder weiter mit",
"loginSubtitle": "Melde dich bei deinem Konto an",
"registerSubtitle": "Erstelle ein neues Konto"
},
"categories": {
"title": "Kategorien",

View File

@@ -19,7 +19,9 @@
"displayName": "Display Name",
"noAccount": "Don't have an account?",
"hasAccount": "Already have an account?",
"orContinueWith": "Or continue with"
"orContinueWith": "Or continue with",
"loginSubtitle": "Sign in to your account",
"registerSubtitle": "Create a new account"
},
"categories": {
"title": "Categories",