WIP: modal progress dialog for TaskSubmitter

Longer-running tasks would benefit hugely from showing the
operator a progress indicator. This branch will add a basic
log display allowing messages to be shown to the user.
This branch may also add an abort button to the above dialog.
This commit is contained in:
Richard Bowman 2024-01-03 10:08:47 +00:00
parent 778da73a70
commit 5ca8070bc8
2 changed files with 47 additions and 32 deletions

View file

@ -11,6 +11,7 @@
"
:submit-url="calibrateXYUri"
:submit-label="'Auto-Calibrate using camera'"
:modal-progress="true"
@response="onRecalibrateResponse"
@error="modalError"
/>