Fix can't close desktop sign in redirect page#37198
Conversation
|
@abdulrahuman5196 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] |
| <Text style={[styles.textAlignCenter]}> | ||
| {translate('deeplinkWrapper.doNotSeePrompt')} <TextLink onPress={() => openLinkInBrowser(true)}>{translate('deeplinkWrapper.tryAgain')}</TextLink> | ||
| {translate('deeplinkWrapper.or')} <TextLink onPress={() => Navigation.navigate(ROUTES.HOME)}>{translate('deeplinkWrapper.continueInWeb')}</TextLink>. | ||
| {translate('deeplinkWrapper.or')} <TextLink onPress={() => Navigation.goBack()}>{translate('deeplinkWrapper.continueInWeb')}</TextLink>. |
There was a problem hiding this comment.
@bernhardoj Could you fix the lint error?
And can we have Routes.HOME as fallback url?
There was a problem hiding this comment.
Oh, I didn't realize the lint was failing. Fixed.
I'm afraid we don't want to put a fallback #36050
|
@bernhardoj QA Steps can be same as the Action Performed here #36145. Could you kindly update the QA steps in the author's checklist? |
Reviewer Checklist
Screenshots/VideosAndroid: NativeN/A Android: mWeb ChromeScreen.Recording.2024-02-28.at.11.26.51.PM.mp4iOS: NativeN/A iOS: mWeb SafariScreen.Recording.2024-02-28.at.11.21.28.PM.mp4MacOS: Chrome / SafariScreen.Recording.2024-02-28.at.11.13.33.PM.mp4MacOS: DesktopN/A |
abdulrahuman5196
left a comment
There was a problem hiding this comment.
Changes looks good and works well. Reviewers checklist is also complete.
All yours. @nkuoch
🎀 👀 🎀
C+ Reviewed
|
Updated the test step. |
|
✋ 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/nkuoch in version: 1.4.46-0 🚀
|
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.4.46-2 🚀
|
Details
The button to close the page does nothing because the navigation is ignored, so we just pop the screen out.
Fixed Issues
$ #36145
PROPOSAL: #36145 (comment)
Tests
Web/Desktop/mWeb
Android/iOS
The page is not available on these platforms, you will see a blank page
Offline tests
Same as QA Steps
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)StyleUtils.getBackgroundAndBorderStyle(theme.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
Screen.Recording.2024-02-26.at.17.20.56.mov
iOS: Native
iOS: mWeb Safari
Screen.Recording.2024-02-26.at.17.22.44.mov
MacOS: Chrome / Safari
Screen.Recording.2024-02-26.at.17.17.06.mov
MacOS: Desktop
Screen.Recording.2024-02-26.at.17.19.40.mov