-
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
Rename Money Request/Split/Pay step header names #53004
Conversation
@dukenv0307 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] |
} | ||
if (iouType === CONST.IOU.TYPE.INVOICE) { | ||
return translate('workspace.invoices.sendInvoice'); | ||
} | ||
return translate('iou.submitExpense'); | ||
}, [iouType, report, translate, isSharingTrackExpense, isCategorizingTrackExpense, isSubmittingFromTrackExpense]); | ||
return translate('iou.confirmDetails'); |
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.
We should remove isSubmittingFromTrackExpense
, CONST.IOU.TYPE.SPLIT, CONST.IOU.TYPE.TRACK, PAY blocks
@@ -63,7 +63,7 @@ function IOURequestStepParticipants({ | |||
if (iouType === CONST.IOU.TYPE.INVOICE) { | |||
return translate('workspace.invoices.sendInvoice'); | |||
} | |||
return translate('iou.submitExpense'); | |||
return translate('iou.chooseRecipient'); |
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.
Same as above
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid.mp4Android: mWeb Chromeandroid-mweb.mp4iOS: Nativeios.mp4iOS: mWeb Safarisafari.mp4MacOS: Chrome / Safari
track-expense.mp4
create-expense.mp4
split-expense.mp4
Pay.mp4MacOS: Desktopdesktop.mp4 |
@c3024 Can you please complete your screenshots/videos on all platforms? Thanks |
@dukenv0307 Done! |
✋ 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/thienlnam in version: 9.0.67-0 🚀
|
@c3024 @dukenv0307 apparently this is still failing the original issue #53142 (comment) |
Can you please look into fixing it in a follow up? thanks! |
What QA raised is different. This PR only changes headers of the money request flow steps. It cannot cause that bug. "Create expense" shows up in FAB and the composer picker instead of "Submit expense" or "Track expense" for even number account ids. Lines 32 to 36 in 10a7be8
|
@c3024 ok thanks for confirming! |
Ki #52897 reproduced when running this PR trim.18A3D59B-9F70-46BE-8108-BE933756E95A.MOV |
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.67-9 🚀
|
Explanation of Change
This PR updates the step details as per the details here.
Fixed Issues
$ #52502
PROPOSAL:
Tests
Offline tests
Same as Tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
Same as Tests
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
headerAndroid.mov
Android: mWeb Chrome
Screenrecorder-2024-11-25-13-49-42-926.mp4
iOS: Native
headeriOS.mov
iOS: mWeb Safari
RPReplay_Final1732522667.MP4
MacOS: Chrome / Safari
headersChrome1.mov
headersChrome3.mov
MacOS: Desktop
headerDesktop.mov