Block a user
[P1] Synchronous command dispatch to all agents
Implemented in 027e45a (backend) and c3b4f70 (frontend).
Backend:
AgentRegistryService.addGroupCommandWithReplies()— sends command to all LIVE agents, returns `Map<agentId,…
[P1] Synchronous command dispatch to all agents
[P2] Confirmation dialog for destructive route commands
[P2] Confirmation dialog for destructive route commands
Implemented in f39f07e. Stop and suspend commands now show a ConfirmDialog with typed confirmation ("stop"/"suspend") before dispatch. Start and resume execute immediately. Uses the DS…
[P2] Route state indicators in sidebar and dashboard
[P2] Confirmation dialog for destructive route commands
[P1] Command response UX with error toast persistence
[P1] Synchronous command dispatch to all agents
[P3] Admin page context separation
[P3] Admin page context separation
Implemented: Composable Sidebar with Admin Accordion & Icon-Rail Collapse
Migrated from the old monolithic <Sidebar apps={[...]}/> to the new composable compound API from `@cameleer/design-sy…
[P3] Admin page context separation
Revised Proposal: Option A-Slim
After discussion, the refined approach hides both the sidebar and the TopBar on admin pages. The TopBar's features (breadcrumb, search, time range, status…
[P3] Admin page context separation
Analysis: Current State & What Already Works
Already handled:
ContentTabs(Exchanges/Dashboard/Runtime/Logs) is hidden on admin pages viaisAdminPageguard inLayoutShell- Admin…