Summary: The pending run detail page shows a Start button, but it is disabled and its click handler only logs to the console. Current behavior: in manager src routes runs [runId] +page.svelte, the pending-state button is disabled and does not call the start API. This means users can start runs from the runs list, but not from the run detail or overview page. Expected behavior: when a run is pending, the detail page Start button should trigger the same start flow used on the runs list and then refresh or update the page so the new run state is visible. Acceptance criteria: pending runs can be started from the run detail page, the button is enabled when the run is startable, the page refreshes or updates after a successful start, and loading or error handling is consistent with the runs list.
Summary: The pending run detail page shows a Start button, but it is disabled and its click handler only logs to the console. Current behavior: in manager src routes runs [runId] +page.svelte, the pending-state button is disabled and does not call the start API. This means users can start runs from the runs list, but not from the run detail or overview page. Expected behavior: when a run is pending, the detail page Start button should trigger the same start flow used on the runs list and then refresh or update the page so the new run state is visible. Acceptance criteria: pending runs can be started from the run detail page, the button is enabled when the run is startable, the page refreshes or updates after a successful start, and loading or error handling is consistent with the runs list.