From 961578385d4e754d2a397ff173f14a933f7feade Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Thu, 16 Feb 2023 23:38:14 +0100 Subject: [PATCH] new meal plan widget --- .../RecipeSearchView/RecipeSearchView.vue | 114 ++++++++++-------- vue/src/components/RecipeContextMenu.vue | 2 + vue/src/stores/MealPlanStore.js | 40 ++++++ 3 files changed, 106 insertions(+), 50 deletions(-) create mode 100644 vue/src/stores/MealPlanStore.js diff --git a/vue/src/apps/RecipeSearchView/RecipeSearchView.vue b/vue/src/apps/RecipeSearchView/RecipeSearchView.vue index 4a9b87cf2..c6c2ca6b5 100644 --- a/vue/src/apps/RecipeSearchView/RecipeSearchView.vue +++ b/vue/src/apps/RecipeSearchView/RecipeSearchView.vue @@ -90,7 +90,7 @@ - @@ -830,34 +830,37 @@