Add night mode (dark mode) toggle feature - Resolves #82#161
Add night mode (dark mode) toggle feature - Resolves #82#161yush-1018 wants to merge 2 commits intoBioconductor:develfrom
Conversation
|
Hi @kevinrue! 👋 I've implemented the night mode feature similar to Docker docs. Features: How it works:
Modified Let me know if you need any changes! 🚀 |
|
Hi, @kevinrue The pr is able to merged. Can u please review this. Thanks !! |
|
So sorry. It fell off my radar. Too many things this month. |
|
"No worries! Thanks for the update, looking forward to your review whenever you have a moment." |
|
All looks good to me, and I really appreciate the effort to also include documentation in the extra Markdown file. Since this is the first time we're getting development notes though, and to keep the repo tidy with only Rmd files at the top-level, I would recommend starting a separate directory for such development notes. I see that |
This PR adds a night mode (dark mode) toggle feature to the documentation website, resolving issue #82.
Changes Made
Features
✅ One-click toggle between light and dark modes
✅ Persistent theme preference (survives page reloads)
✅ Floating button with moon/sun icons
✅ Comprehensive dark styling for:
Implementation Details
includes/header.htmlNIGHT_MODE_IMPLEMENTATION.md(documentation)Visual Design
Testing
Tested functionality:
Similar Implementation
This implementation follows the same pattern as popular documentation sites like Docker docs and GitHub docs.
Fixes #82