From 3478ff17f886414c6c276a0dd79bd19e663aec71 Mon Sep 17 00:00:00 2001 From: Oleh Astappiev Date: Sun, 29 May 2022 16:56:13 +0200 Subject: [PATCH 1/6] fix: recipe's step header out of view on mobile in edit mode --- vue/src/apps/RecipeEditView/RecipeEditView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue/src/apps/RecipeEditView/RecipeEditView.vue b/vue/src/apps/RecipeEditView/RecipeEditView.vue index 1a0183223..3cbc46583 100644 --- a/vue/src/apps/RecipeEditView/RecipeEditView.vue +++ b/vue/src/apps/RecipeEditView/RecipeEditView.vue @@ -185,14 +185,14 @@
-
+

-
+
-
+ -
+
-
+
-
+ -
+
-
+
From 43666e1f631c54027da86600205388f9584be9e5 Mon Sep 17 00:00:00 2001 From: Oleh Astappiev Date: Sun, 29 May 2022 17:42:40 +0200 Subject: [PATCH 5/6] fix: improve recipe toolbar visualization on mobile and position of elements --- vue/src/apps/RecipeView/RecipeView.vue | 38 ++++++++++++-------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue index bab762da5..c55c89f5f 100644 --- a/vue/src/apps/RecipeView/RecipeView.vue +++ b/vue/src/apps/RecipeView/RecipeView.vue @@ -30,16 +30,14 @@

-
+
-
-
- +
+
+
-
- {{ $t("Preparation") }}
+
+ {{ $t("Preparation") }}
{{ recipe.working_time }} {{ $t("min") }}
@@ -47,27 +45,25 @@
-
- +
+
-
- {{ $t("Waiting") }}
+
+ {{ $t("Waiting") }}
{{ recipe.waiting_time }} {{ $t("min") }}
-
-
-
- +
+
+
+
-
+
-
+
@@ -78,7 +74,7 @@
-
+
From 37c87b43754eb7f1b51c9495e8bd88f9a293ab4e Mon Sep 17 00:00:00 2001 From: Oleh Astappiev Date: Sun, 29 May 2022 18:25:18 +0200 Subject: [PATCH 6/6] fix: ingredients table out of page bounds --- .../IngredientEditorView/IngredientEditorView.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vue/src/apps/IngredientEditorView/IngredientEditorView.vue b/vue/src/apps/IngredientEditorView/IngredientEditorView.vue index 65e410f46..f1a5803c4 100644 --- a/vue/src/apps/IngredientEditorView/IngredientEditorView.vue +++ b/vue/src/apps/IngredientEditorView/IngredientEditorView.vue @@ -98,7 +98,7 @@ {{ $t('Unit') }} {{ $t('Food') }} {{ $t('Note') }} - + @@ -119,11 +119,11 @@ - + - + - + - + - +