-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Adds title on branch commit counts #34869
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
base: main
Are you sure you want to change the base?
Conversation
It needs to be translationable. |
Use |
a60ece2
to
556fcf7
Compare
Also, wouldn't it make sense to unify both titles into a single title on the parent element? |
My thought is that why duplicate the numbers in the tooltip .... could it simply just show a fixed tool tip like "Commits ahead", and let users read the rendered number on the UI? |
That is what GitLab does, that is the behavior I am emulating |
Working on this now. |
Adds a
title
to the commit counts when comparing branches, making it easier for novice users to understand what the numbers mean.Fixes #34867.