aboutsummaryrefslogtreecommitdiff
path: root/src/sw.js
Commit message (Collapse)AuthorAge
* 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