Skip to content

Add audio blob viewer

What does this MR do and why?

This MR adds a client-side blob viewer for audio files (related ticket #324310 (closed) ).

This MR is part of the effort of refactoring the repository browser into a Vue app.

Screenshots or screen recordings

Screen_Shot_2022-02-24_at_10.25.28_PM

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 the appropriate file type.
  4. View the newly uploaded file and ensure that it works as expected.

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 #324310 (closed)

Edited by Kostas Ioannou

Merge request reports

Loading