mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
move instructions checkbox to end
This commit is contained in:
parent
dd147843cc
commit
d824ce7001
1 changed files with 99 additions and 97 deletions
|
@ -175,6 +175,7 @@
|
||||||
@click="toggleDisabled(index)"
|
@click="toggleDisabled(index)"
|
||||||
>
|
>
|
||||||
<v-card-title :class="{ 'pb-0': !isChecked(index) }">
|
<v-card-title :class="{ 'pb-0': !isChecked(index) }">
|
||||||
|
<div class="d-flex">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-if="isEditForm"
|
v-if="isEditForm"
|
||||||
v-model="step.summary"
|
v-model="step.summary"
|
||||||
|
@ -273,6 +274,7 @@
|
||||||
{{ $globals.icons.checkboxMarkedCircle }}
|
{{ $globals.icons.checkboxMarkedCircle }}
|
||||||
</v-icon>
|
</v-icon>
|
||||||
</v-fade-transition>
|
</v-fade-transition>
|
||||||
|
</div>
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
|
|
||||||
<v-progress-linear
|
<v-progress-linear
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue