Skip to content

Changes tab VUE refactoring

Felipe Cardozo requested to merge changes_tab_vue_refactoring into master

This MR rewrites diff discussions with VueJS and based on top of the Vue MR discussions.

With this MR, we will render Changes tab and do the diff line commenting with Vue. The current component structure looks like this.

Follow up issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/48034

EE port: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6017

Why was this MR needed?

This is a refactoring so the MR page is based on Vue to support all future developments and also to improve Performance of the page.

Does this MR meet the acceptance criteria?

Closes #42882 (closed)

Edited by Tim Zallmann

Merge request reports