-
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
Setup the new Send Money page and header titles #3860
Conversation
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! Testing works as expected.
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Unfortunately the deploy comments are not working right now. This was deployed to staging yesterday. |
@@ -136,6 +136,7 @@ export default { | |||
confirm: 'Confirm', | |||
splitBill: 'Split Bill', | |||
requestMoney: 'Request Money', | |||
sendMoney: 'Send Money', |
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.
Creepin' on your PR :D Did you mean to also add a translation in es.js
?
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.
Was planning on adding all the translations in one big translation PR at the end!
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.
Sweet!
Details
Adds the Send Money Page container and updates the header title steps to reflect the new flow
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/169170
$ https://github.com/Expensify/Expensify/issues/169174
Tests
/iou/send/{currentChatReportID}
, e.g./iou/send/182
. Verify this opens up a new IOU Send modal.QA Steps
Same as above. Will also test the full flow once the payment and DM/Global Create menu's are hooked up.
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android