Skip to content

Add colorful composer controls appearance setting#858

Merged
natllian merged 2 commits into
mainfrom
nathan/opt-in-appearance-colors
Jun 16, 2026
Merged

Add colorful composer controls appearance setting#858
natllian merged 2 commits into
mainfrom
nathan/opt-in-appearance-colors

Conversation

@natllian

@natllian natllian commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

closes #842

Summary

Introduces an opt-in Appearance setting that restores accent colors to the composer's mode controls:

  • Animated gradient on Extra High/Max effort labels
  • Teal highlight on Plan toggle
  • Emerald highlight on Terminal-Mode toggle

The setting is off by default to maintain the neutral appearance.

Changes

  • Added colorfulComposerControls boolean setting to AppSettings
  • Added UI toggle in Appearance settings panel
  • Updated composer components to conditionally apply accent color classes
  • Added in-app announcement for the new setting

Test plan

  • Enable "Colorful composer controls" in Appearance settings
  • Verify effort labels show gradient animation for Extra High/Max
  • Verify Plan toggle shows in teal when active
  • Verify Terminal-Mode toggle shows in emerald when active
  • Disable setting and confirm controls return to neutral appearance

Introduces an opt-in Appearance setting that paints the composer's effort level, Plan toggle, and Terminal-Mode toggle with their accent colors (off by default for a neutral appearance).
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
helmor-marketing Ignored Ignored Preview Jun 15, 2026 11:13pm

Request Review

@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jun 15, 2026
Remove the colorful composer controls setting and make accent colors
always-on (the preferred default). Simplifies the code by eliminating
the opt-in toggle and its conditional rendering logic.
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Jun 15, 2026
@natllian natllian merged commit b23e5d9 into main Jun 16, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extra high color and animation is gone :(

1 participant