-
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: prevent page reload when same link is opened from footer #17119
Conversation
@puneetlath @rushatgabhane One of you needs to 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] |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-04-10.at.05.27.42.movMobile Web - ChromeScreen.Recording.2023-04-10.at.05.22.50.movMobile Web - SafariScreen.Recording.2023-04-10.at.05.23.09.movDesktopScreen.Recording.2023-04-13.at.17.10.11.moviOSScreen.Recording.2023-04-10.at.05.52.21.movAndroidScreen.Recording.2023-04-10.at.05.22.23.mov |
@allroundexperts left a few review comments ^ |
On those! |
Hey @rushatgabhane! |
@rushatgabhane I've handled rest of your comments. |
Co-authored-by: Rushat Gabhane <[email protected]>
Bumping for review @rushatgabhane |
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.
@puneetlath LGTM!
✋ 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/puneetlath in version: 1.3.1-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.1-3 🚀
|
This PR is causing a regression/behavior change Steps
Before this PRWill reset/clear credentials and open the login page After this PREmail details still persisted Check this video RPReplay_Final1682029138.MP4 |
@Santhosh-Sellavel did you report the bug in slack? |
Not yet |
Ok, can you do that and tag me please? |
Thanks @Santhosh-Sellavel |
Details
This PR prevents the login page from re-opening if the user is already on that page.
Fixed Issues
$ #16981
PROPOSAL: #16981 (comment)
Tests
Verify that page should scroll up to the Phone or email input since this is the same page.
Offline tests
N/A
QA Steps
Verify that page should scroll up to the Phone or email input since this is the same page.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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-04-07.at.4.31.36.PM.mov
Mobile Web - Chrome
Screen.Recording.2023-04-07.at.4.31.00.PM.mov
Mobile Web - Safari
Screen.Recording.2023-04-07.at.4.29.43.PM.mov
Desktop
Screen.Recording.2023-04-07.at.4.35.17.PM.mov
iOS
Screen.Recording.2023-04-07.at.4.28.27.PM.mov
Android
Screen.Recording.2023-04-07.at.4.30.02.PM.mov