Skip to content

Refactored Epic app shell

Kushal Pandya requested to merge 7750-epic-app-refactor into master

What does this MR do?

This MR adds refactored Epic app shell (excl. Sidebar) written with Vuex. Points to keep in mind with this MR;

  • App is currently behind a cookie flag and can be enabled by running document.cookie = "load_new_epic_app=true" in browser console which will replace current Epics app with new app.
  • Visually the new app is not different from the old one, it is behind the scenes implementation that's rewritten from ground up.
  • New app does not include sidebar as it is to be covered as a part of https://gitlab.com/gitlab-org/gitlab-ee/issues/7751.

Learn more about complete scope of this effort in &410 (closed).

Does this MR meet the acceptance criteria?

Closes #7750 (closed)

Edited by Kushal Pandya

Merge request reports