Skip to content

Blob refactor: Add image blob viewer

Jacques Erasmus requested to merge 324330-add-image-blob-viewer into master

What does this MR do?

Adds an image blob viewer to the frontend.

Changes in this MR is part of a bigger effort to refactor the blob viewer

Screenshots or Screencasts

Screenshot_2021-08-26_at_13.59.09

How to setup and validate locally (strongly suggested)

This feature is behind the :refactor_blob_viewer feature flag.

  1. run rails c in the project root
  2. run Feature.enable(:refactor_blob_viewer) in the rails console
  3. upload an image to a repository
  4. view the image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #324330 (closed)

Edited by Jacques Erasmus

Merge request reports