Skip to content

Add dark mode switch button - #1574

Open
Nagulanvelu wants to merge 3 commits into
JustVugg:devfrom
Nagulanvelu:feature/1550-dark-mode-switch
Open

Nagulanvelu wants to merge 3 commits into
JustVugg:devfrom
Nagulanvelu:feature/1550-dark-mode-switch

Conversation

@Nagulanvelu

Copy link
Copy Markdown

Summary

  • Added a dark/light mode switch button to the web interface
  • Added light theme styling using CSS variables
  • Added theme persistence using localStorage
  • Kept dark mode as the default theme
  • Added Sun/Moon icons for the theme switch

Testing

  • npm run build passes successfully
  • git diff --check passes
  • Manually tested dark/light mode switching
  • Verified theme preference persists after page refresh

Fixes #1550

JustVugg and others added 3 commits September 15, 2026 14:39
…OTICE

The LICENSE file still carried the Apache 2.0 template placeholders
(Copyright [yyyy] [name of copyright owner]), so the notice was never
actually applied to this work. Fill it in, add the NOTICE file Apache 2.0
expects for the copyright line, and point the four READMEs at both.
license: name the copyright holder and add NOTICE
@JustVugg
JustVugg changed the base branch from main to dev September 17, 2026 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]:Add Dark mode switch button

2 participants