aboutsummaryrefslogtreecommitdiff
path: root/src/sw.js
Commit message (Collapse)AuthorAge
* Support `status` notification typemarcin mikołajczak2024-05-25
| | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* add setting to always show push notificationsHenry Jameson2023-12-13
|
* try to fix the "website updated in background" notificationHenry Jameson2023-12-13
|
* reports visibility setting + actual filtering for desktop notifsHenry Jameson2023-11-19
|
* fix sw thingHenry Jameson2023-11-13
|
* add options for marking single notification as readHenry Jameson2023-11-13
|
* SW-to-window communicationHenry Jameson2023-11-09
|
* fallback to old notification method, don't spam if old way of creatingHenry Jameson2023-10-26
| | | | notification fails, try to use favicon
* oopsHenry Jameson2023-10-25
|
* initial work on showing notifications through serviceworkersHenry Jameson2023-10-25
|
* --fixHenry Jameson2022-07-31
|
* fix sw compilationHenry Jameson2022-03-18
|
* ServiceWorker: Use clearer variable nameslain2020-06-19
|
* Service Worker: Extract messages to own module.lain2020-06-16
|
* ServiceWorker: Use loader to only notification messages.lain2020-06-13
| | | | | | This keeps the translation size very small and makes it easy to integrate all the languages, as dynamically loading them isn't easy in the service worker.
* ServiceWorker: Don't show message via sw if a client is active.lain2020-06-11
|
* ServiceWorker: Grab the notification and display it with i18n.lain2020-06-11
|
* add checkbox to disable web pushEgor Kislitsyn2018-12-13