Skip to content

feat: implement PWA offline fallback and improved service worker handling#6102

Closed
saidai-bhuvanesh wants to merge 1 commit into
JhaSourav07:mainfrom
saidai-bhuvanesh:feature/pwa-offline-fallback
Closed

feat: implement PWA offline fallback and improved service worker handling#6102
saidai-bhuvanesh wants to merge 1 commit into
JhaSourav07:mainfrom
saidai-bhuvanesh:feature/pwa-offline-fallback

Conversation

@saidai-bhuvanesh

Copy link
Copy Markdown

Fixes #6100

Phase 1: PWA Reliability & Offline Fallback

  • Added a branded offline fallback UI in app/offline/page.tsx (OfflineFallback component).
  • Configured the service worker (app/sw.ts) to cache the /offline fallback page during installation.
  • Updated the service worker fetch handler to gracefully serve the cached /offline fallback page on navigation failure.
  • Implemented corresponding tests in tests/pwa/offline-page.test.tsx.

@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Someone is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

Copy link
Copy Markdown
Contributor

👋 Hey @saidai-bhuvanesh! Thanks for your interest in contributing to CommitPulse! 🙏

Unfortunately, this PR has been automatically closed because you are not assigned to the linked issue #6100 — fix(pwa): implement offline fallback page and improve service worker navigation handling.

To avoid this in the future, please follow these steps:

  1. Claim the issue — Comment /claim on #6100 if you are the issue author, or ask a maintainer to /assign you.
  2. Wait for confirmation — The bot will confirm your assignment with a ✅ reply.
  3. Then open your PR — Link the issue with Fixes #6100 in your description.

💡 You can be assigned to up to 5 open issues at a time. Check your current assignments before claiming a new one.

We look forward to your contribution once you're assigned! 🚀

@github-actions github-actions Bot closed this Jun 20, 2026
@github-actions github-actions Bot added the type:feature New features, additions, or enhancements label Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:feature New features, additions, or enhancements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(pwa): implement offline fallback page and improve service worker navigation handling

1 participant