fix(ui): map xxl avatar to xxl online indicator size#2711
Conversation
Pairs StreamAvatarSize.xxl with the new StreamOnlineIndicatorSize.xxl (20px) added in stream_core_flutter, matching the Chat SDK design system spec. Co-Authored-By: Claude Opus 4.7 (1M context) <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: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v10.0.0 #2711 +/- ##
==========================================
Coverage ? 67.61%
==========================================
Files ? 407
Lines ? 24468
Branches ? 0
==========================================
Hits ? 16543
Misses ? 7925
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Summary
_indicatorSizeForAvatarSizemapping inStreamUserAvatarso.xxlmaps to the newStreamOnlineIndicatorSize.xxl(20px) instead ofxl(16px).stream_core_fluttergit ref to pick up the new size variant.Fixes the online indicator dimensions on the xxl avatar (Contact Info screen) — per spec: 20px diameter, 2px inner border.
Depends on GetStream/stream-core-flutter#116 — the
stream_core_flutterref should be moved tomainonce that PR merges.Test plan
StreamUserAvatarwithStreamAvatarSize.xxlmelos run analyze🤖 Generated with Claude Code