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

Add a way to go back to older versions #463

Open
code-asher opened this issue Aug 13, 2024 · 1 comment
Open

Add a way to go back to older versions #463

code-asher opened this issue Aug 13, 2024 · 1 comment
Assignees

Comments

@code-asher
Copy link
Member

code-asher commented Aug 13, 2024

Currently, if you try to use a recent connection and choose to accept the upgrade prompt, you have no way to go back to the older version. This can be a problem if there is some bug in the newest IDE.

In the recents window, we should add a dropdown picker to the version column that allows selecting an older version. I think maybe what we do is make another query for the past N versions and allow the user to downgrade. Or we could keep track of the past N versions the user has actually used and avoid the query altogether, just need to store that info along with the recent connection. Downside to that is it will only help in the future and not for users that already need to downgrade since we are not currently storing that info.

@code-asher code-asher self-assigned this Aug 13, 2024
@stirby
Copy link
Collaborator

stirby commented Aug 13, 2024

We should do this! Thanks for adding design notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants