Skip to content

Migrate project and group labels actions dropdown to pajamas component

Taras Tadai requested to merge 263217-migrate-labels-actions-dropdown into master

What does this MR do and why?

Migrate label actions bootstrap dropdown in app/views/shared/_label.html.haml to pajamas component.

It's a part of Pajamas adoption project

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
project_labels_actions_old project_labels_actions_new
group_labels_actions_old group_labels_actions_new

How to set up and validate locally

Case 1

  1. Select some project
  2. Goto Manage -> Labels
  3. Verify label actions dropdown

Case 2

  1. Select some group
  2. Goto Manage -> Labels
  3. Verify label actions dropdown

Related to #263217

Edited by Taras Tadai

Merge request reports