Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWA manifest for offline access #32

Closed
umutbasal opened this issue Nov 2, 2024 · 4 comments
Closed

PWA manifest for offline access #32

umutbasal opened this issue Nov 2, 2024 · 4 comments

Comments

@umutbasal
Copy link
Contributor

ozantekin added a commit that referenced this issue Nov 4, 2024
Add PWA Manifest and Service Worker for Offline Access (#32)
@umutbasal
Copy link
Contributor Author

  • logo not working with current impl
  • pages are just works as server

@atiilla
Copy link
Member

atiilla commented Nov 4, 2024

pwa

I've tested the app, and it appears that:

  • The logo is visible without any issues.
  • The static pages work correctly, even when offline.

Could you provide more details about the problem you're experiencing?

@umutbasal
Copy link
Contributor Author

umutbasal commented Nov 4, 2024

image

occurs after switching offline

@atiilla
Copy link
Member

atiilla commented Nov 4, 2024

  • logo not working with current impl
  • pages are just works as server

Updated the service worker to include more paths in the cache to improve offline functionality.

  '/',
  '/assets/icon-192x192.png',
  '/assets/icon-512x512.png',
  '/assets/hhs-b.avif',
  '/assets/hhs-black.avif',
  '/assets/hhs-white.avif',
  '/assets/hhs.avif',
  '/manifesto',
  '/team',
  '/events',
  '/contact',
  '/history'

Please check new commits out

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

No branches or pull requests

2 participants