User list item decomposition - #100306
User list item decomposition#100306roryabraham merged 7 commits into
Conversation
|
@codex review |
|
Codex Review: Didn't find any major issues. Can't wait for the next one! Reviewed commit: ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
ReviewI traced the before/after render tree for every row this touches and found no correctness regressions. The RBR gating in Two things worth answering before merge, then some cleanups. 1. Focus source silently changed from logical to visual focusAvatar borders used to key off These are not the same value — 2. List-level
|
|
@MelvinBot review again |
Re-review of
|
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppScreen.Recording.2026-09-12.at.01.13.43.movAndroid: mWeb ChromeScreen.Recording.2026-09-12.at.01.15.01.moviOS: HybridAppiOS: mWeb SafariScreen.Recording.2026-09-12.at.01.16.30.movMacOS: Chrome / SafariScreen.Recording.2026-09-12.at.01.05.55.movScreen.Recording.2026-09-12.at.01.08.10.mov |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚧 roryabraham has triggered a test Expensify/App build. You can view the workflow run here. |
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
|
|
🚀 Deployed to staging by https://github.com/roryabraham in version: 9.4.81-0 🚀
|
|
🤖 No help site changes are required for this PR. I did not create a docs PR. Why: this is an internal refactor of the What I checkedEvery changed file is component plumbing, styles, or tests:
The linked issue, [SelectionList ListItem] PR 4 — Avatar resolvers + @jmusial, since no help site PR was needed, there is nothing for you to review. If you believe a specific article does need updating here, reply with which article and what changed, and I'll open the draft PR. |
|
🚀 Deployed to production by https://github.com/luacmartins in version: 9.4.81-1 🚀
|
1 similar comment
|
🚀 Deployed to production by https://github.com/luacmartins in version: 9.4.81-1 🚀
|


Explanation of Change
Fixed Issues
$ #98361
PROPOSAL:
UserListItem,BareUserListItem,InviteMemberListItemnow composeListItemComposedprimitives directlyReportAvatar/UserAvatar/WorkspaceAvatar,Row,InvitedSecondaryLoginFooterprimitives.ListItemContextnow exposesisDisabled/isInteractive/shouldDisableAccessibleGrouping;MemberRightIconbadge now key offisFocusVisible(same as row background) instead of logicalisFocused. Fixes the active-colored avatar ring / badge on an initially-focused row that isn't highlighted yet.shouldShowRBRIndicatorutil gates the RBR dot at all call sites.shouldShowRightCaretplumbing removed.Tests
Scenario 1: focus styling
0. Pre requisite: Workspace with an approver already set.
Scenario 2: user rows
Offline tests
Same as tests
QA Steps
Same as tests
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectionAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Screen.Recording.2026-09-08.at.14.51.31.mov
Android: mWeb Chrome
Screen.Recording.2026-09-08.at.14.52.37.mov
iOS: Native
Screen.Recording.2026-09-08.at.14.38.17.mov
iOS: mWeb Safari
Screen.Recording.2026-09-08.at.14.39.10.mov
MacOS: Chrome / Safari
Screen.Recording.2026-09-08.at.14.13.31.mov