From 1345118b79cc3f1d6f9684356c4dabec1b730d4f Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Fri, 30 Jan 2026 15:35:47 +0800 Subject: [PATCH] refactor(push-notification): use native time input and polish notification UI PushNotificationPermission: - Swap hour/minute number inputs and AM/PM toggle for native - Add timeValue computed to keep existing hour/minute/AM-PM state in sync - Remove unused checkHourInput and checkMinuteInput - Tighten copy and layout: headings, labels, char count, button spacing AccountViewView: - Show reminder time and message in a bordered box with Time/Message labels - Adjust spacing in notifications section --- src/components/PushNotificationPermission.vue | 111 ++++++++---------- src/views/AccountViewView.vue | 18 +-- 2 files changed, 57 insertions(+), 72 deletions(-) diff --git a/src/components/PushNotificationPermission.vue b/src/components/PushNotificationPermission.vue index 0865e95aa1..8d12ef857a 100644 --- a/src/components/PushNotificationPermission.vue +++ b/src/components/PushNotificationPermission.vue @@ -14,64 +14,54 @@
-
-

+

+

Would you like to be notified of new activity, up to once a day? Would you like to get a reminder message once a day? -

-

+

+

{{ waitingMessage }} -

+

- Yes, send me a message when there is new data for me + Yes, send me a message when there is new data for + me
- Yes, send me this message: + Send me this message: - - - +
(100 characters max) - +
-
- - ... at: - - - - {{ amPmLabel }} - - +
+ +
-
- Message: "{{ notifyingReminderMessage }}" - {{ notifyingReminderTime.replace(" ", " ") }} +
+
+ Time: {{ notifyingReminderTime.replace(" ", " ") }} +
+
+ Message: "{{ notifyingReminderMessage }}" +
-
+
New Activity Notification