-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[HelpDot] Remove #gsc.tab=0 from homepage #31254
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
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] |
deploy workflow will fail because it doesn't have permission to my fork |
@rushatgabhane I assume, I am not required here. |
@abdulrahuman5196 haha yea |
@ 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] |
Created a build here: https://ed18b080.helpdot.pages.dev/ It didn't seem to have the unwanted |
Reviewer Checklist
Screenshots/VideosAndroid: NativeN/A - HelpDot Android: mWeb ChromeN/A - HelpDot iOS: NativeN/A - HelpDot iOS: mWeb SafariN/A - HelpDot MacOS: Chrome / SafariN/A - HelpDot MacOS: DesktopN/A - HelpDot |
@AndrewGable looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Known issue with GitHub actions here: #31254 (comment) Not an emergency. |
🚀 Deployed to staging by https://github.com/AndrewGable in version: 1.3.99-0 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.99-0 🚀
|
🚀 Deployed to staging by https://github.com/AndrewGable in version: 1.4.0-0 🚀
|
Details
#gsc.tab is appended by google search script for help dot. (Reference: https://stackoverflow.com/a/48903354)
It was fixed in PR #31244, but it still appears on the home page.
I'm doing some trial and error to see if this PR removes it for the home page.
Fixed Issues
$ #31246
PROPOSAL: N.A.
Tests
cd docs && npm run createDocsRoutes && bundle exec jekyll serve --livereload --safe
gsc.tab=0
in the endOffline tests
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)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