You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tags): unify signed-tag badge and refine signature column
v1.1.2 follow-up to the signed-tag surfaces. The 1.1.1 signed-tag look had
replaced the tag icon with the verified glyph and lost the commit-color
background; this restores a unified design:
- The tag icon always renders for tags (signed or not), keeping its
commit-color background. A signed tag adds a separate verified badge on the
signature-status green, sitting flush against the tag icon
(.gitRef.tag.signed > svg zeroes the right margin; no background override).
- The verified badge is square (border-radius 0), sized like the 1.1.1
verified icon.
- Signed tags share the default neutral border with every other ref; the green
verified badge, not the border, carries the signature distinction.
- The commit signature column's valid status now shows the verified symbol
inside a filled signature-status green circle, unifying with the tag badge.
New svgIcons.verified; the signedTag alias is kept for existing test selectors.
sonar.projectVersion 1.1.1 -> 1.1.2.
Gate (ZAM): OK — new_violations 0, new_duplicated_lines_density 0.0, all
project-wide conditions 0.
Co-Authored-By: ZCode <zcode@z.ai>
0 commit comments