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 support for tons of tags on the same commit #973

Closed
bakkerthehacker opened this issue Oct 10, 2017 · 2 comments · Fixed by #984
Closed

UI support for tons of tags on the same commit #973

bakkerthehacker opened this issue Oct 10, 2017 · 2 comments · Fixed by #984

Comments

@bakkerthehacker
Copy link
Contributor

bakkerthehacker commented Oct 10, 2017

Some of the repos I use ungit in have automated systems that will attach a lot of tags to commits. Some of these commits can end up with 10-100 tags on them, each 50 to 100 characters long.

The ungit UI puts the commit buttons (merge, checkout, move, rebase) on the far right side of all of these tags. Scrolling over very very far, or zooming out, is a huge hassle when dealing with these commits and makes ungit essentially unusable.

Some solutions may be to:

  • have a customizable filter for tags
  • limit the number of tags on a commit
  • move the commit-buttons to some other location that is not dependant on the tags
@thatkookooguy
Copy link
Contributor

@bakkerthehacker is there an example of a project that has this problem? I might look into this a little and a test case would help greatly

@campersau
Copy link
Collaborator

@thatkookooguy for your information @codingtwinky is already working on this see #984
Or is this related to #974 (comment) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants