From f58c3dac378baa3c33bfb0f3972c5cd63ef0eb43 Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Fri, 23 May 2025 09:06:32 +0000 Subject: [PATCH] fix household settings page visuals as well as connected components --- .../Household/HouseholdPreferencesEditor.vue | 22 ++++++++++++------- .../global/BaseCardSectionTitle.vue | 4 ++-- frontend/components/global/BasePageTitle.vue | 2 +- frontend/pages/household/index.vue | 15 ++++--------- frontend/pages/user/profile/edit.vue | 13 +++++++++++ 5 files changed, 34 insertions(+), 22 deletions(-) diff --git a/frontend/components/Domain/Household/HouseholdPreferencesEditor.vue b/frontend/components/Domain/Household/HouseholdPreferencesEditor.vue index e8520e34a..ea1df3670 100644 --- a/frontend/components/Domain/Household/HouseholdPreferencesEditor.vue +++ b/frontend/components/Domain/Household/HouseholdPreferencesEditor.vue @@ -1,9 +1,8 @@ {{ $t("profile.household-description") }} - - + + - +
- + {{ $t("general.update") }}
diff --git a/frontend/pages/user/profile/edit.vue b/frontend/pages/user/profile/edit.vue index 60caf823d..69a570282 100644 --- a/frontend/pages/user/profile/edit.vue +++ b/frontend/pages/user/profile/edit.vue @@ -64,6 +64,7 @@ @@ -72,18 +73,24 @@ :label="$t('user.username')" required validate-on="blur" + density="comfortable" + variant="underlined" /> @@ -115,6 +122,8 @@ :type="showPassword ? 'text' : 'password'" :append-icon="showPassword ? $globals.icons.eye : $globals.icons.eyeOff" :rules="[validators.minLength(1)]" + density="comfortable" + variant="underlined" @click:append="showPassword = !showPassword" />