Fri3dCamp / fri3dcamp-pwa

This project contains a WordPress Plugin that once installed and activated, transforms the WordPress front-end into a fully fledged Progressive Web App.
2 stars 0 forks source link

Ability to clear local storage #27

Closed vdwijngaert closed 1 year ago

vdwijngaert commented 1 year ago

Sometimes, especially when still "unstable", due to the switch from an api to schedule.json, there can be orphaned data in the state, which is persisted in local storage.

As a means to counter this, we could use a button in the settings view that clears local storage and reloads the app. This will not clear the service worker cache, so not all data would have to be re-downloaded.