Skip to content

Cleanup unused code due to issues bulk edit cleanup

Taras Tadai requested to merge 454048-cleanup-unused-code into master

What does this MR do and why?

In scope of pajamas migration we removed unused templates that used legacy UI components !146810 (merged)

This is a follow up issue to cleanup unused css/js/helpers that were used inside of removed app/views/shared/issuable/_label_page_create.html.haml

  • Removed unused css .dropdown-new-label and related js code CreateLabelDropdown
  • Removed unused css classes .default-dropdown-input, .dropdown-new-label, .dropdown-label-color-input
  • Removed unused helper method manage_labels_title

Used regular text search to identify usage.

Please refer to origin removed file here !146810 (diffs)

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

How to set up and validate locally

We don't have any steps as this is unused code.

Related to #454048

Edited by Taras Tadai

Merge request reports