From 61aa197b0bb3905e5e5b582eeb25c25995670f96 Mon Sep 17 00:00:00 2001 From: erio Date: Sun, 12 Apr 2026 20:45:58 +0800 Subject: [PATCH] fix(notify): add explicit save button for balance threshold Replace blur-based auto-save with an explicit Save button so users know when their threshold is persisted. Shows success toast on save. --- .../user/profile/ProfileBalanceNotifyCard.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/user/profile/ProfileBalanceNotifyCard.vue b/frontend/src/components/user/profile/ProfileBalanceNotifyCard.vue index 797616bb..589cc9e8 100644 --- a/frontend/src/components/user/profile/ProfileBalanceNotifyCard.vue +++ b/frontend/src/components/user/profile/ProfileBalanceNotifyCard.vue @@ -19,7 +19,7 @@