From d419acd61e37cf341d3fa75cb3c9c4d2cf638464 Mon Sep 17 00:00:00 2001 From: Tarek Auf der Strasse <69731049+codetakki@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:21:44 +0100 Subject: [PATCH] feat: Added a dedicated cookmode dialog that allows for individual scrolling (#4464) --- .../Domain/Recipe/RecipeIngredients.vue | 14 +- .../Domain/Recipe/RecipePage/RecipePage.vue | 210 ++++++++++++------ .../RecipePageIngredientToolsView.vue | 5 + .../RecipePageInstructions.vue | 44 ++-- frontend/lang/messages/en-US.json | 3 +- frontend/lib/api/types/recipe.ts | 1 + 6 files changed, 190 insertions(+), 87 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipeIngredients.vue b/frontend/components/Domain/Recipe/RecipeIngredients.vue index 3769243c13f..63f793b3293 100644 --- a/frontend/components/Domain/Recipe/RecipeIngredients.vue +++ b/frontend/components/Domain/Recipe/RecipeIngredients.vue @@ -1,14 +1,16 @@