Skip to content

Move versions icon to CSS

Jacques Erasmus requested to merge 331445-move-version-icon-to-css into master

What does this MR do?

This moves the versions icon from HAML to CSS.

When viewing a page with many commits, the number of icons can be a lot which can significantly increase the transfer size. For instance, this large page contains more than 1600 icons.

This MR changes the implementation to rather use CSS for displaying the icon.

Similar initiatives include:

Screenshots or Screencasts (strongly suggested)

before after
Screenshot_2021-07-12_at_11.33.38 Screenshot_2021-07-20_at_17.58.16

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #331445 (closed)

Edited by Jacques Erasmus

Merge request reports