From 5e4f7b030eb38adf7bf9cf233acc260137cbbbea Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Fri, 17 Apr 2026 18:01:53 -0400 Subject: [PATCH] debugging --- .../src/components/notification/PushOptIn.vue | 35 +++++- .../vue-app/src/services/pushSubscription.ts | 112 ++++++++++++++---- 2 files changed, 118 insertions(+), 29 deletions(-) diff --git a/frontend/vue-app/src/components/notification/PushOptIn.vue b/frontend/vue-app/src/components/notification/PushOptIn.vue index f571e43..f09aad2 100644 --- a/frontend/vue-app/src/components/notification/PushOptIn.vue +++ b/frontend/vue-app/src/components/notification/PushOptIn.vue @@ -1,6 +1,13 @@