Tooltip over commit counts for different branches #14661

Closed
opened 2025-11-02 11:19:20 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @ajmeese7 on GitHub (Jun 25, 2025).

Feature Description

Similarly to how GitLab handles commit counts on different branches:

Image

I think Gitea should do the same, like so:

Image

This only requires adding the title attribute with the appropriate text, the styles are handled by existing Gitea CSS. I'm willing to take a stab at implementing this since it seems pretty simple, if the team/community is open to it.

Screenshots

No response

Originally created by @ajmeese7 on GitHub (Jun 25, 2025). ### Feature Description Similarly to how GitLab handles commit counts on different branches: ![Image](https://github.com/user-attachments/assets/07824133-94e2-4eda-b226-99693a64be7a) I think Gitea should do the same, like so: ![Image](https://github.com/user-attachments/assets/a86948a1-b746-4672-8642-8b8c1a4bcfc9) This only requires adding the `title` attribute with the appropriate text, the styles are handled by existing Gitea CSS. I'm willing to take a stab at implementing this since it seems pretty simple, if the team/community is open to it. ### Screenshots _No response_
GiteaMirror added the type/proposal label 2025-11-02 11:19:20 -06:00
Author
Owner

@silverwind commented on GitHub (Jun 26, 2025):

Would use data-tooltip-content instead of title here. Looks better and we use title attribute only for very unimportant stuff.

@silverwind commented on GitHub (Jun 26, 2025): Would use `data-tooltip-content` instead of `title` here. Looks better and we use title attribute only for very unimportant stuff.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#14661