·
17 commits
to main
since this release
🚀 What's New
This release brings persistent theming, dark mode, and engaging visual demos!
🌟 Highlights
-
🌙 Dark Mode Toggle
Applied to homepage and commands pages. Theme is saved withlocalStorage
and auto-applied on reload. -
🌈 Seasonal Theme Selector
Choose from Autumn, Summer, Rainy, Winter, or Default. Saved inlocalStorage
. -
💾 Persistent Preferences
Dark mode + color theme are stored locally — no login or cookies needed. -
🎥 Visual Demos
GIFs added toREADME.md
showing dark mode in action.
📁 New Files in Folder: website_snapshots/
Contains all screenshots and GIFs:
docs/
├── website_snapshots/
│ ├── home-page-dark-mode.gif
│ └── commands-page-dark-mode.gif
📝 README Enhancements
- Embedded the new GIF previews for both homepage and commands in dark mode.
- Clarified how themes are applied, saved, and reloaded using
localStorage
. - Updated directory tree to include
website_snapshots/
.
🔗 Live Site: Semester Notes
🅳🅰🆁🅺 🅼🅾🅳🅴 🌙🖤
What's Changed
- 🔄 Add Dark Mode & Improve Codebase by @madhurimarawat in #5
- Merge pull request #5 from madhurimarawat/dark-mode-theme-saving by @madhurimarawat in #6
- Merge pull request #6 from madhurimarawat/main by @madhurimarawat in #7
- Merge pull request #7 from madhurimarawat/dark-mode-theme-saving by @madhurimarawat in #8
- Add Dark Mode GIFs, LocalStorage Theme Support & README Updates 🌙🎨 by @madhurimarawat in #9
Full Changelog: full-notes-release...dark-mode-theme-saving