Switch User Settings from horizontal tabs to sidebar layout

Match the Company Settings design pattern: sidebar navigation on desktop
with dropdown on mobile, child routes rendered via RouterView. Each tab
(General, Profile Photo, Security) is now a BaseSettingCard with its own
route under /admin/user-settings/{general,profile-photo,security}.
This commit is contained in:
Darko Gjorgjijoski
2026-04-03 17:41:18 +02:00
parent 1ca915a0a3
commit 4bfec37a53
6 changed files with 139 additions and 36 deletions

View File

@@ -1140,7 +1140,10 @@
"confirm_password": "Confirm Password",
"account_settings": "User Settings",
"general": "General",
"general_description": "Update your name, email and language preference.",
"security": "Security",
"security_description": "Change your password.",
"profile_picture_description": "Upload or remove your profile photo.",
"save": "Save",
"section_description": "You can update your name, email & password using the form below.",
"updated_message": "Account Settings updated successfully"