Skip to content

Conversation

johnmasking
Copy link
Member

Fixes #258

Changes proposed in this pull request:

  • Added pwa app icons
  • Added Manifest
  • Added Service worker
  • Added PWA plugin for Vite
  • updated vite config for PWA

@MaskingTechnology/comify

@johnmasking johnmasking linked an issue Nov 15, 2024 that may be closed by this pull request
johnmasking and others added 3 commits November 22, 2024 09:30
Co-authored-by: Peter van Vliet <108156553+petermasking@users.noreply.github.com>
Co-authored-by: Peter van Vliet <108156553+petermasking@users.noreply.github.com>
plugins: [
react(),
VitePWA({
strategies: 'generateSW',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the registerSW.js is not available in the offline cache.

Screenshot 2024-11-22 at 21 48 18

Reproduction:

  • Open a incognito window
  • Open Comify
  • Go offline (in dev-tools)
  • Refresh

Copy link

@petermasking petermasking merged commit ddc920b into main Nov 27, 2024
5 checks passed
@petermasking petermasking deleted the 258-progressive-web-app-pwa branch November 27, 2024 10:25
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.

Progressive Web App (PWA)

2 participants