[PR #1] [MERGED] Add PWA setup #1

Closed
opened 2026-08-18 13:45:34 +00:00 by bendtherules · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bendtherules/multimeter-connect-web/pull/1
Author: @bendtherules
Created: 7/17/2023
Status: Merged
Merged: 7/17/2023
Merged by: @bendtherules

Base: mainHead: add-pwa


📝 Commits (6)

📊 Changes

12 files changed (+8979 additions, -3119 deletions)

View changed files

📝 .gitignore (+5 -0)
📝 next.config.js (+12 -2)
📝 package-lock.json (+8900 -3111)
📝 package.json (+2 -1)
public/icons/icon-192x192.png (+0 -0)
public/icons/icon-256x256.png (+0 -0)
public/icons/icon-384x384.png (+0 -0)
public/icons/icon-512x512.png (+0 -0)
public/manifest.json (+32 -0)
public/next.svg (+0 -1)
public/vercel.svg (+0 -1)
📝 src/app/layout.tsx (+28 -3)

📄 Description

  • Add PWA setup, installable as app
  • Offline support
  • Migrated to @ducanh2912/next-pwa, original package is unsupported.

🔄 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/bendtherules/multimeter-connect-web/pull/1 **Author:** [@bendtherules](https://github.com/bendtherules) **Created:** 7/17/2023 **Status:** ✅ Merged **Merged:** 7/17/2023 **Merged by:** [@bendtherules](https://github.com/bendtherules) **Base:** `main` ← **Head:** `add-pwa` --- ### 📝 Commits (6) - [`ade11a9`](https://github.com/bendtherules/multimeter-connect-web/commit/ade11a93e6294f64a982b2e789a2d891b876faf8) Add PWA setup - [`69315dd`](https://github.com/bendtherules/multimeter-connect-web/commit/69315dd50d6fcc6b116cd22cf54e77be27b0a6fb) Fix pwa config - [`af3a9b2`](https://github.com/bendtherules/multimeter-connect-web/commit/af3a9b24c2d42eddd2d5c1bdafc8dc2dea7e340f) Change background_color in manifest - [`afffb3f`](https://github.com/bendtherules/multimeter-connect-web/commit/afffb3f19006a1d681f672aab8b359adea24f37f) Update next-pwa settings - [`dea3f60`](https://github.com/bendtherules/multimeter-connect-web/commit/dea3f607aae8962a8daf1bdff8d5ef8d9410b624) Update next-pwa settings - [`427744f`](https://github.com/bendtherules/multimeter-connect-web/commit/427744fc68e36e1a968b1969016e87b5ff339ca2) Migrate to @ducanh2912/next-pwa ### 📊 Changes **12 files changed** (+8979 additions, -3119 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+5 -0) 📝 `next.config.js` (+12 -2) 📝 `package-lock.json` (+8900 -3111) 📝 `package.json` (+2 -1) ➕ `public/icons/icon-192x192.png` (+0 -0) ➕ `public/icons/icon-256x256.png` (+0 -0) ➕ `public/icons/icon-384x384.png` (+0 -0) ➕ `public/icons/icon-512x512.png` (+0 -0) ➕ `public/manifest.json` (+32 -0) ➖ `public/next.svg` (+0 -1) ➖ `public/vercel.svg` (+0 -1) 📝 `src/app/layout.tsx` (+28 -3) </details> ### 📄 Description - Add PWA setup, installable as app - Offline support - Migrated to @ducanh2912/next-pwa, original package is unsupported. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
bendtherules added the pull-request label 2026-08-18 13:45:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bendtherules/multimeter-connect-web#1