-
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
Add SEO Footer to Help Dot #15115
Add SEO Footer to Help Dot #15115
Conversation
Everything is done based on Shawn's HTML, just need to add images/social icons. Note that I added it to every page. Screen.Recording.2023-02-13.at.5.43.11.PM.mov |
Here's where I left off: Screen.Recording.2023-02-13.at.8.48.11.PM.mov |
Nice, this is feeling pretty good! For the links in the right column for the fine print, can we make those use the same color blue as our normal links? |
Can you also share the mobile view of the footer with the content above it as well? Ideally we can make the mobile column width match the width of the content. So if the mobile content stretches full screen, we can get rid of the |
Here's the mobile scroll with content: Screen.Recording.2023-02-14.at.9.17.02.AM.mov |
Okay cool, yeah I think we want the left edge of the footer content to match the left edge of the content above. |
Looks great! For this one, I wonder if we don't need the fine print about logging in or the money transmission stuff? Given that on this page, you can't login. That's what we do on places like UseDot at least. Thoughts? |
That's a good point, I agree. I'll just put the copyright then! |
Here's an updated: Screen.Recording.2023-02-14.at.9.44.12.AM.movMy only note is that I don't know if there's a non-hacky way to color the SVGs in HTML without having them inline. So currently they are white |
Good point. I found this tool that lets you use filters as a hacky method in case you wanna try that lol
|
hmm yeah, I definitely agree. I suppose we could play with that tool a bit more, or try a different method like inline or just no hover like you had it before (which I am cool with). |
I tried out a few options but none of them stuck. I'm thinking leave as is (white) for now? |
Yup, that works for me |
@arosiclair 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] |
Reviewer Checklist
Screenshots/VideosDesktopiOSAndroid |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Performance Comparison Report 📊Significant Changes To DurationThere are no entries Meaningless Changes To DurationShow entries
Show details
|
🚀 Deployed to staging by https://github.com/grgia in version: 1.2.75-0 🚀
|
🚀 Deployed to production by https://github.com/melvin-bot[bot] in version: 1.2.75-0 🚀
|
Details
Adds the SEO footer to Help Dot.
Fixed Issues
https://github.com/Expensify/Expensify/issues/257971
Tests
Run the help site following this SO.
Essentially, from App folder, run:
Offline tests
QA Steps
Same as Tests
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.Screenshots/Videos
Web
Screen.Recording.2023-02-15.at.12.58.04.PM.mov
Mobile Web - Chrome
Screen.Recording.2023-02-15.at.1.02.54.PM.mov
Mobile Web - Safari
Screen.Recording.2023-02-15.at.1.02.24.PM.mov
Desktop
N/A
iOS
N/A
Android
N/A