Skip to content

feat: add PWA installability and offline page support#2

Open
jaydenkalu wants to merge 1 commit into
mainfrom
feat/issue-371-pwa-offline
Open

feat: add PWA installability and offline page support#2
jaydenkalu wants to merge 1 commit into
mainfrom
feat/issue-371-pwa-offline

Conversation

@jaydenkalu

Copy link
Copy Markdown
Owner

Closes PrincessnJoy#371

Changes

  • Updated frontend/manifest.json with complete PWA manifest
  • Added frontend/public/sw.js service worker with offline caching
  • Added frontend/public/offline.html offline fallback page
  • Updated frontend/index.html to register service worker and link manifest
  • Added frontend/src/usePWAInstall.ts React hook for install prompt

Acceptance Criteria

  • Web manifest and service worker stub
  • Install prompt hook provided
  • Offline fallback page when network unavailable

@jaydenkalu
jaydenkalu force-pushed the feat/issue-371-pwa-offline branch from a7428c1 to cbdf31e Compare June 29, 2026 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add PWA installability and offline page support

1 participant