diff --git a/frontend/src/renderer/components/SessionsBoard.tsx b/frontend/src/renderer/components/SessionsBoard.tsx index 7da1b8a303..cc0a850d3e 100644 --- a/frontend/src/renderer/components/SessionsBoard.tsx +++ b/frontend/src/renderer/components/SessionsBoard.tsx @@ -6,6 +6,7 @@ import { type AttentionZone, type WorkspaceSession, attentionZone, workerSession import { useSessionScmSummary, type SessionPRSummary } from "../hooks/useSessionScmSummary"; import { useWorkspaceQuery, workspaceQueryKey } from "../hooks/useWorkspaceQuery"; import { DashboardSubhead } from "./DashboardSubhead"; +import { NotificationCenter } from "./NotificationCenter"; import { OrchestratorIcon } from "./icons"; import { NewTaskDialog } from "./NewTaskDialog"; import { spawnOrchestrator } from "../lib/spawn-orchestrator"; @@ -126,6 +127,7 @@ export function SessionsBoard({ projectId }: SessionsBoardProps) { const actions = projectId ? ( <> + - - - ) : null} - {/* Kill control sits beside the orchestrator link for active workers — - moved here from the inspector's Summary "Danger zone". */} - {!isOrchestrator && session && sessionIsActive(session) ? : null} - {!isOrchestrator && ( - - )} - {/* Inspector collapse (worker sessions only — orchestrators have no rail). */} - {!isOrchestrator && ( - - )} + + ) : null} + {/* Kill control sits beside the orchestrator link for active workers — + moved here from the inspector's Summary "Danger zone". */} + {!isOrchestrator && session && sessionIsActive(session) ? : null} + {!isOrchestrator && ( + + )} + {/* Inspector collapse (worker sessions only — orchestrators have no rail). */} + {!isOrchestrator && ( + + )} WorkspaceSummary[]) => { @@ -185,7 +189,7 @@ function ShellLayout() { >