-
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 request flow #32918
Fix request flow #32918
Conversation
Reviewing |
Reviewer Checklist
Screenshots/VideosAndroid: NativesplitAndroid.movAndroid: mWeb ChromesplitmWebChrome.mp4iOS: NativesplitiOS.moviOS: mWeb SafarisplitmWebSafari.movMacOS: Chrome / SafarisplitChrome.movAdditional Test scanReceiptChrome.movMacOS: DesktopsplitDesktop.mov |
Since another issue is also being fixed here I think we should include videos for that test as well. |
In the additional test I think there need not be an IOU specifically with the user. It appears that any existing chat is fine. |
Can you do this for a single platform? |
Additional test for the other linked issue added for Mac Chrome. |
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
@Julesssss Please merge this |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Fix request flow (cherry picked from commit d8b8182)
🚀 Cherry-picked to staging by https://github.com/Julesssss in version: 1.4.11-16 🚀
@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.11-16 🚀
@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.11-16 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
Hey @shubham1206agra & @c3024. The review looked good to me, but this doesn't appear to be resolved on 1.4.11-16 Are you able to clarify/verify for @laurenreidexpensify? Thanks |
There will not be any group DM if there are only 2 users in split as there is no separate group DM in this case Same behaviour is on prod |
Selecting two users for splitting means I think the bill the split among three users (including the logged in user who is making the split request). It is working fine for me on the latest main. There was no group chat with these users before. Only DMs between User A and User B and User A and User C. I created a split request from User A with User B and C. On confirming the split request the group chat page with the split request appears. splitWithTwo.mov |
Thank both, I didn't have time to review yesterday but that is all correct. |
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.11-25 🚀
|
Details
Fixed Issues
$ #32867
PROPOSAL: #32867 (comment)
Additional Issue fixed: #32895
Tests
Additional Test
Offline tests
Same as Tests
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 methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.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)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
Screen.Recording.2023-12-12.at.2.29.55.PM.mov
Android: mWeb Chrome
Screen.Recording.2023-12-12.at.6.07.56.PM.mov
iOS: Native
iOS: mWeb Safari
Screen.Recording.2023-12-12.at.4.17.03.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2023-12-12.at.2.41.08.PM.mov
MacOS: Desktop
Screen.Recording.2023-12-12.at.6.12.32.PM.mov