ingredient step sorting dialog and headline option on desktop

This commit is contained in:
vabene1111
2025-01-18 14:32:20 +01:00
parent d294341926
commit efa9e8aa3b
34 changed files with 219 additions and 10 deletions

View File

@@ -70,7 +70,7 @@
<v-form :disabled="loading || fileApiLoading">
<v-row v-for="(s,i ) in editingObj.steps" :key="s.id">
<v-col>
<step-editor v-model="editingObj.steps[i]" :step-index="i" @delete="deleteStepAtIndex(i)"></step-editor>
<step-editor v-model="editingObj.steps[i]" v-model:recipe="editingObj" :step-index="i" @delete="deleteStepAtIndex(i)"></step-editor>
</v-col>
</v-row>
<v-row>