feat(FN-2299): add explicit View Details action for agent list cards
- Add a dedicated "View Details" button to each agent list card while preserving clickable identity behavior - Style list card actions so lifecycle controls and the new details action align cleanly across desktop and mobile layouts - Expand AgentsView coverage to verify button rendering, correct detail-target opening, and backward-compatible identity click behavior - Stabilize MissionManager activity pagination test timing and document the new list-view details action in the dashboard README
This commit is contained in:
@@ -233,7 +233,7 @@ Manage AI agents with a dedicated control surface accessible from the main dashb
|
||||
- **View Modes**: Board (compact grid) and list (detailed card) layouts, persisted to localStorage
|
||||
- **Agent CRUD**: Create agents with name and role (create form's text input and role/type select both use tokenized styling — `var(--surface)`, `var(--text)`, `var(--border)`, `var(--radius-sm)`, `var(--focus-ring)` — for consistent theme-aware rendering across all color themes and light/dark modes), change state, update roles inline, delete idle and terminated agents (active and paused agents must be stopped/terminated first)
|
||||
- **Health Monitoring**: Heartbeat-based health status (Healthy, Unresponsive, Starting, Paused, Terminated) using CSS variable references for theme consistency
|
||||
- **Agent Detail**: Click any agent card to open a detail modal with full agent information. The modal features a compact header with clear visual hierarchy:
|
||||
- **Agent Detail**: Click any agent card to open a detail modal with full agent information. In list view, each agent card also provides an explicit **View Details** action button in the card actions row for clearer discoverability, while the existing clickable identity/header area remains supported. The modal features a compact header with clear visual hierarchy:
|
||||
- **Identity area** (left): Agent icon, name, and state/health badges
|
||||
- **Lifecycle controls** (center): Compact action buttons for state transitions (Start, Pause, Resume, Retry, Stop, Delete)
|
||||
- **Utility actions** (right): Refresh and Close buttons
|
||||
|
||||
Reference in New Issue
Block a user