vsergeev / briefsky

A free weather frontend to a variety of weather providers
https://briefsky.app/
Other
244 stars 24 forks source link

PWA doesn't retain settings changes #16

Closed vsergeev closed 1 year ago

vsergeev commented 1 year ago

Settings changes don't persist in the PWA, as it's not possible to save query parameters or update the static start_url with query parameters in the PWA manifest. Configuration will likely need to be saved to local storage for PWA.

In order to still support multiple briefsky instances, query parameters could override local storage settings, or local storage might only be used if the app is in PWA mode (which can be passed in from the manifest).