(frontend) introduce SettingsDialogExtended

This component should be the definitive layout for settings.
Why extended? I kept the original one, which is still in-use in the
homepage, and considered this settings dialos as an extended version,
or advanced one.

I hope in a close future, we merge these two dialogs to avoid
maintaining too much code. Not the top prio.

Relevant TabPanel components will be introduced in the upcomming commits.
This commit is contained in:
lebaudantoine
2024-08-14 17:02:57 +02:00
committed by aleb_the_flash
parent 038e6368e4
commit f3c4b0ac40
5 changed files with 93 additions and 5 deletions
+6 -1
View File
@@ -11,5 +11,10 @@
"heading": "",
"label": ""
},
"settingsButtonLabel": ""
"settingsButtonLabel": "",
"tabs": {
"account": "",
"audio": "",
"general": ""
}
}