-
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: always show go back to home screen link on FullPageNotFoundView #25164
fix: always show go back to home screen link on FullPageNotFoundView #25164
Conversation
Signed-off-by: Anjana Mendiratta <[email protected]>
@narefyev91 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] |
Signed-off-by: Anjana Mendiratta <[email protected]>
Found a bug unrelated to this PR but is present nonetheless. Is reproducible on staging, prod too. @narefyev91 please check this and let me know if this is a valid bug to be reported. DescriptionClicking on "go back to home screen" on a FullPageNotFoundView when you got to the page from a chat, instead of taking to home takes back to home page instead. This feels like unexpected behavior since I was expecting to be redirected to the home page. Action Performed(Done on mWeb)
Expected ResultShould be redirected to the home page on clicking the "Go back to home page" link. Actual ResultRedirected to the chat instead of home page. PlatformsmWeb, native Versionv1.3.55-0 Video2023-08-17.16-49-14.mp4 |
Signed-off-by: Anjana Mendiratta <[email protected]>
@GItGudRatio can you please resolve merge conflicts and check video for android - i can see it |
0933607
to
87ea677
Compare
Reviewer Checklist
Screenshots/VideosWeb8mb.video-6B6-51zP9uZR.mp4Mobile Web - Chromeandroid-web.movMobile Web - Safariios-web.movDesktopdesktop.moviOSios.movAndroidandroid.mov |
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!
🎀 👀 🎀 C+ reviewed
At @GItGudRatio's recommendation from here, followed by @vitHoracek's confirmation, I've also checked the PR. This would be my feedback:
I'm not at all entitled to make PR reviews, you may 100% ignore these, I've just acted based on the recommendations. Thanks! |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@narefyev91 @DanutGavrus when clicking on deleted image url "notFound.goBackHome" is not showing in correct way it should be "Go back to Home page" is this issue caused by this PR? |
@ayazhussain79 Yeah, I believe it was because of this issue. I made a PR to revert that minor change. |
I was experiencing the same issue. I think instead of reverting, you can just translate the |
🚀 Deployed to staging by https://github.com/marcaaron in version: 1.3.56-0 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.56-24 🚀
|
Details
'Go back to home screen' link will now be present on all instances of 'Hmm its not here' page, including archived workspace settings.
Fixed Issues
$ #24391
PROPOSAL: #24391 (comment)
Tests
Offline tests
Doesn't impact offline behaviour.
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
web.mp4
Mobile Web - Chrome
android-mWeb.mp4
Mobile Web - Safari
iOS-mWeb.mp4
Desktop
desktop.mp4
iOS
iOS.mp4
Android
android.mp4