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

@@ -45,7 +45,7 @@ self.addEventListener("push", function (event) {
}
}
// This should be a constant shared with the notification-test code. See TEST_PUSH_TITLE in HelpNotificationsView.vue
// This is shared with the notification-test code and should be a constant. Look for the same name in HelpNotificationsView.vue
// Use something other than "Daily Update" https://gitea.anomalistdesign.com/trent_larson/py-push-server/src/commit/3c0e196c11bc98060ec5934e99e7dbd591b5da4d/app.py#L213
const DIRECT_PUSH_TITLE = "DIRECT_NOTIFICATION";