chore: remove unused QuickActionButtons temp component#29845
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: Investigation confirmed:
No E2E tests need to run for this change as it removes unused/temporary UI components with no production app impact. Performance Test Selection: |
|



Description
Removes the unused temporary QuickActionButtons component from
app/component-library/components-temp/QuickActionButtons.This also removes the nested QuickActionButton component, which was only used by QuickActionButtons, and removes stale Storybook registration entries for both stories.
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/QuickActionButtons|QuickActionButtons" 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 temporary component and its Storybook/tests; primary risk is breaking any hidden imports if they existed.
Overview
Removes the temporary
components-temp/QuickActionButtonsimplementation (including the nestedQuickActionButton), along with their associated unit tests and Storybook stories.Updates the auto-generated
.storybook/storybook.requires.jsto drop the stale story registrations for these removed stories.Reviewed by Cursor Bugbot for commit 8ba4b53. Bugbot is set up for automated code reviews on this repo. Configure here.