Skip to content

Conversation

@olsh
Copy link
Owner

@olsh olsh commented Dec 28, 2025

Summary

  • Add "auto" theme option that syncs with browser/system dark mode preference using prefers-color-scheme media query
  • Make "auto" the new default theme instead of "light"
  • Detect and respond to system theme changes in real-time while popup is open
  • Increase default popup width from 380px to 500px
  • Increase expanded popup width from 650px to 800px
  • Add "Auto" translation to all 29 locale files

Test plan

  • Verify new installations default to "auto" theme
  • Test with system dark mode enabled - popup should use dark theme
  • Test with system light mode enabled - popup should use light theme
  • Toggle system dark mode while popup is open - theme should update in real-time
  • Verify manual theme selection (Light/Dark/Nord) still works and overrides auto
  • Verify new popup width defaults are applied correctly
  • Test across Chrome, Firefox, and Opera

olsh added 2 commits December 28, 2025 23:38
- Add "auto" theme option that syncs with browser/system dark mode preference
- Make "auto" the new default theme instead of "light"
- Use matchMedia to detect and respond to system theme changes in real-time
- Increase default popup width from 380px to 500px
- Increase expanded popup width from 650px to 800px
- Add "Auto" translation to all 29 locale files
@olsh olsh merged commit 11d478a into master Dec 28, 2025
11 checks passed
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.

2 participants