From 2066c478ab3d408a67a05f98ca08e79c9d480b0c Mon Sep 17 00:00:00 2001 From: erio Date: Mon, 13 Apr 2026 16:52:02 +0800 Subject: [PATCH] fix(frontend): quota notify UI improvements - QuotaNotifyToggle: add $ or % suffix to threshold input based on type - QuotaLimitCard: combine reset mode and notify toggle on same row to reduce vertical height for daily/weekly sections - Remove redundant ml-4 indentation from QuotaNotifyToggle --- backend/cmd/server/VERSION | 2 +- .../src/components/account/QuotaLimitCard.vue | 74 +++++++++---------- .../components/account/QuotaNotifyToggle.vue | 32 ++++---- 3 files changed, 56 insertions(+), 52 deletions(-) diff --git a/backend/cmd/server/VERSION b/backend/cmd/server/VERSION index c74c5ae7..e52af706 100644 --- a/backend/cmd/server/VERSION +++ b/backend/cmd/server/VERSION @@ -1 +1 @@ -0.1.110.27 +0.1.110.28 diff --git a/frontend/src/components/account/QuotaLimitCard.vue b/frontend/src/components/account/QuotaLimitCard.vue index 38ab6479..682f51aa 100644 --- a/frontend/src/components/account/QuotaLimitCard.vue +++ b/frontend/src/components/account/QuotaLimitCard.vue @@ -203,28 +203,28 @@ const onWeeklyModeChange = (e: Event) => { :placeholder="t('admin.accounts.quotaLimitPlaceholder')" /> - -
+ +
-
- -
- - + +

- { :placeholder="t('admin.accounts.quotaLimitPlaceholder')" />
- -
+ +
-
- -
- - - - + +

-