Skip to content

Add consolidated edit buttons to repo blob header

What does this MR do?

This is part of a bigger effort to convert the entire BlobHeader from HAML to Vue. In this MR, we implement the consolidated edit buttons.

image

Testing Case

This feature is behind 2 feature flags, to turn on:

rails c

Feature.enable(:refactor_blob_viewer)
Feature.enable(:consolidated_edit_button)
  1. Navigate to Repository > Files
  2. Click on a file
  3. You will now be on the File or Blob page where you can see the buttons.
  • The "Edit" button will navigate to "Edit file" page
  • The "Web IDE" button will navigate to the "Web Editor" page

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #323210 (closed)

Edited by Samantha Ming

Merge request reports