diff --git a/vue/src/apps/ShoppingListView/ShoppingListView.vue b/vue/src/apps/ShoppingListView/ShoppingListView.vue index eeea65764..dc2cbb2b9 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,25 +197,15 @@ - - - {{ r.recipe_mealplan.name }} - {{ r.recipe_mealplan.recipe_name }} - - - - - - - - + +
- + - -
- - {{ $t("Save") }} -
+ + + + {{ $t("Create") }} + +
- - + +
-
{{ s.name }}
-
- - - - - - +
+
+ {{ s.name }} + + + + + + +
- - + +
-
- + -
- - {{ $t("Save") }} -
+ + + + {{ $t("Create") }} + +
{{ $t("CategoryInstruction") }} @@ -335,16 +324,29 @@ > - {{ categoryName(c) }} - - - + +
+
+ +
+
+
+ {{ categoryName(c) }} + + + +
+
+
+
@@ -354,18 +356,29 @@ 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) }} + + + +
+
+
+
@@ -381,7 +394,7 @@
{{ $t("mealplan_autoadd_shopping") }}
- +
@@ -393,7 +406,7 @@
{{ $t("mealplan_autoexclude_onhand") }}
- +
@@ -406,7 +419,7 @@
{{ $t("mealplan_autoinclude_related") }}
- +
@@ -444,7 +457,7 @@
{{ $t("shopping_auto_sync") }}
- +
@@ -457,7 +470,7 @@
{{ $t("shopping_add_onhand") }}
- +
@@ -470,10 +483,9 @@
{{ $t("shopping_recent_days") }}
- +
-
@@ -484,7 +496,7 @@
{{ $t("filter_to_supermarket") }}
- +
@@ -497,7 +509,7 @@
{{ $t("default_delay") }}
- +
@@ -510,7 +522,7 @@
{{ $t("csv_delim_label") }}
- +
@@ -523,7 +535,7 @@
{{ $t("csv_prefix_label") }}
- +
@@ -533,6 +545,19 @@
+
+
{{ $t("left_handed") }}
+
+ +
+
+
+
+ + {{ $t("left_handed_help") }} + +
+
@@ -587,26 +612,23 @@