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

Button in the menu to check for updates #852

Open
rustynwac opened this issue Dec 16, 2024 · 3 comments
Open

Button in the menu to check for updates #852

rustynwac opened this issue Dec 16, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers UI user interface issues

Comments

@rustynwac
Copy link

from Steve. Is the button best practice or using some sort of feature flagging? Assuming the issue is preventing folks from being stuck on old versions...

@stevekuznetsov
Copy link
Collaborator

We've got this automated already - whenever you're looking at the map screen, we're checking in the background and will ensure you get the update as soon as we can. I was thinking a menu item might help me/us debug things when we're not seeing that work as expected.

@stevekuznetsov stevekuznetsov added enhancement New feature or request good first issue Good for newcomers UI user interface issues labels Jan 31, 2025
@rustynwac
Copy link
Author

Are you thinking the button knows to only display when the version is outdated?

@stevekuznetsov
Copy link
Collaborator

What's missing here is some way for a user to interact with the system intentionally - right now we've got the "automatically behind the scenes" flow down, but if/when we're trying to figure out if that automatic system is broken, there's no way to for a user to explicitly push a button and ensure that the app has checked for an update (on the right channel) recently, determined that such an update does or does not exist, etc. Generally everything in the "am I on the latest version?" flow is just opaque today - either you trust the automatic flow worked, or you are SOL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers UI user interface issues
Projects
None yet
Development

No branches or pull requests

2 participants