litellm/ui
Claude 2d573cfc34
fix(ui): prevent flash of light mode on dark-mode page loads
Adds a synchronous inline script in the root layout that applies the
`dark` class to <html> before React hydrates, and gates ThemeContext's
DOM-write effect on a `hydrated` flag so the initial `isDarkMode=false`
state doesn't briefly undo the class the script set.

https://claude.ai/code/session_01SkckoL68328QgB5ifQwntT
2026-05-19 17:01:21 +00:00
..
litellm-dashboard fix(ui): prevent flash of light mode on dark-mode page loads 2026-05-19 17:01:21 +00:00
Dockerfile feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00
nginx.conf feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00