feat(FN-3275): unify AgentDetailView header with planning and harden resear
This merge adds idempotent cancel/retry and SSE streaming to the research lifecycle (FN-2999), tightens mobile spacing in the AgentDetailView header cluster (FN-3275), and wires the planning mode into the agent detail header actions (FN-3238). Research orchestrator, store, routes, and the SSE layer Fusion-Task-Id: FN-3275
This commit is contained in:
@@ -1309,7 +1309,12 @@
|
||||
|
||||
.planning-view-scroll {
|
||||
padding: var(--space-lg);
|
||||
gap: 20px;
|
||||
gap: var(--space-lg);
|
||||
}
|
||||
|
||||
.planning-question-scroll {
|
||||
padding-top: var(--space-sm);
|
||||
gap: var(--space-md);
|
||||
}
|
||||
|
||||
.planning-view-footer,
|
||||
|
||||
Reference in New Issue
Block a user