mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #489] [CLOSED] WIP: PWA background push #1316
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/binwiederhier/ntfy/pull/489
Author: @binwiederhier
Created: 11/12/2022
Status: ❌ Closed
Base:
main← Head:pwa-background-push📝 Commits (10+)
b19b623workbox dependenciesbe2e5c4service worker boilerplatec89193emanifest and compliant assetsb0d7cadview for background push checkbox, install buttond727ecdlabels, code styling0424a1dMerge branch 'binwiederhier:main' into pwa-background-pushae596a3Merge branch 'binwiederhier:main' into pwa-background-push6f8788ecomply with pwa requirements12f0785proof of concept install prompt563c486code cleanup, comments, scaffold prefs db📊 Changes
11 files changed (+338 additions, -2 deletions)
View changed files
📝
web/package-lock.json(+13 -1)📝
web/package.json(+13 -1)📝
web/public/index.html(+1 -0)➕
web/public/manifest.json(+25 -0)➕
web/public/static/img/ntfy_192.png(+0 -0)➕
web/public/static/img/ntfy_512.png(+0 -0)➕
web/public/static/img/ntfy_64.png(+0 -0)📝
web/src/components/Preferences.js(+117 -0)📝
web/src/index.js(+3 -0)➕
web/src/service-worker.js(+28 -0)➕
web/src/serviceWorkerRegistration.js(+138 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.