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

V3 Suggestion: Notification Pop-Up to clear cache on new updates #1541

Open
GetLikha opened this issue Sep 21, 2023 · 4 comments
Open

V3 Suggestion: Notification Pop-Up to clear cache on new updates #1541

GetLikha opened this issue Sep 21, 2023 · 4 comments
Labels

Comments

@GetLikha
Copy link

web.snapchat.com has a feature where if they have a new update, it will notify the user if there's a new update. It'll ask them to set the update by pressing a reload button on the notification. Once they click it, the page will reload and the update will be implemented.

I'm guessing upon reload, it clears the cache for that specific site so the browser will be forced to fetch new files, applying the update.

I'm not entirely sure when a new Silex V3 update is implemented, so I'm not aware if I'm using an old version. For inexperienced users, it might be confusing to have to clear the cache to use the latest version of V3.

Just a suggestion 🙂.

@GetLikha GetLikha added the bug label Sep 21, 2023
@lexoyo
Copy link
Member

lexoyo commented Sep 22, 2023

Yes that is true
There is a similar mechanism in v2
At least the user should know what's new in the version right ? Maybe since last time they opened silex? Or maybe use the version used to save the website

@GetLikha
Copy link
Author

GetLikha commented Sep 22, 2023 via email

@lexoyo
Copy link
Member

lexoyo commented Sep 23, 2023

The update button would mean that there is a mechanism of pwa
Pwa means thet the whole front end is stored in the user's browser. Then it makes sense to have an update buttton. But in the case of silex i didn't implement the pwa mechanism, just a simple cache. So for now the update button would be useless as the app is updated automatically

@lexoyo lexoyo added v3 and removed bug labels Sep 23, 2023
@GetLikha
Copy link
Author

The update button would mean that there is a mechanism of pwa Pwa means thet the whole front end is stored in the user's browser. Then it makes sense to have an update buttton. But in the case of silex i didn't implement the pwa mechanism, just a simple cache. So for now the update button would be useless as the app is updated automatically

Ahh okay got it

image
What I meant btw

But thanks for the clarification

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Draft
Development

No branches or pull requests

2 participants