[PR #795] [MERGED] PWA: Fix reload, Firefox mp3 load, reduce mobile padding #1428

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/795
Author: @nimbleghost
Created: 6/29/2023
Status: Merged
Merged: 6/30/2023
Merged by: @binwiederhier

Base: mainHead: pwa-improvements


📝 Commits (5)

  • abb1bae Don’t include mp3 due to Firefox sw issue
  • 55eed86 Reduce padding on mobile / narrow screens
  • 9fa1288 Fix update behaviour
  • 57bd37e Fix sidebar colour on mobile
  • 0b91846 Move registerSW out

📊 Changes

7 files changed (+51 additions, -6 deletions)

View changed files

📝 web/public/sw.js (+3 -0)
📝 web/src/components/App.jsx (+2 -3)
📝 web/src/components/Notifications.jsx (+1 -1)
📝 web/src/components/theme.js (+8 -0)
📝 web/src/index.jsx (+3 -0)
web/src/registerSW.js (+31 -0)
📝 web/vite.config.js (+3 -2)

📄 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/795 **Author:** [@nimbleghost](https://github.com/nimbleghost) **Created:** 6/29/2023 **Status:** ✅ Merged **Merged:** 6/30/2023 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `pwa-improvements` --- ### 📝 Commits (5) - [`abb1bae`](https://github.com/binwiederhier/ntfy/commit/abb1baeecdc9677f4f9d4352ee2b9a292ddcbbcd) Don’t include mp3 due to Firefox sw issue - [`55eed86`](https://github.com/binwiederhier/ntfy/commit/55eed868faf2e8092d864c6dd777ada4feae2e4d) Reduce padding on mobile / narrow screens - [`9fa1288`](https://github.com/binwiederhier/ntfy/commit/9fa1288dbc8610405fa23adfa2d6d975ed43081f) Fix update behaviour - [`57bd37e`](https://github.com/binwiederhier/ntfy/commit/57bd37ef2fc9444cd1df3a71cc21591c623655af) Fix sidebar colour on mobile - [`0b91846`](https://github.com/binwiederhier/ntfy/commit/0b918464c191b892517908b069565a5ccbc6f7f3) Move registerSW out ### 📊 Changes **7 files changed** (+51 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `web/public/sw.js` (+3 -0) 📝 `web/src/components/App.jsx` (+2 -3) 📝 `web/src/components/Notifications.jsx` (+1 -1) 📝 `web/src/components/theme.js` (+8 -0) 📝 `web/src/index.jsx` (+3 -0) ➕ `web/src/registerSW.js` (+31 -0) 📝 `web/vite.config.js` (+3 -2) </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:02:03 +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#1428
No description provided.