From 5bd9a15e4b9f74922dfe3e5ed697779ebc299bb8 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 4 Apr 2022 20:11:22 +0200 Subject: [PATCH] small fixes --- cookbook/templates/setup.html | 4 + .../apps/RecipeEditView/RecipeEditView.vue | 273 ++++++--- .../RecipeSearchView/RecipeSearchView.vue | 547 ++++++++++++------ 3 files changed, 559 insertions(+), 265 deletions(-) diff --git a/cookbook/templates/setup.html b/cookbook/templates/setup.html index f638028ab..85e422387 100644 --- a/cookbook/templates/setup.html +++ b/cookbook/templates/setup.html @@ -20,4 +20,8 @@ + + {% endblock %} \ No newline at end of file diff --git a/vue/src/apps/RecipeEditView/RecipeEditView.vue b/vue/src/apps/RecipeEditView/RecipeEditView.vue index 4aab4ef63..17a18dbae 100644 --- a/vue/src/apps/RecipeEditView/RecipeEditView.vue +++ b/vue/src/apps/RecipeEditView/RecipeEditView.vue @@ -11,7 +11,7 @@
- +
@@ -19,14 +19,16 @@ - +
- +
- + - +
- +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
There is currently only very basic support for tracking nutritional information. A - big update is planned to improve on this in many different areas. + big update is planned to improve on this in many + different areas. - + - + - + - +
- {{ $t("additional_options") }} + {{ $t("additional_options") }} + @@ -150,8 +162,12 @@ - {{ $t("Name") }} - + {{ + $t("Name") + }} + + {{ $t("create_food_desc") }} @@ -162,7 +178,8 @@ - +
@@ -176,26 +193,33 @@
- @@ -206,30 +230,36 @@
- +
- + {{ $t("Time") }} - + {{ $t("Ingredients") }} - + {{ $t("Instructions") }} - + {{ $t("Recipe") }} - + {{ $t("File") }}
- +
@@ -333,16 +364,23 @@
- -
-
+ +
+
- +
-
-
+
+
-
+
- +
-
+
- +
-
+
-
-
- +
+
@@ -515,24 +575,39 @@ {{ $t("Add_Step") }} - +
-
-
-
-
-
-
+ +
+
+ + + +
+
+ + +
+
+
+
+
+
-
+
-
-
@@ -553,9 +631,11 @@ - +
  • - +
  • @@ -570,25 +650,34 @@ @cancel="paste_ingredients = paste_step = undefined" @close="paste_ingredients = paste_step = undefined" > - +
    - +