diff --git a/vue/src/apps/ShoppingListView/ShoppingListView.vue b/vue/src/apps/ShoppingListView/ShoppingListView.vue index dc2cbb2b9..eeea65764 100644 --- a/vue/src/apps/ShoppingListView/ShoppingListView.vue +++ b/vue/src/apps/ShoppingListView/ShoppingListView.vue @@ -4,10 +4,10 @@
- + - + - +
@@ -29,7 +29,7 @@ {{ $t("Shopping_list") }} -
+
@@ -92,8 +92,8 @@
-
- {{ $t("Completed") }} +
+

{{ $t("Completed") }}

@@ -197,15 +197,25 @@ - -
+ + + {{ r.recipe_mealplan.name }} + {{ r.recipe_mealplan.recipe_name }} + + + + + + + +
- + + - - - - {{ $t("Create") }} - - +
+ + {{ $t("Save") }} +
- - + +
-
-
- {{ s.name }} - - - - - - -
+
{{ s.name }}
+
+ + + + + +
- - + +
+
- + - - - - {{ $t("Create") }} - - +
+ + {{ $t("Save") }} +
{{ $t("CategoryInstruction") }} @@ -324,29 +335,16 @@ > - -
-
- -
-
-
- {{ categoryName(c) }} - - - -
-
-
-
+ {{ categoryName(c) }} + + +
@@ -356,29 +354,18 @@ class="list-group" :list="notSupermarketCategory" group="category" + v-if="new_supermarket.editmode" @start="drag = true" @end="drag = false" ghost-class="ghost" - v-if="new_supermarket.editmode" v-bind="{ animation: 200 }" > - - -
-
- -
-
-
- {{ categoryName(c) }} - - - -
-
-
-
+ + {{ categoryName(c) }} + + +
@@ -394,7 +381,7 @@
{{ $t("mealplan_autoadd_shopping") }}
- +
@@ -406,7 +393,7 @@
{{ $t("mealplan_autoexclude_onhand") }}
- +
@@ -419,7 +406,7 @@
{{ $t("mealplan_autoinclude_related") }}
- +
@@ -457,7 +444,7 @@
{{ $t("shopping_auto_sync") }}
- +
@@ -470,7 +457,7 @@
{{ $t("shopping_add_onhand") }}
- +
@@ -483,9 +470,10 @@
{{ $t("shopping_recent_days") }}
- +
+
@@ -496,7 +484,7 @@
{{ $t("filter_to_supermarket") }}
- +
@@ -509,7 +497,7 @@
{{ $t("default_delay") }}
- +
@@ -522,7 +510,7 @@
{{ $t("csv_delim_label") }}
- +
@@ -535,7 +523,7 @@
{{ $t("csv_prefix_label") }}
- +
@@ -545,19 +533,6 @@
-
-
{{ $t("left_handed") }}
-
- -
-
-
-
- - {{ $t("left_handed_help") }} - -
-
@@ -612,23 +587,26 @@