-
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
Fix: Deleting workspace in connect bank account provides update currency error #21819
Conversation
@fedirjh I used |
<ScreenWrapper> | ||
<FullPageNotFoundView | ||
shouldShow | ||
onBackButtonPress={() => Navigation.navigate(ROUTES.SETTINGS_WORKSPACES)} | ||
shouldShowLink | ||
/> | ||
</ScreenWrapper> |
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.
NAB: we can update the NotFoundPage
component to accept onBackButtonPress
prop.
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.
won't it more become like FullPageNotFoundView with an only diff of ScreenWrapper?
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-06-29.at.2.33.42.PM.movMobile Web - ChromeScreen.Recording.2023-06-29.at.1.48.21.PM.movMobile Web - SafariScreen.Recording.2023-06-29.at.2.27.10.PM.movDesktopScreen.Recording.2023-06-29.at.2.35.59.PM.moviOSScreen.Recording.2023-06-29.at.2.25.36.PM.movAndroidScreen.Recording.2023-06-29.at.1.46.45.PM.mov |
@Pujan92 Could you please update the QA step to be more detailed, for example:
|
Updated. |
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 and tests well.
🎀 👀 🎀 C+ reviewed
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.
Code looks good, thank you
✋ 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 staging by https://github.com/grgia in version: 1.3.35-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.35-5 🚀
|
1 similar comment
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.35-5 🚀
|
<ScreenWrapper> | ||
<FullPageNotFoundView | ||
shouldShow | ||
onBackButtonPress={() => Navigation.navigate(ROUTES.SETTINGS_WORKSPACES)} |
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.
Coming from #23167:
This caused infinite loop when this page is opened from deeplink.
Navigation.goBack(ROUTES.SETTINGS_WORKSPACES)
is the correct approach.
Details
Used
FullPageNotFoundView
when the policy is not available for the workspace bank account setup flow.Fixed Issues
$ #21604
PROPOSAL: #21604 (comment)
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
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
Screen.Recording.2023-06-28.at.9.03.22.PM.mp4
Mobile Web - Chrome
q.mp4
Mobile Web - Safari
Simulator.Screen.Recording.-.iPhone.14.-.2023-06-28.at.21.29.03.mp4
Desktop
Screen.Recording.2023-06-28.at.9.33.14.PM.mov
iOS
Simulator.Screen.Recording.-.iPhone.14.-.2023-06-28.at.21.26.15.mp4
Android
qw.webm