Skip to content

Pending run detail page Start button is disabled and not wired #8

@mmaelicke

Description

@mmaelicke

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions