What's the best and recommended way to implement global theming (e.g. light/dark mode) in a Wasp app
Should I handle it purely on the frontend (React context / Tailwind + localStorage), or is there a more idiomatic Wasp way to do it — maybe involving user preferences in the DB?