Skip to content

Fix: Add theme persistence to localStorage#4

Merged
planetoftheweb merged 1 commit into
mainfrom
fix/theme-persistence-localstorage
Jun 20, 2025
Merged

Fix: Add theme persistence to localStorage#4
planetoftheweb merged 1 commit into
mainfrom
fix/theme-persistence-localstorage

Conversation

@planetoftheweb
Copy link
Copy Markdown
Collaborator

Summary

Test plan

  • Toggle between auto/light/dark themes
  • Refresh the page and verify theme persists
  • Clear localStorage and verify default 'auto' theme is used

🤖 Generated with Claude Code

- Load saved theme preference from localStorage on component mount
- Save theme preference to localStorage whenever it changes
- Resolves issue #3

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@planetoftheweb planetoftheweb merged commit f8a19f6 into main Jun 20, 2025
1 check failed
@planetoftheweb planetoftheweb deleted the fix/theme-persistence-localstorage branch June 20, 2025 04:24
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.

Add Theme Persistence to localStorage

1 participant