fix(dashboard): neutralize non-running agent state colors
Only running shows green and error shows red; idle/active/paused share the neutral gray border and badge across the agent list, board, and org-chart views. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
5
.changeset/agent-state-color-neutral.md
Normal file
5
.changeset/agent-state-color-neutral.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Agent list color now signals run status only: `running` is green, `error` is red, and `idle` / `active` / `paused` all use the neutral gray. Previously `active` shared green with `running` and `paused` was yellow, which made the list visually busy and obscured which agents were actually executing. Applies to the badge, list card border, board card border, and org-chart node card across all agent views.
|
||||
Reference in New Issue
Block a user