-
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: new member shows fallback avatar in report invite page #52844
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Reviewer Checklist
Screenshots/VideosAndroid: Native52844_android_native.movAndroid: mWeb Chrome52844_android_web.moviOS: Native52844_ios_native.moviOS: mWeb Safari52844_ios_web.movMacOS: Chrome / Safari52844_web_chrome.movMacOS: Desktop52844_web_desktop.mov |
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.
LGTM 🚀
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.
Code looks good and tests well 👍
🚀 Deployed to staging by https://github.com/deetergp in version: 9.0.65-1 🚀
|
🚀 Deployed to production by https://github.com/chiragsalian in version: 9.0.65-5 🚀
|
Explanation of Change
While searching for members that haven't been interacted with, their personal details show fallback avatar because it is not fetched from server.
Fixed Issues
$ #52639
PROPOSAL: #52639 (comment)
Tests
Precondition: Must be online.
Offline tests
NA
QA Steps
Precondition: Must be online.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
Android: Native
fallback-avatar-android-recording.mov
Android: mWeb Chrome
fallback-avatar-chrome-record.mov
iOS: Native
fallback-avatar-ios-recording.mov
iOS: mWeb Safari
fallback-avatar-safari-recording.mov
MacOS: Chrome / Safari
fallback-avatar-source.mov
MacOS: Desktop
fallback-avatar-desktop-source.mov