add another alert message & test button

This commit is contained in:
2023-12-25 12:51:06 -07:00
parent 05c6ddda02
commit fd8877900b
4 changed files with 52 additions and 4 deletions

View File

@@ -449,6 +449,15 @@ export default class App extends Vue {
console.log(
"Subscription data sent to server and all finished successfully.",
);
this.$notify(
{
group: "alert",
type: "success",
title: "Notifications Turned On",
text: "Notifications are on. You should see one on your device; if not, see the 'Troubleshoot' page.",
},
-1,
);
})
.catch((error) => {
console.error(