-
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
Refactor/36648 wallet enablement flow connect steps #42589
Refactor/36648 wallet enablement flow connect steps #42589
Conversation
…tor/36648-wallet-enablement-flow-verify-identity-draft
…y when missing data
@koko57 Please address the lint error |
@DylanDylann lint error fixed |
@Pujan92 fixed |
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.
@Pujan92 @DylanDylann are you happy with the changes?
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
Please give me an hour to review the change |
Yes @mountiny, changes look good to me. |
Hi all - apologies for the late copy suggestions, but I have a few. Let me know if this isn't the right place or time:
|
Getting Spanish translations for the suggestions above, hold tight! |
@jamesdeanexpensify ping me when you will have the translations ready, I will add them to this PR, thanks! |
|
ready for you @koko57 ! |
@jamesdeanexpensify thanks! applying them to this PR! |
@jamesdeanexpensify changes applied - the first pair of translations (No PO boxes...) was already in the app, but I needed to swap the translation key. The other translations were added. |
Thank you! |
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.
Thanks @koko57 @DylanDylann @Pujan92 for getting this across the finish line 🙇
✋ 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 production by https://github.com/mountiny in version: 1.4.83-3 🚀
|
<> | ||
<HeaderWithBackButton | ||
title={translate('additionalDetailsStep.headerTitle')} | ||
onBackButtonPress={() => Navigation.goBack(ROUTES.SETTINGS_WALLET)} | ||
/> | ||
<FailedKYC /> | ||
</> |
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 missed wrapping those into ScreenWrapper
, therefore it caused a UI bug here #44805
Details
Fixed Issues
$ #36648
PROPOSAL: -
Tests
Offline tests
n/a
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)Design
label 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
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop