tams-cso/tams-club-cal
[BUG] Non-persistent (and flipping?) Dark/Light mode
Closed
#603 opened on May 19, 2026
Arc: FrontendStatus: Needs TriageType: Buggood first issue
Repository metrics
- Stars
- (9 stars)
- PR merge metrics
- (Avg merge 10d 14h) (4 merged PRs in 30d)
Description
Describe the bug
The theme seems to flip on every reload from light to dark and vice versa.
To Reproduce
Steps to reproduce the behavior:
- Open the website
- Notice the current theme (whether it is dark or light)
- Reload the page
- Notice the new theme
Expected behavior
Theme is persistent and does not change
Screenshots or Links
https://github.com/user-attachments/assets/f8c6762d-2a6a-45b8-a007-bbb23245a129
Environment
- OS: MacOS 26
- Browser: Arc (Chromium-Based
Additional context
Presumably an error with how light/dark theme is loaded? Ex: Saved while on page as true=dark with a boolean but loaded as true=light upon first render? Not sure and haven't looked into code.