Skip to content

Removes `split_button.vue` from vue_shared

Sam Beckham requested to merge 418030-remove-split-button into master

What does this MR do and why?

I was about to migrate the dropdown in this file and then I noticed that it's not actually imported anywhere.

Since there's a GitLab UI component for this now, the vue_shared version is both unused and redundant.

Deleting it

Screenshots or screen recordings

Before After
Nothing Still nothing

How to set up and validate locally

  1. Run a grep for the regex import.*vue_shared/components/split_button
  2. Confirm it's not imported anywhere
  3. Rejoyce

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #418030 (closed)

Edited by Sam Beckham

Merge request reports