Skip to content

Add video blob viewer

Jacques Erasmus requested to merge 324319-add-video-blob-viewer into master

What does this MR do and why?

Adds a video blob viewer to the frontend.

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

Screenshots or screen recordings

Screenshot_2021-09-27_at_10.02.35

How to set up and validate locally

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 a video to a repository
  4. view the video

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #324319 (closed)

Edited by Jacques Erasmus

Merge request reports