From d824ce70019fe7a53337140ed7312b80b8f5870d Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Tue, 3 Jun 2025 12:08:15 +0000 Subject: [PATCH] move instructions checkbox to end --- .../RecipePageInstructions.vue | 196 +++++++++--------- 1 file changed, 99 insertions(+), 97 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue index 39cf6c148..eaafc9c6d 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue @@ -175,104 +175,106 @@ @click="toggleDisabled(index)" > - - - - - {{ step.summary ? step.summary : $t("recipe.step-index", { step: index + 1 }) }} - - - - + - {{ $globals.icons.checkboxMarkedCircle }} - - + + + + {{ step.summary ? step.summary : $t("recipe.step-index", { step: index + 1 }) }} + + + + + {{ $globals.icons.checkboxMarkedCircle }} + + +