docs: track react v14 avatar overflow follow-up#3093
Merged
Conversation
MartinCupela
reviewed
Apr 6, 2026
ai-docs/breaking-changes.md
Outdated
| - `src/components/Avatar/GroupAvatar.tsx:10` `GroupAvatarProps` now expose `displayMembers`, `overflowCount`, `size`, and `isOnline` | ||
| - `src/components/ChannelListItem/utils.tsx:116` types `GroupChannelDisplayInfo` as `{ members, overflowCount }` | ||
| - `src/components/Avatar/ChannelAvatar.tsx:6` `ChannelAvatarProps` are now `Partial<Omit<GroupAvatarProps & AvatarProps, 'size'>> & { size: GroupAvatarProps['size'] | AvatarProps['size'] }` | ||
| - `src/components/Avatar/GroupAvatar.tsx:12` `GroupAvatarProps` now expose `displayMembers`, `size`, and `isOnline`, with no public `overflowCount` |
Contributor
There was a problem hiding this comment.
@oliverlaz not sure whether we should mention overflowCount when it was added during the redesign - not present in v13
Member
Author
There was a problem hiding this comment.
adjusted in b2d505a
Also, cleaned up a few more things that didn't exist in v13.
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3093 +/- ##
=======================================
Coverage 79.57% 79.57%
=======================================
Files 426 426
Lines 12179 12179
Branches 3914 3914
=======================================
Hits 9691 9691
Misses 2488 2488 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
π― Goal
Track the latest React v14 avatar follow-up from
masterso the internal migration inventory and docs execution plan stay aligned with the public docs.π Implementation details
6c7cd42aBC-018with the current automatic-overflow avatar behavior and evidencedocs-plan.mdπ¨ UI Changes
No screenshots. Tracker-only change.
β Validation
git diff --check -- ai-docs/breaking-changes.md ai-docs/docs-plan.md