From 7692cc2b35238340f4f96a89831e18b2c54d047e Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 1 Apr 2024 19:04:54 -0600 Subject: [PATCH 1/5] add logic to send a time for notifications --- src/App.vue | 106 ++++++++++++++++++++++++++++++++++++++++------- src/libs/util.ts | 6 ++- src/main.ts | 4 ++ 3 files changed, 100 insertions(+), 16 deletions(-) diff --git a/src/App.vue b/src/App.vue index 63c3eba..d4f9aa0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -191,7 +191,7 @@ >

- Would you like to turn on notifications for this app? + Would you like to be notified of new activity once a day?

Waiting for system initialization, which may take up to 10 @@ -199,22 +199,42 @@

- +
+ + Yes, tell me at: + + + AM + PM + + + +
@@ -297,8 +317,11 @@