From 22c7f5d85df06a1deacc0de3be1c90e3b3cb2294 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 13 Sep 2023 16:16:38 +0200 Subject: [PATCH] changed date label format --- .../RecipeSearchView/RecipeSearchView.vue | 139 +++++++++--------- 1 file changed, 69 insertions(+), 70 deletions(-) diff --git a/vue/src/apps/RecipeSearchView/RecipeSearchView.vue b/vue/src/apps/RecipeSearchView/RecipeSearchView.vue index 667f3ffe..cd93487f 100644 --- a/vue/src/apps/RecipeSearchView/RecipeSearchView.vue +++ b/vue/src/apps/RecipeSearchView/RecipeSearchView.vue @@ -1,6 +1,6 @@ @@ -640,38 +640,38 @@ contain anyall of the following books: {{ k.items.flatMap((x) => x.name).join(", ") }} -
+
- and you can make right now (based on the on hand flag)
+ and you can make right now (based on the on hand flag)
and contain anyall of the following units: {{ search.search_units.flatMap((x) => x.name).join(", ") }}
+ >
and have a rating or equal to {{ search.search_rating }}
+ > or equal to {{ search.search_rating }}
and have been last cooked {{ search.lastcooked }}
+ > {{ search.lastcooked }}
and have been cooked or equal to{{ search.timescooked }} times
+ > or equal to{{ search.timescooked }} times
order by {{ search.sort_order.flatMap((x) => x.text).join(", ") }} -
+
@@ -707,19 +707,19 @@ {{ search.pagination_page }}/{{ Math.ceil(pagination_count / ui.page_size) }} {{ $t("Reset") }} + > {{ search.pagination_page }}/{{ Math.ceil(pagination_count / ui.page_size) }} {{ $t("Reset") }} {{ $t("Random") }} + > {{ $t("Random") }}
@@ -827,7 +827,7 @@ {{ $t("search_import_help_text") }} - {{ $t("Import") }} + {{ $t("Import") }} @@ -835,7 +835,7 @@ {{ $t("search_create_help_text") }} - {{ $t("Create") }} + {{ $t("Create") }}
@@ -844,7 +844,7 @@ - + @@ -852,7 +852,7 @@