Otto-AA / solid-filemanager

A file manager for solid pods.
https://otto-aa.github.io/solid-filemanager/
35 stars 18 forks source link

Enhance versioning/updating #26

Open Otto-AA opened 5 years ago

Otto-AA commented 5 years ago

Current Behavior

Currently the app is cached via a service worker, so the files only get loaded once and then remain the same. Loading a new version must be done manually (e.g. by a complete refresh). Also there's no way to find out the currently used version.

Expected behavior

The service worker should check for updates and display a notification if one is available. The user can then decided to update the app or stay with the old version. There should be an info menu in which the user can view the version number and potentially update the app.