Skip to content

Commit

Permalink
feat: add option to click on the spool or name to open change spool d…
Browse files Browse the repository at this point in the history
…ialog

Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Oct 1, 2023
1 parent fc0af95 commit df4cd3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/dialogs/StartPrintDialogSpoolman.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<div>
<v-divider class="mt-3 mb-0" />
<v-card-text class="py-0 px-2">
<spoolman-panel-active-spool v-if="activeSpoolId !== null" :small="true" class="my-0" />
<spoolman-panel-active-spool
v-if="activeSpoolId !== null"
:small="true"
class="my-0"
@change-spool="showChangeSpoolDialog = true" />
<v-alert v-for="alert in alerts" :key="alert.text" text :color="alert.color" class="mt-4 mx-3">
{{ alert.text }}
</v-alert>
Expand Down

0 comments on commit df4cd3a

Please sign in to comment.