Conversation
CallControlButton and CallFeatureButton take a badgeCount, drawn through StreamCallButtonBadge in the design system's badge colour. StreamParticipantsButton uses it, and the sample app's BadgedCallOption is replaced by it. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v2 #1376 +/- ##
=====================================
Coverage ? 37.93%
=====================================
Files ? 395
Lines ? 30171
Branches ? 0
=====================================
Hits ? 11445
Misses ? 18726
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
…led CallControlBadge Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Summary
CallControlButton,CallFeatureButtonandStreamCallButtonBadgetake onebadge, a sealedCallControlBadge, in place ofshowErrorBadge.CallControlErrorBadgedraws the error badge;CallControlNotificationBadgedraws a count as aStreamBadgeNotification, optionally in aStreamBadgeNotificationType. A zero count draws nothing.StreamParticipantsButton(and so the lobby) uses it with the neutral badge instead of badging itself inaccentSuccess.BadgedCallOptionis removed; its participants and chat buttons pass aCallControlNotificationBadge, and the participants count is neutral.Testing
StreamCallButtonBadgetests for the count and its type.StreamButton, since the badge's box fills the test surface when the button is pumped on its own.🤖 Generated with Claude Code

