Files
triggerdotdev--trigger.dev/apps/webapp
Claude 9caff5ade2 feat(webapp): add light mode support to dashboard
Add theme switching capability with light, dark, and system modes:
- Enable Tailwind CSS dark mode with class strategy
- Add CSS variables for theme-aware semantic colors
- Create ThemeProvider context for managing theme state
- Add ThemeToggle component in side menu and account settings
- Persist theme preference to user dashboard preferences
- Include ThemeScript to prevent flash of wrong theme on load

Slack thread: https://triggerdotdev.slack.com/archives/C04CR1HUWBV/p1769765128711039

https://claude.ai/code/session_01VDVgh75Xa4LA9YH9aFLnjB
2026-01-30 10:02:55 +00:00
..
2026-01-09 11:39:36 +00:00
2025-03-08 14:53:06 +00:00
2023-01-10 16:09:42 +00:00
2022-12-06 12:28:16 +00:00
2024-10-09 12:52:52 +01:00
2024-10-21 15:07:08 +01:00

Trigger webapp - powered by Remix

To start, run with pnpm run dev --filter webapp

Build the docker image locally:

pnpm run docker:build:webapp
docker run -it triggerdotdev-webapp sh