Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snackbar with new update infos #54

Closed
on3iro opened this issue Feb 25, 2019 · 1 comment
Closed

Snackbar with new update infos #54

on3iro opened this issue Feb 25, 2019 · 1 comment
Assignees
Labels

Comments

@on3iro
Copy link
Owner

on3iro commented Feb 25, 2019

We could save the version number inside indexedDB and display a snackbar, whenever the version number changes. The snackbar could contain a link to the github release-page, so that the user can easiliy see what the update brought.

@on3iro on3iro added the 🔧 feature New feature or request label Feb 25, 2019
@on3iro
Copy link
Owner Author

on3iro commented Feb 25, 2019

Even better we might be able to provide an update button, as soon as a new version is deployed.
I am pretty sure, that we can simple fire a request against the github api checking the latest release. If it is newer than the users locally installed version, we can display an update button. On click we run window.location.reload(true). This should make sure that the cache is not used.

@on3iro on3iro self-assigned this Mar 1, 2019
on3iro added a commit that referenced this issue Mar 4, 2019
on3iro added a commit that referenced this issue Mar 4, 2019
@on3iro on3iro closed this as completed in 6ecd438 Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant