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

Organize local branches from the same directory and be able to fold the directory #227

Open
jonadem opened this issue Aug 28, 2024 · 2 comments
Labels
enhancement New feature or request UI

Comments

@jonadem
Copy link

jonadem commented Aug 28, 2024

Is your feature request related to a problem? Please describe.
I tend to keep all my local branches and to archive them to an "Archive" folder. I would be nice if I could could fold it in Gitnuro.

Describe the solution you'd like
Show directories with branches in the directories underneath and be able to fold

Example, local branches:
Foo/a
Foo/b

Would give:

 v Foo
     a
     b

Or:

> Foo

@jonadem jonadem added the enhancement New feature or request label Aug 28, 2024
@JetpackDuba JetpackDuba added the UI label Aug 29, 2024
@JetpackDuba
Copy link
Owner

JetpackDuba commented Sep 3, 2024

Thank you for your suggestion!

I've seen Sourcetree doing this and could be nice to have. I'm not really sure about if we want to allow multiple levels (like having Foo/bar/a into 3 levels):

↓ Foo
      ↓ Bar
            a

Or just one (It would be less organized but would make it easier to navigate)

↓ Foo
      Bar/a

I'd go for the second option as it feels like the best UX and not that often the tags are split into 3 "sections". What are your thoughts?

@jonadem
Copy link
Author

jonadem commented Sep 5, 2024

My choice would be to go with the multiple levels option, so that when Gitnuro will rule the versioning world and be used with huge (and complex) projects, everything will already be done ! ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UI
Projects
None yet
Development

No branches or pull requests

2 participants