-
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
Changes to IOUAction and IOUPreview #18698
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.
Looking good so far. Added a few comments, but none of them are major.
Code is updated, I'm testing at the moment but seeing a |
Okay yeah that's the issue, and signing in/out resolves it, thanks! |
Screenshots added, going to open this up for review |
@thesahindia @francoisl One of you needs to 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] |
@francoisl We should only verify the IOUPreview portion of it looks correct. The IOUQuote will be removed in #18486 by @Julesssss |
And is the plan to merge that other PR immediately after this one? If not, can we update the screenshots in the test/QA steps please? Otherwise I guarantee you that the QA team will fail this in the deploy checklist. |
It won't be merged immediately. I'll update the screenshots!
Good eye, I added some padding
Yeah it'll be handled in a different PR, @Julesssss you created an issue for this right? (If not I'm happy to!) |
Reviewer Checklist
Screenshots/VideosMobile Web - 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.
Looks good to me!
cc: @Julesssss @francoisl
🎯 @thesahindia, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #18738. |
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.
👍
Merging since Jules comments were addressed and we have 3 approvals. |
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.3.13-0 🚀
|
@thesahindia I created a follow-up issue for the preview Card height issue and tagged you |
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.13-5 🚀
|
Details
This PR:
Settled
label and displays it for paid requestsFixed Issues
$ https://github.com/Expensify/Expensify/issues/270586
Tests
Test 1
Settled
label (and the green check mark) on the IOU Preview like soTest 2
(except for the split text below the avatars, which is being handled in show individual split amount on Bill Split IOU Previews #18715)
Offline tests
Nothing additional to test
QA Steps
Same as test steps
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)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.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
Web
web.mov
After logging out and in again to fix unrelated error:
web-split-bill.mov
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android