Add service worker support for a nicer offline experience
holandes22 opened this issue · 1 comments
holandes22 commented
This is low priority, but it can really enhance the UX if connection goes down. We can show previously fetched content instead of an ugly disconnected error in case the connection goes down.
Todo:
- Verify bundled chromium in electron supports service worker
- Service worker requires the server to have SSL enabled, so until that is done this cannot be active (although service worker should fallback gracefully to just show the disconnected error)
- UpUp js lib can really help out here
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.