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

Make Branch-Filter Collapsable #16

Open
forgottosave opened this issue Jul 18, 2024 · 0 comments
Open

Make Branch-Filter Collapsable #16

forgottosave opened this issue Jul 18, 2024 · 0 comments
Labels
✨ feature New feature or request priority: 👇 low state: 🛠️work There is work to do here

Comments

@forgottosave
Copy link
Collaborator

forgottosave commented Jul 18, 2024

Description

Make the branch filter collapsable. Branches starting with the same substring should be grouped (which could even be stacked over multiple layers) to reduce the branch-filter from a huge list to a good overview.

Example

If, e.g., multiple branches start with prod/ and others with dev/, they should be grouped. This would reduce the size of the view. One could also check/uncheck whole "folders" at once.
If a "folder" only has one child, there should not be a collapsable view for that.

☐ prod
☐ dev/one
☐ dev/two
☐ dev/two/test
☐ dev/three

would result in something like this

  ☐ prod
► ☐ dev/...

or expanded:

  ☐ prod
▼ ☐ dev/...
    ☐ two
    ☐ two/test
    ☐ three
@forgottosave forgottosave added state: 🛠️work There is work to do here priority: 👇 low ✨ feature New feature or request and removed enhancement labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request priority: 👇 low state: 🛠️work There is work to do here
Projects
None yet
Development

No branches or pull requests

1 participant