fix(KB-605): add CSS variables for agent badges and AgentListModal tests

- Add missing CSS variables for agent state badges in AgentListModal
- Add comprehensive test suite for AgentListModal component (754 lines)
- Include changeset documenting the CSS fix
This commit is contained in:
gsxdsm
2026-03-31 17:17:19 -07:00
parent f4dad9197f
commit 965783db95
3 changed files with 778 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
"@gsxdsm/fusion": patch
---
Fix AgentListModal CSS variables for agent state badges
Added missing CSS variable definitions for agent state colors (--state-idle-bg, --state-active-bg, --state-paused-bg, --state-error-bg and their text/border variants) to ensure agent state badges render correctly in the Agents management modal.