-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Remove unneeded condition for Send Money/Request distance #40096
Conversation
@DylanDylann 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] |
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.
before we merge this, do we know why that !report
condition was necessary in the first place?
It was added during the typescript migration. It is likely there because the existing IOU methods don't handle an empty report well (typescript complains, but the code actually handles it well, as it is part of our core flows). Fighting with that right now |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-app-2024-04-11_15.23.41.mp4Android: mWeb Chromeandroid-chrome-2024-04-11_13.57.35.mp4iOS: Nativeios-app-2024-04-11_13.48.02.mp4iOS: mWeb Safariios-safari-2024-04-11_13.50.36.mp4MacOS: Chrome / Safaridesktop-chrome-2024-04-11_13.03.36.mp4MacOS: Desktopdesktop-app-2024-04-11_13.08.18.mp4 |
OFF WIP and ready for review! |
@Gonals Gotcha, on it! 🙏 |
Nearly there, just waiting for android to build! |
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 and tests well! Sorry for the delay 🙇
@cristipaval 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] |
Thanks! |
@Gonals once merged ping me and I'll CP. Then please check it off the list once tested on staging |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Remove unneeded condition for Send Money/Request distance (cherry picked from commit a7a6910)
🚀 Cherry-picked to staging by https://github.com/Julesssss in version: 1.4.62-3 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Cherry-picked to staging by https://github.com/Julesssss in version: 1.4.62-3 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/thienlnam in version: 1.4.62-17 🚀
|
Details
Fixed Issues
$ #40055
PROPOSAL:
Tests
Offline tests
None
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
No UI changes
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop