Feature/server settings (#458)

* Move "Server Address" setting to server settings

* Rename "ServerDirSetting" to "TextSetting"

* Use "TextSetting" for server address

* Reset value when closing the dialog

* Support passwords in "TextSetting"

* Add server settings
This commit is contained in:
schroda
2023-11-18 19:55:44 +01:00
committed by GitHub
parent 482db4626a
commit cac60fed2c
11 changed files with 612 additions and 295 deletions

View File

@@ -45,7 +45,7 @@ export function About() {
<List>
<ListItem>
<ListItemText
primary={t('settings.about.label.server')}
primary={t('settings.server.title.server')}
secondary={`${about.name} ${about.buildType}`}
/>
</ListItem>