Skip to content

docs: track react v14 avatar overflow follow-up#3093

Merged
oliverlaz merged 2 commits intomasterfrom
docs/react-v14-avatar-overflow-trackers
Apr 6, 2026
Merged

docs: track react v14 avatar overflow follow-up#3093
oliverlaz merged 2 commits intomasterfrom
docs/react-v14-avatar-overflow-trackers

Conversation

@oliverlaz
Copy link
Copy Markdown
Member

🎯 Goal

Track the latest React v14 avatar follow-up from master so the internal migration inventory and docs execution plan stay aligned with the public docs.

πŸ›  Implementation details

  • bump the audited SDK head to 6c7cd42a
  • expand BC-018 with the current automatic-overflow avatar behavior and evidence
  • record the rest of the commit window as ruled out
  • reopen and then close the exact avatar docs fallout in docs-plan.md

🎨 UI Changes

No screenshots. Tracker-only change.

βœ… Validation

  • git diff --check -- ai-docs/breaking-changes.md ai-docs/docs-plan.md

- `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`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oliverlaz not sure whether we should mention overflowCount when it was added during the redesign - not present in v13

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adjusted in b2d505a

Also, cleaned up a few more things that didn't exist in v13.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 6, 2026

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 79.57%. Comparing base (6c7cd42) to head (b2d505a).
⚠️ Report is 3 commits behind head on master.

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.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@oliverlaz oliverlaz merged commit b5cb01f into master Apr 6, 2026
7 checks passed
@oliverlaz oliverlaz deleted the docs/react-v14-avatar-overflow-trackers branch April 6, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants