Skip to content

Replace SegmentedControlButtonGroup component (vue_shared) with GitLab UI component

What does this MR do and why?

GitLab UI integration test for 1787-move-segmented_control_button_group-from-main-gitlab-project-to-gitlab-ui

In gitlab-ui@v101.4.0...v101.5.0 we moved the component segmented_control_button_group.vue from GitLab to GitLab UI. In this integration branch I clean up the usgaes and the original file in GitLab.

References

gitlab-ui#1787 (closed)

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

Screenshot_2024-11-06_at_11.29.09

How to set up and validate locally

You can e.g. test one usage in Storybook:

yarn install
yarn start:storybook
  1. Go to http://localhost:9002/?path=/story/ee-analytics-cycle-analytics-components-type-of-work-charts--default
  2. Click on settings icon button on the right
  3. Find Toggler at the bottom in the dropdown

You can find another example on http://gdk.test:3000/flightjs/Flight/-/cadences/5673/iterations/2893.

Edited by Vanessa Otto

Merge request reports

Loading