From 2eb0354b2c491721751f554b25b2c5b935107173 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 28 Aug 2023 20:46:14 +0800 Subject: [PATCH] WIP: converted notification permission dialog into toggle --- src/App.vue | 28 +++++++++++++++++++++++++++- src/views/AccountViewView.vue | 21 +++++++++++++++++---- 2 files changed, 44 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index b6cf7bf..d7921a7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -157,7 +157,7 @@ >

- Would you like to turn on notifications for this app? + Would you like to turn on notifications for this app?

+
+
+
+

+ Would you like to turn off notifications for this app? +

+ + + +
+
+
diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index c8bd17a..b4124de 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -123,7 +123,9 @@ > Switch Identity / No Identity - + +
+ + + +
+ +
+
+ +
App Notifications
+

Data