[PR #489] [CLOSED] WIP: PWA background push #1316

Closed
opened 2026-05-07 01:01:32 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/489
Author: @binwiederhier
Created: 11/12/2022
Status: Closed

Base: mainHead: pwa-background-push


📝 Commits (10+)

  • b19b623 workbox dependencies
  • be2e5c4 service worker boilerplate
  • c89193e manifest and compliant assets
  • b0d7cad view for background push checkbox, install button
  • d727ecd labels, code styling
  • 0424a1d Merge branch 'binwiederhier:main' into pwa-background-push
  • ae596a3 Merge branch 'binwiederhier:main' into pwa-background-push
  • 6f8788e comply with pwa requirements
  • 12f0785 proof of concept install prompt
  • 563c486 code 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.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/489 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 11/12/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pwa-background-push` --- ### 📝 Commits (10+) - [`b19b623`](https://github.com/binwiederhier/ntfy/commit/b19b6230ae0cc50e43169047bb63277dab1166c6) workbox dependencies - [`be2e5c4`](https://github.com/binwiederhier/ntfy/commit/be2e5c4c9bb261c1565f356a28a242dc1ba2cc26) service worker boilerplate - [`c89193e`](https://github.com/binwiederhier/ntfy/commit/c89193e90786a8604f226b5a0d1855b6bc0f5047) manifest and compliant assets - [`b0d7cad`](https://github.com/binwiederhier/ntfy/commit/b0d7cad5f3669cdb15f5c6fe0166fb71c45bfedb) view for background push checkbox, install button - [`d727ecd`](https://github.com/binwiederhier/ntfy/commit/d727ecd4e511dcea32b6fbacfb54b6bf3a19bb86) labels, code styling - [`0424a1d`](https://github.com/binwiederhier/ntfy/commit/0424a1d5c00c35fcb5498be6fbf5f0ad880f04a5) Merge branch 'binwiederhier:main' into pwa-background-push - [`ae596a3`](https://github.com/binwiederhier/ntfy/commit/ae596a30882aa9ff3b539ce786bb648e6cfb53b7) Merge branch 'binwiederhier:main' into pwa-background-push - [`6f8788e`](https://github.com/binwiederhier/ntfy/commit/6f8788e329d39788a5a25762c1a3f7c9da0d52a7) comply with pwa requirements - [`12f0785`](https://github.com/binwiederhier/ntfy/commit/12f0785e1cf85ec2cd4d23013eab4260969cef40) proof of concept install prompt - [`563c486`](https://github.com/binwiederhier/ntfy/commit/563c4860c9d33a861bf4d9367b04db95e4a46d8d) code cleanup, comments, scaffold prefs db ### 📊 Changes **11 files changed** (+338 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:32 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1316
No description provided.