refactor(sidebar-toggle-button): migrate SidebarToggleButton from Flo… - #4759
mergify[bot] merged 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
💤 Files with no reviewable changes (1)
WalkthroughThe PR adds TypeScript and Flow implementations of ChangesSidebar toggle component
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested labels: Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Merge Queue Status
This pull request spent 32 minutes in the queue, including 11 minutes 53 seconds running CI. Required conditions to merge
|
Convert SidebarToggleButton component to TypeScript
This PR converts
src/components/sidebar-toggle-buttonfrom JavaScript with Flow to TypeScript.Changes
SidebarToggleButton.jstoSidebarToggleButton.tsxwith exportedSidebarToggleButtonPropsinterfaceindex.jstoindex.ts, re-exporting the component and its typesSidebarToggleButton.stories.jstoSidebarToggleButton.stories.tsx__tests__/SidebarToggleButton.test.jstoSidebarToggleButton.test.tsx.js.flowfiles for backward compatibilityTesting
src/components/sidebar-toggle-button; all 8 passyarn lint:tsandflow checkpassComponents/SidebarToggleButton) that behavior is unchangedSummary by CodeRabbit
New Features
Tests