Skip to content

Blueapi-UI: Handle error from RunPlanButton#111

Open
EmsArnold wants to merge 7 commits into
mainfrom
91_run_plan_button_fixes
Open

Blueapi-UI: Handle error from RunPlanButton#111
EmsArnold wants to merge 7 commits into
mainfrom
91_run_plan_button_fixes

Conversation

@EmsArnold

@EmsArnold EmsArnold commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Fixes #91

Adds error handling to the RunPlanButton. Tracks whether task has been submitted, and if submission has been successful. Adds snackbar shown on task submission, with a message reflecting success of submission: "Plan submission successful!" or "Plan submission failed!"

To test against local services follow instructions here, then:

  • Run a plan which is successful (for example sleep with a short time of <1s), ensure success message appears
  • Run a plan which is unsuccessful (for example move_relative with an arbitrary group name), ensure failure message appears

@EmsArnold EmsArnold marked this pull request as ready for review July 11, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RunPlanButton does not recover from a failed task

1 participant