litellm/ui/litellm-dashboard/src/app
yuneng-jiang 3fb1009f81
fix(ui): make playground chat bubbles theme-aware (#37978)
The playground message bubble painted its fill, border and avatar circle from
inline hex values, so in dark mode both bubbles stayed near-white while the text
inherited the dark foreground: the message body was unreadable. The MCP-events
placeholder bubble in ChatUI carried the same three fills.

They move onto the tokens the rest of the sweep already uses, so the assistant
surface is bg-card over border-border and the user surface is the info tint at
the same weight the other selected-state surfaces take. Light mode keeps the
same colour family it had.

The regression test asserts the token classes and that no inline style survives
on either surface, which is the exact shape the bug took.
2026-08-24 10:13:24 -07:00
..
(dashboard) fix(ui): make playground chat bubbles theme-aware (#37978) 2026-08-24 10:13:24 -07:00
chat fix(ui): make inline styles and code blocks follow the theme (#37651) 2026-08-20 10:59:23 -07:00
connect fix(ui): land general login on the keys dashboard, send MCP consent to /ui/connect 2026-08-01 16:09:30 -07:00
login refactor(ui): migrate the remaining dashboard pages off antd (#37524) 2026-08-19 22:46:55 +00:00
mcp/oauth/callback refactor(ui): map hardcoded Tailwind palette classes onto semantic tokens (#37576) 2026-08-19 22:11:44 -07:00
model_hub Update next to 16.1.6 2026-01-31 17:44:03 -08:00
model_hub_table chore(ui): remove debug console.log statements from dashboard (#32087) 2026-07-03 18:10:47 -07:00
onboarding refactor(ui): migrate the remaining dashboard pages off antd (#37524) 2026-08-19 22:46:55 +00:00
favicon.ico Change favicon (#16837) 2025-11-19 20:38:22 -08:00
globals.css fix(ui): give status colours a readable foreground and drop the muted 70% step (#37649) 2026-08-20 10:58:32 -07:00
layout.tsx feat(ui): add a light/dark/system theme toggle to the top bar (#37669) 2026-08-20 12:58:29 -07:00