-
-
Notifications
You must be signed in to change notification settings - Fork 377
feat(navbar): toggle theme inside navbar #759
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
✅ Deploy Preview for hugo-hextra ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
I changed the implementation to use parameters for icon and text height instead of hardcoding the value based on The two approaches work; if you prefer one over the other, I can adjust the implementation accordingly. |
d489f4a to
7356ae5
Compare
imfing
left a comment
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.
Thanks! It looks good overall, with just a few small suggestions
imfing
left a comment
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.
Co-authored-by: Xin <[email protected]>
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.
implementation looks good, let's add it to the documentation
|
I added the documentation, but I don't speak Chinese, Japanese, or Farsi. I can use tools to translate it, but I cannot be sure of the translations. |
thanks, it's totally fine. The translations were done by LLMs so I'm not sure either 😅 |


The PR is the same as #499 but updated to Tailwind 4 and with some minor changes.
To answer the question about
12/24. (https://github.com/imfing/hextra/pull/499/files#r1874791928)12is the height of the icons/svg inside the theme toggle:hextra/layouts/_partials/theme-toggle.html
Line 16 in f79bd1a
hextra/layouts/_partials/theme-toggle.html
Line 18 in f79bd1a
24is the height of the icons/svg inside the navbar:hextra/layouts/_partials/navbar.html
Line 36 in f79bd1a
hextra/layouts/_partials/navbar.html
Line 97 in f79bd1a
Closes #499
Fixes #343