-
Notifications
You must be signed in to change notification settings - Fork 272
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 hide one branch #175
Comments
Thanks for raising this improvement, it would definitely be useful to be able to “Show All” branches, and then unselect one or more specific branches. I’ll need to work out the details of exactly how this behaviour should work, as I don’t want to impact the most common use case of the Branches dropdown (switching from “Show All” to a single branch, or vice versa). At the moment this can be done in one step (clicking on the desired branch in the dropdown), however from my understanding of what you’ve suggested, this would now unselect the specific branch from ”Show All”, instead of switching to it. |
What I suggest is :
|
Thanks @thmatot, your suggestion is perfect for allowing both the current behaviour, and the new behaviour of this improvement request to work nicely together (and being quite intuitive for users). |
…n 'show all' to allow to unselect branch
…n 'show all' to allow to unselect branch
Thanks again for implementing this functionality! Awesome work! This will be available in v1.15.0. If you'd like to use it before the next release, you can download v1.15.0-beta.1, and install it following the instructions provided here. |
Select/unselect all branches in dropdown list when clicking on "show all" item.
This will allow to unselect one branch if all item are selected, and select one branch if all branches are unselected
The text was updated successfully, but these errors were encountered: