feat(FN-862): polish AgentListModal styling with responsive layout and tests

- Refactor AgentListModal with improved responsive layout, cleaner spacing, and polished visual design
- Add comprehensive test suite for AgentListModal covering rendering, interactions, and edge cases
- Update documentation to reflect modal styling improvements
This commit is contained in:
gsxdsm
2026-04-04 17:52:33 -07:00
parent e5497db55a
commit 63fbeb8d37
3 changed files with 410 additions and 35 deletions

View File

@@ -230,6 +230,7 @@ Real-time kanban board at `localhost:4040`:
- Click cards for detail view with move/delete actions
- Server-Sent Events for live updates across tabs
- Fixed executor status bar at the bottom of the viewport stays clear of scrollable board, list, and agents content on both desktop and mobile
- **Agents modal** — Board/list management for agents with responsive styling, view toggle, and role editing. The modal adapts across desktop, tablet (≤768px), and mobile (≤640px) widths. Board/list management UX remains the same; presentation is improved
### AI Engine