mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user