Skip to content

Refactor IDE to allow RightPane extension

Paul Slaughter requested to merge ee-ide-refactor-for-ee-specific into master

CE Port: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21920

What does this MR do?

  • Refactors the IDE to allow extending the RightPane component with additional tabs.
  • Also causes the RightPane to use v-if initially to prevent rendering content, and then use v-show after a tab has been clicked for the first time. (This will be handled in another MR)

What are the relevant issue numbers?

#5426 (closed)

Does this MR meet the acceptance criteria?

Edited by Paul Slaughter

Merge request reports