-
Notifications
You must be signed in to change notification settings - Fork 255
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
Ability to cancel an ongoing search #720
Comments
This issue was created after discussion in this issue: #595 |
Hey, since the 0.17 pre-release got the option to execute a search only upon pressing Enter, it has saved me a lot of headache. This partially addresses the issue, and should be the default setting for users, in my opinion. |
Is this part complicated to fix? It's a giant terminal that blocks you from doing anything, but just has a useless "loading results" kind of message. The user should be free to interact with the UI while it loads the next page. |
Just so we are on the same page... What other interaction would you want to be taking while the results are being loaded? |
I just realised even this isn't unblocked when loading a new page, only minimize and resize are unblocked. |
I suppose the milestone needs to be bumped. |
Still needed as of 2.1.1. |
When the user searches for a package in a source tab, the GUI blocks the user from doing anything else (other than close ChocolateyGUI entirely).
The user should have the option to cancel the search.
Alternatively, the GUI should not block the user from interacting with the application, while the search is executed in the background.
The text was updated successfully, but these errors were encountered: