Improve tag display on Repository Network
Description
Currently a tag is visually no different than a branch. And when on the same commit, a tag and a branch are stuck in the same grey label. It is very difficult to distinguish tags from branches on the Network diagram.
Proposal
- Separate tags and branches visually. Now all are white font on grey background. Put tags on a different visual label and with at least a different background color.
- Now when holding the mouse over a commit point in the graph what is displayed is User, SHA, commit-message. Please, add also tag(s).
Links / references
Look at commit 4a670f74 on https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/network/master. At this moment there is a tag v1.9.4 and also the head of the branch 1-9-stable.