-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Web -Default avatar is changed when we select/unselect a member in Workspace invitation page #22791
Conversation
@allroundexperts 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] |
Reviewer Checklist
Screenshots/Videos |
Hi @dukenv0307! |
@allroundexperts Sorry about that, I have some problems with the android simulator. I just completed all screenshots. Please help to check again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. It would be good to copy over the same hashing to the backend as well so that we generate the avatars that are consistent for offline and online cases.
@Julesssss Bump, please help to review this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing well 👍
Sorry, I missed that previous notification somehow. |
✋ 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/Julesssss in version: 1.3.43-0 🚀
|
@dukenv0307 there is another place where Line 105 in cc5526b
see bug report thread: https://expensify.slack.com/archives/C049HHMV9SM/p1689839180058799 |
🚀 Deployed to staging by https://github.com/Julesssss in version: 1.3.43-0 🚀
|
🚀 Deployed to staging by https://github.com/Julesssss in version: 1.3.44-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.43-7 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 1.3.44-2 🚀
|
Details
Web -Default avatar is changed when we select/unselect a member in Workspace invitation page
Fixed Issues
$ #22085
PROPOSAL: #22085 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
web-1-workspace.mp4
web-2-search.mp4
web-3-assign.mp4
Mobile Web - Chrome
chrome-ws.mov
chrome-search.mov
chrome-assign.mov
Mobile Web - Safari
safari-ws.mp4
safari-search.mp4
safari-assign.mp4
Desktop
desktop-ws.mp4
desktop-search.mp4
desktop-assign.mp4
iOS
ios-ws.mp4
ios-search.mp4
ios-assign.mp4
Android
Screen.Recording.2023-07-14.at.09.54.10.mov
Screen.Recording.2023-07-14.at.09.53.15.mov
Screen.Recording.2023-07-14.at.09.55.08.mov