-
Notifications
You must be signed in to change notification settings - Fork 13k
chore: Update call widget handle colors #37271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
WalkthroughUpdated the WidgetHandle component to use the Palette design system for colors, replacing hardcoded color values with palette tokens. Refactored the Box element to consolidate inline styling while maintaining ref forwarding and prop spreading functionality. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (2)
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 |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #37271 +/- ##
===========================================
- Coverage 67.64% 67.60% -0.05%
===========================================
Files 3338 3338
Lines 113721 113721
Branches 20663 20659 -4
===========================================
- Hits 76923 76876 -47
- Misses 34126 34163 +37
- Partials 2672 2682 +10
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Proposed changes (including videos or screenshots)
Before:

After:

Issue(s)
VGA-10
Steps to test or reproduce
Further comments
Summary by CodeRabbit
Style
Refactor