tams-cso/tams-club-cal

[BUG] Non-persistent (and flipping?) Dark/Light mode

Closed

#603 opened on May 19, 2026

 (0 comments) (0 reactions) (0 assignees)TypeScript (9 forks)auto 404
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:

  1. Open the website
  2. Notice the current theme (whether it is dark or light)
  3. Reload the page
  4. 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.

Contributor guide