-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
doc: make header smaller and dropdown click-driven when JS is on #42165
doc: make header smaller and dropdown click-driven when JS is on #42165
Conversation
@nodejs/website |
@Trott Actually I was able to enable linting for that file just by removing it from the ignore list. No issues encountered so far. @VoltrexMaster Thanks for all your suggestions. It was the same list I got when I eslint-ed the file locally so I did it directly on my working tree. |
d1a018c
to
4aa204e
Compare
Any update on this? Is this ready to go? |
@nodejs/website @nodejs/documentation |
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.
The sticky header never shows up on screen smaller than 1000px height, I don't think it's expected, is it?
It was when there was no JS. I've fixed it now. Thanks for noticing. |
4aa204e
to
e23f274
Compare
87ee85f
to
cd6e683
Compare
@aduh95 Are we good to go on this? Can I land it? |
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.
Sorry, I didn't had the occasion to pull up your branch to test the latest changes. I still have a few suggestions, but this is very close to be ready.
60f14ba
to
5e2d376
Compare
Landed in 0f79a27 |
PR-URL: #42165 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: nodejs#42165 Fixes: nodejs#42286 Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #42165 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: nodejs#42165 Fixes: nodejs#42286 Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #42165 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #42165 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #42165 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #42165 Fixes: #42286 Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: nodejs/node#42165 Fixes: nodejs/node#42286 Reviewed-By: Antoine du Hamel <[email protected]>
This PR finishes the work started on #41404 by making the header small and the menu click-driver when JS is available on the browser.
Fixes: #42286