Skip to content

Refactor DropdownContentsEditView component to use GraphQL + Apollo

What does this MR do?

This MR is a part of &6092 (closed) where we refactor Labels Select component to use Apollo client + GraphQL instead of REST + Vuex. In this particular MR, the changes are mostly applied to dropdown_contents_labels_view.vue.vue component.

To test the changes locally, you will need a feature flag enabled:

Feature.enable(:labels_widget)

After enabling FF, you can test issue sidebar labels.

Screenshots (strongly suggested)

No visual changes

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #332257 (closed)

Edited by Natalia Tepluhina

Merge request reports