gitlab-org--gitlab-foss/spec/javascripts/vue_mr_widget
Alexis Reigel 9e14f437b6
create favicon overlay on the client
the initial reason for this change was that graphicsmagick does not
support writing to ico files. this fact lead to a chain of changes:

1. use png instead of ico (browser support is good enough)
2. render the overlays on the client using the canvas API. this way we
   only need to store the original favion and generate the overlay versions
   dynamically.
   this change also enables (next step) to simplify the handling of the
   stock favicons as well, as we don't need to generate all the versions
   upfront.
2018-06-05 16:20:21 +02:00
..
components Rename merge request widget author component 2018-05-22 11:30:41 +03:00
stores Remove related links in MR widget when empty state 2017-12-19 17:50:38 +00:00
mock_data.js Display merge commit SHA in merge widget after merge 2018-05-07 14:09:47 -03:00
mr_widget_options_spec.js create favicon overlay on the client 2018-06-05 16:20:21 +02:00