diff --git a/src/App.vue b/src/App.vue index 98f5ea7..4210b89 100644 --- a/src/App.vue +++ b/src/App.vue @@ -238,70 +238,6 @@ -
-
-
-

- Would you like to be notified of new activity once a day? -

-

- Waiting for system initialization, which may take up to 10 - seconds... - -

- -
- - Yes, tell me at: - - - - AM - PM - - - -
- - -
-
-
+ + diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index fe1bb67..a147feb 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -210,6 +210,7 @@ Troubleshoot your notification setup.
+
(); components: { EntityIcon, ImageMethodDialog, + PushNotificationPermission, QuickNav, TopMessage, UserNameDialog, @@ -954,15 +957,9 @@ export default class AccountViewView extends Vue { async showNotificationChoice() { if (!this.subscription) { - this.$notify( - { - group: "modal", - type: "notification-permission", - title: "", // unused, only here to satisfy type check - text: "", // unused, only here to satisfy type check - }, - -1, - ); + ( + this.$refs.pushNotificationPermission as PushNotificationPermission + ).open(); } else { this.$notify( {