-
Notifications
You must be signed in to change notification settings - Fork 3k
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: Inbox - Blue frame on search icon after returning from finder with device back button #52943
Conversation
The reason I changed the |
@nyomanjyotisa Not sure if I understand the impact of this. What would go wrong with the usage of |
In terms of testing, I believe there is no difference. This change was made to resolve the ESLint warning by complying with React's recommended practices. Would you prefer this change, or should we simply add |
@nyomanjyotisa Ok. Got it. I prefer to locally disable the lint warning than make the change. |
@rojiphil PR updated and ready for review 👍 |
Reviewer Checklist
Screenshots/VideosAndroid: Native52943-android-native-001.mp4Android: mWeb Chrome52943-mweb-chrome-001.mp4MacOS: Chrome / Safari52943-web-safari-002.mp4iOS: mWeb Safari52943-mweb-safari-001.mp4iOS: Native52943-ios-native-001.mp4MacOS: Desktop52943-desktop-001.mp4 |
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.
@nyomanjyotisa Thanks for the changes.
@madmax330 Changes LGTM and works well too. All yours for review. Thanks.
✋ 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: 9.0.68-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.68-7 🚀
|
Explanation of Change
Fixed Issues
$ #52128
PROPOSAL: #52128 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
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
Android-Native.mp4
Android: mWeb Chrome
Android-mWeb.Chrome.mp4
iOS: Native
iOS-Native.mp4
iOS: mWeb Safari
iOS-mWeb.Safari.mp4
MacOS: Chrome / Safari
MacOS-Chrome.mp4
MacOS: Desktop
MacOS-Desktop.mp4