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: main ← Head: add-pwa
main
add-pwa
ade11a9
69315dd
af3a9b2
afffb3f
dea3f60
427744f
12 files changed (+8979 additions, -3119 deletions)
📝 .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)
.gitignore
next.config.js
package-lock.json
package.json
public/icons/icon-192x192.png
public/icons/icon-256x256.png
public/icons/icon-384x384.png
public/icons/icon-512x512.png
public/manifest.json
public/next.svg
public/vercel.svg
src/app/layout.tsx
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:add-pwa📝 Commits (6)
ade11a9Add PWA setup69315ddFix pwa configaf3a9b2Change background_color in manifestafffb3fUpdate next-pwa settingsdea3f60Update next-pwa settings427744fMigrate to @ducanh2912/next-pwa📊 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.