From a8d4c43467ceb67158683784da34a7f01a9df6c5 Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Wed, 30 Jul 2025 11:59:55 +0000 Subject: [PATCH] recipe list and slots for it --- .../components/Domain/Recipe/RecipeList.vue | 226 ++++++++---------- frontend/pages/shopping-lists/[id].vue | 4 + 2 files changed, 107 insertions(+), 123 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipeList.vue b/frontend/components/Domain/Recipe/RecipeList.vue index 73bd53584..667e78cbf 100644 --- a/frontend/components/Domain/Recipe/RecipeList.vue +++ b/frontend/components/Domain/Recipe/RecipeList.vue @@ -51,141 +51,121 @@ - diff --git a/frontend/pages/shopping-lists/[id].vue b/frontend/pages/shopping-lists/[id].vue index 8188e7326..b67aad4c7 100644 --- a/frontend/pages/shopping-lists/[id].vue +++ b/frontend/pages/shopping-lists/[id].vue @@ -371,6 +371,8 @@ @@ -386,6 +388,8 @@