Refactor/36648 wallet enablement flow connect steps#42589
Refactor/36648 wallet enablement flow connect steps#42589mountiny merged 45 commits intoExpensify:mainfrom
Conversation
…tor/36648-wallet-enablement-flow-verify-identity-draft
…y when missing data
|
@DylanDylann lint error fixed |
|
@Pujan92 fixed |
mountiny
left a comment
There was a problem hiding this comment.
@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! |
mountiny
left a comment
There was a problem hiding this comment.
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.
We missed wrapping those into ScreenWrapper, therefore it caused a UI bug here #44805
| ); | ||
| } | ||
|
|
||
| const currentStep = isEmptyObject(bankAccountList) ? CONST.WALLET.STEP.ADD_BANK_ACCOUNT : userWallet?.currentStep || CONST.WALLET.STEP.ADDITIONAL_DETAILS; |
There was a problem hiding this comment.
isEmptyObject(bankAccountList) ? CONST.WALLET.STEP.ADD_BANK_ACCOUNT
Coming from #71437, the add bank account step in enable wallet flow is mistakenly skipped because it incorrectly assumes that user already has a valid personal bank account even though he only has a business account.
Details
Fixed Issues
$ #36648
PROPOSAL: -
Tests
Offline tests
n/a
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel so the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop