diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue
index 16b22e5d..470b8471 100644
--- a/vue/src/apps/RecipeView/RecipeView.vue
+++ b/vue/src/apps/RecipeView/RecipeView.vue
@@ -75,7 +75,7 @@
-
+
diff --git a/vue/src/components/RecipeCard.vue b/vue/src/components/RecipeCard.vue
index 17bfb2da..b6cac11c 100755
--- a/vue/src/components/RecipeCard.vue
+++ b/vue/src/components/RecipeCard.vue
@@ -3,15 +3,15 @@
+ v-bind:alt="$t('Recipe_Image')" top>
-
+
-
+
@@ -28,7 +28,7 @@
class="card-img-overlay h-100 d-flex flex-column justify-content-right float-right text-right pt-2 pr-1"
v-if="show_context_menu">
-
@@ -124,7 +124,8 @@ export default {
footer_text: String,
footer_icon: String,
detailed: {type: Boolean, default: true},
- show_context_menu: {type: Boolean, default: true}
+ show_context_menu: {type: Boolean, default: true},
+ context_disabled_options: Object,
},
data() {
return {
diff --git a/vue/src/components/RecipeContextMenu.vue b/vue/src/components/RecipeContextMenu.vue
index 852ef357..eed18bd7 100644
--- a/vue/src/components/RecipeContextMenu.vue
+++ b/vue/src/components/RecipeContextMenu.vue
@@ -7,54 +7,54 @@