mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 08:44:36 -04:00
feat(frontend): ✨ Rewrite context menu in TS and add 'add to mealplan' context menu action (#786)
* make entry for NLP model `setup-model` * add comments * feat(frontend): ✨ Rewrite context menu in TS and add 'add to mealplan' options * add note to changelog Co-authored-by: Hayden K <hay-kot@pm.me>
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
:rating="recipe.rating"
|
||||
:image="recipe.image"
|
||||
:tags="recipe.tags"
|
||||
@deleted="$emit('deleted', $event)"
|
||||
:recipe-id="recipe.id"
|
||||
@delete="$emit('delete', recipe.slug)"
|
||||
/>
|
||||
</v-lazy>
|
||||
</v-col>
|
||||
@@ -89,6 +90,8 @@
|
||||
:rating="recipe.rating"
|
||||
:image="recipe.image"
|
||||
:tags="recipe.tags"
|
||||
:recipe-id="recipe.id"
|
||||
@delete="$emit('delete', recipe.slug)"
|
||||
/>
|
||||
</v-lazy>
|
||||
</v-col>
|
||||
|
||||
Reference in New Issue
Block a user