Let a paused flow be stepped from the dock

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01H7LwYgJfpkbLCTeiAf8U4A
This commit is contained in:
2026-08-16 17:16:53 +02:00
co-authored by Claude Fable 5
parent 63d3183518
commit d5e1466d8c
3 changed files with 35 additions and 8 deletions
@@ -9,13 +9,7 @@ import { cn } from "@/lib/utils"
import "./dashboard.css"
import { WidgetBody, WidgetFrame, widgetIssue } from "./widgets"
/**
* A dashboard, plus the settings the generated client does not carry yet.
*
* `columns` is stored by the backend but the SDK is regenerated on its own
* schedule, so it is widened here rather than waited for.
*/
export type Dashboard = DashboardDef_Output & { columns?: number }
export type Dashboard = DashboardDef_Output
/** How many columns a wall panel is cut into, if the document does not say. */
export const DEFAULT_COLUMNS = 12