Skip to content

Refactor clone dropdown

Ezekiel Kigbo requested to merge follow-up-121951-minor-refactor into master

What does this MR do and why?

Follow-up issue for Migrate dropdown to new gl dropdown components (!121951 - merged)

  • move the gl-disclosure-dropdown-item into a new component
  • add some additional tests
  • add a storybook story for the component

Related to #413482 (closed)

Screenshots or screen recordings

  • No visual changes to the component
  • New storybook story added
Both links SSH Link HTTPS link
Screenshot_2023-06-14_at_3.45.28_pm Screenshot_2023-06-14_at_3.47.08_pm Screenshot_2023-06-14_at_3.48.40_pm

How to set up and validate locally

Run the jest tests:

$ yarn jest clone_dropdown

View the storybook stories:

$ yarn storybook:start

MR acceptance checklist

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

Edited by Ezekiel Kigbo

Merge request reports

Loading