feat(ui): add light theme toggle #29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/light-mode-toggle"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds a persistent light/dark theme toggle to the React dashboard while keeping theme helpers and UI pieces under the reusable UI boundary for the future component-library extraction.
Why
The UI needs a light mode before extracting the components into a shared library, and the website needs a visible control to switch between light and dark modes.
Changes
Testing
Notes
Dark remains the default first-load theme to preserve the current production look; light mode is available from the toggle and persists per browser.