-
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
[Form Provider Refactor] AdditionalDetailsStep and AddressForm #30568
[Form Provider Refactor] AdditionalDetailsStep and AddressForm #30568
Conversation
@cdOut When this PR is considered ready, feel free to un-draft it |
@cubuspl42 of course, still have to finish some things but should be up soon |
merge main into form-migration/additional-details-step
@cubuspl42 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.
LGTM!
@cdOut The code looks fine, but I think even in such "technical" PRs we require:
|
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
@cubuspl42 of course, my mistake. I've updated both the testing steps and the videos |
We are around 1000 commits behind Even if there are no Git conflicts on the textual level, such diversion can:
|
@cdOut Are non-US debit cards supposed to work? For me, the "Add debit card" form just freezed with the "Save" button spinning. |
merge main into form-migration/additional-details-step
@cubuspl42 As far as I'm aware non-US cards are not supposed to work, you can test it using the staging server and authenticating using Plaid |
merge main into form-migration/additional-details-step
Reviewer Checklist
Screenshots/VideosDesktop |
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.
If you have access to data that will pass through verification
I didn't, but I launched the form on all platforms and ensured it loads correctly. I also tested the form logic on the Web platform and it looked fine.
@cubuspl42 could you please remove the comment. I think it causes the |
Thanks for reviewing and testing @cubuspl42. It looks like an outdated checklist may have been used as the reviewer checklist PR check is failing |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
I suggest to revert this PR as it caused multiple deploy blockers. |
🚀 Deployed to production by https://github.com/luacmartins in version: 1.4.1-13 🚀
|
Details
Changed the Form component into the new FormProvider component in AdditionalDetailsStep
Fixed Issues
$ #30311
$ #30312
Tests
Offline tests
QA 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
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
Android: Native
ANDROID-NATIVE.mov
Android: mWeb Chrome
ANDROID-CHROME.mov
iOS: Native
IOS-NATIVE.mov
iOS: mWeb Safari
IOS-SAFARI.mov
MacOS: Chrome / Safari
CHROME.mov
MacOS: Desktop
DESKTOP.mov