From 066831203cd39481aa021204bfbce9ec45080e89 Mon Sep 17 00:00:00 2001 From: Alexander Trost Date: Fri, 11 Oct 2024 14:56:40 +0200 Subject: [PATCH] fix: slightly reorganize user settings order Signed-off-by: Alexander Trost --- .../auth/account/UserSettingsPanel.vue | 34 +++++++++++-------- .../penaltycalculator/PenaltyCalculator.vue | 2 ++ 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/app/components/auth/account/UserSettingsPanel.vue b/app/components/auth/account/UserSettingsPanel.vue index 7528393e4..c75c9c501 100644 --- a/app/components/auth/account/UserSettingsPanel.vue +++ b/app/components/auth/account/UserSettingsPanel.vue @@ -77,14 +77,29 @@ watch(design.value, () => { + + + {{ $t('components.auth.UserSettingsPanel.streamer_mode.title') }} + + + - - {{ $t('components.auth.UserSettingsPanel.editor_theme.title') }} - +
+ + {{ $t('components.auth.UserSettingsPanel.editor_theme.title') }} + + + {{ $t('components.auth.UserSettingsPanel.editor_theme.dark_mode') }} +
{ :label="$t('components.auth.UserSettingsPanel.documents_lists_style.title')" class="grid grid-cols-2 items-center gap-2" > -
+
{{ $t('components.auth.UserSettingsPanel.documents_lists_style.single') }} {{ $t('components.auth.UserSettingsPanel.documents_lists_style.title') }} @@ -101,17 +116,6 @@ watch(design.value, () => {
- - - {{ $t('components.auth.UserSettingsPanel.streamer_mode.title') }} - - - + +