Skip to content

Remove Vuex from DiffsFileTree

What does this MR do and why?

This is a part of Decouple MR Diffs components from Vuex (#450948) effort. This MR removes Vuex from the DiffFileTree component to make it more reusable. It lifts up the logic to the Diffs App component and fixes minor bugs.

How to set up and validate locally

  1. Open any MR with changes
  2. Toggle file browser using f key.

Merge request reports