fix MultipleAvatars.js remainding users tooltip text#23396
fix MultipleAvatars.js remainding users tooltip text#23396madmax330 merged 4 commits intoExpensify:mainfrom
Conversation
|
@aimane-chnaif Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
| // We only want to cap tooltips to only the first 10 users or so since some reports have hundreds of users, causing performance to degrade. | ||
| text={tooltipTexts.slice(3, 10).join(', ')} | ||
| // We only want to cap tooltips to only 10 users or so since some reports have hundreds of users, causing performance to degrade. | ||
| text={tooltipTexts.slice(avatarRows.length * props.maxAvatarsInRow - 1, avatarRows.length * props.maxAvatarsInRow + 10).join(', ')} |
There was a problem hiding this comment.
This will show 11 users max in tooltip, right?
There was a problem hiding this comment.
ok, then let's use 9
There was a problem hiding this comment.
I've updated it to + 9, so it is now consistent with the comment and show max 10 users.
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-07-24.at.5.56.59.PM.movScreen.Recording.2023-07-24.at.5.58.51.PM.movMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
aimane-chnaif
left a comment
There was a problem hiding this comment.
Style issue will be fixed in #22632
LGTM 🎉
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚀 Deployed to staging by https://github.com/madmax330 in version: 1.3.46-0 🚀
|
|
🚀 Deployed to staging by https://github.com/madmax330 in version: 1.3.47-0 🚀
|
|
🚀 Deployed to production by https://github.com/marcaaron in version: 1.3.46-2 🚀
|
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.47-6 🚀
|
Details
Fixed Issues
$ #22951
PROPOSAL: #22951 (comment)
Tests
Offline tests
N/A.
QA Steps
Same as Tests step.
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Web
Screen.Recording.2023-07-22.at.12.25.29.PM.mov
Mobile Web - Chrome
Screen.Recording.2023-07-22.at.3.01.26.PM.mov
Mobile Web - Safari
Screen.Recording.2023-07-22.at.12.42.49.PM.mov
Desktop
Screen.Recording.2023-07-22.at.2.34.01.PM.mov
iOS
Screen.Recording.2023-07-22.at.2.21.50.PM.mov
Android
Screen.Recording.2023-07-22.at.2.45.59.PM.mov