chore: remove unused SegmentedControl temp component#29846
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|



Description
Removes the unused temporary SegmentedControl component from
app/component-library/components-temp/SegmentedControl.This also removes the stale Storybook registration entry for its story. A reference search confirms there are no remaining app, test, or Storybook references.
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
N/A. Code cleanup only.
Before
N/A
After
N/A
Validation
rg -n "components-temp/SegmentedControl|SegmentedControl" app tests .storybook --glob '!node_modules/**'returned no matches.Pre-merge author checklist
Performance checks (if applicable)
Pre-merge reviewer checklist
Note
Low Risk
Low risk cleanup that only deletes an unused temp UI component and its Storybook wiring; primary risk is accidental removal if any downstream consumer existed outside the searched paths.
Overview
Removes the temporary
components-temp/SegmentedControlcomponent entirely (implementation, types/constants, styles, tests, README, and Storybook story).Updates Storybook’s auto-generated
storybook.requires.jsto drop the stale import/registration for the deletedSegmentedControlstory.Reviewed by Cursor Bugbot for commit 2b847b4. Bugbot is set up for automated code reviews on this repo. Configure here.