Skip to content

0.3.2

Choose a tag to compare

@rishabhpoddar rishabhpoddar released this 16 Apr 07:26
· 38 commits to main since this release

What's new

UI: always dark theme

The web UI no longer follows the OS light/dark preference. TeamCopilot stays on the dark theme everywhere (dashboard, chat, workflow editor, auth and setup flows, usage, run history, etc.).

Implementation: Removed @media (prefers-color-scheme: light) overrides across the frontend, set color-scheme: dark on :root, and added <meta name="color-scheme" content="dark" /> so native controls and browser chrome stay consistent.

npm

Published as teamcopilot@0.3.2 on the npm registry (latest).

Upgrade

npm install teamcopilot@0.3.2

Full changelog (since 0.3.1)

  • 5a3adbf — theme fixes (dark-only UI, version 0.3.2)