mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 23:59:45 +02:00
feat: attached images by drag and drop for recipe steps (#1341)
* add drag and drop support for recipe steps * fix recipe assets dialog state * add attr support for markdown editor * add persistent hint for recipe text editor
This commit is contained in:
parent
37a673b34d
commit
7eb80d18d2
4 changed files with 118 additions and 11 deletions
|
@ -45,7 +45,7 @@
|
|||
@submit="addAsset"
|
||||
>
|
||||
<template #activator>
|
||||
<BaseButton v-if="edit" small create @click="newAssetDialog = true" />
|
||||
<BaseButton v-if="edit" small create @click="state.newAssetDialog = true" />
|
||||
</template>
|
||||
<v-card-text class="pt-4">
|
||||
<v-text-field v-model="state.newAsset.name" dense :label="$t('general.name')"></v-text-field>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue