Convert merge request listing page to Vue
The issues listing page uses a Vue app and the GraphQL API to render issues, the merge request listing page should also use the same Vue app for consistency | Issues list | Merge request list | |---|---| | ![Screenshot_2023-06-13_at_10.07.47](/uploads/ee60e01a683cfcf03885b7d04d4dabc4/Screenshot_2023-06-13_at_10.07.47.png) | ![Screenshot_2023-06-13_at_10.08.01](/uploads/a176c4c311db5d353bc32b9561c564af/Screenshot_2023-06-13_at_10.08.01.png) | ## Feature flag This feature will be developed under the `vue_merge_request_list` feature flag. Enable it to see the feature.
epic