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

UI: display branch/tag commit and sort them by commit date #382

Closed
aymanbagabas opened this issue Sep 13, 2023 · 6 comments · Fixed by #369
Closed

UI: display branch/tag commit and sort them by commit date #382

aymanbagabas opened this issue Sep 13, 2023 · 6 comments · Fixed by #369
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@aymanbagabas
Copy link
Member

Describe the bug
Branches and tags TUI currently waste a lot of space and give a little context to what is being displayed. Instead, it would be nice to display the branch/tag referenced commit, and commit date, and sort them by commit date.

image
image

@aymanbagabas aymanbagabas added enhancement New feature or request good first issue Good for newcomers labels Sep 13, 2023
@emilaleksanteri
Copy link

Hi, would the idea be to display the most recent commit on set branch on its own tab with the given info to give extra context for each branch?

@aymanbagabas
Copy link
Member Author

Hi, would the idea be to display the most recent commit on set branch on its own tab with the given info to give extra context for each branch?

Hey @emilaleksanteri, the idea is to sort the branches/tags based on their referenced commit date and display the commit title and hash

@emilaleksanteri
Copy link

Hi, would the idea be to display the most recent commit on set branch on its own tab with the given info to give extra context for each branch?

Hey @emilaleksanteri, the idea is to sort the branches/tags based on their referenced commit date and display the commit title and hash

@aymanbagabas that sounds like a really cool idea! Do you mind if I work on this or is the issue taken already?

aymanbagabas added a commit that referenced this issue Oct 5, 2023
@aymanbagabas
Copy link
Member Author

Hey @emilaleksanteri, sorry I didn't see your comment. I've implemented this in c96839e. You can try it using #369. If you want, you could help test this new browse feature that lets you browse repositories locally soft browse [repo path]. I will update the PR body description to include a TODO list if you want to help implement new features :)

@aymanbagabas aymanbagabas linked a pull request Oct 5, 2023 that will close this issue
6 tasks
@emilaleksanteri
Copy link

@aymanbagabas oh right sounds good! Yeah would love to help with some of this stuff :)

@emilaleksanteri
Copy link

@aymanbagabas mind if I take the remote branches TODO if you haven't started that yet?

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

Successfully merging a pull request may close this issue.

2 participants