Skip to content

Add Epics menu

What does this MR do?

In this MR, we're refactoring the Epics menu. We're moving it from being a partial rendered menu to an object-driven menu, like all the menus in the project sidebar.

For that, we're just introducing a new object to store the menu info and removing the related info from the menu partial.

Screenshots or Screencasts (strongly suggested)

This is the refactored menu, which looks exactly like the older one:

image

Does this MR meet the acceptance criteria?

Conformity

Related to #328504 (closed)

Edited by Anastasia McDonald

Merge request reports