fix:21706 remove optimistic user info from personal details list#24355
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] |
|
@aimane-chnaif If we remove optimistic account info, in task assign flow, will occur an bug. But this bug will be fixed in #24078, because is the same root cause. What is your opinion on this? |
I think this already existed as hidden bug in #24078 as the root cause is same. So I'd say our fix doesn't cause regression. Just changes buggy behavior: stale assignee -> no assignee So I don't think we need to hold this for #24078. #24078 also depends on this PR. cc: @bondydaa |
| // Add optimistic personal details for new participants | ||
| const optimisticPersonalDetails = {}; | ||
| const failurePersonalDetails = {}; | ||
| const removalPersonalDetails = {}; |
There was a problem hiding this comment.
This name is incorrect. Maybe settledPersonalDetails or something?
There was a problem hiding this comment.
@aimane-chnaif Renamed to settledPersonalDetails.
|
@StevenKKC lint failing |
|
@aimane-chnaif Fixed lint error. |
Reviewer Checklist
Screenshots/VideosWebnew.group.movinvite.members.movnew.chat.search.movMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
aimane-chnaif
left a comment
There was a problem hiding this comment.
Looks good, tests well.
@bondydaa all yours
|
@bondydaa Could you please review this PR? |
|
✋ 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/bondydaa in version: 1.3.56-0 🚀
|
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.56-24 🚀
|
Details
Fixed Issues
$ #21706
PROPOSAL: #21706 (comment)
Tests
Offline tests
N/A
QA Steps
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
Web.mp4
Mobile Web - Chrome
Android-Chrome.webm
Mobile Web - Safari
iOS-Safari.webm
Desktop
Desktop.mp4
iOS
iOS.webm
Android
Android.mp4