Move progress bar into the action button to stop components jumping

This commit is contained in:
Julian Stirling 2025-11-09 18:19:16 +00:00
parent 8b785823ab
commit 2937010e95
5 changed files with 57 additions and 45 deletions

View file

@ -11,7 +11,6 @@
:button-primary="false"
:submit-data="{ x: 0, y: 0, z: -100 }"
:submit-label="' - '"
:hide-on-run="false"
:can-terminate="false"
/>
<action-button
@ -22,7 +21,6 @@
:submit-data="{ x: 0, y: 0, z: 100 }"
:submit-label="'+'"
:can-terminate="false"
:hide-on-run="false"
/>
</div>
</template>