From 37761bf6e7ec8e148b80b105ee06a5bd97e0593c Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 11 Dec 2024 22:01:21 +0100 Subject: [PATCH] split, merge and auto sort steps in importer --- vue3/src/pages/RecipeImportPage.vue | 164 ++++++++++++++++++++++++++-- 1 file changed, 156 insertions(+), 8 deletions(-) diff --git a/vue3/src/pages/RecipeImportPage.vue b/vue3/src/pages/RecipeImportPage.vue index 5fac0872a..aa90dce2f 100644 --- a/vue3/src/pages/RecipeImportPage.vue +++ b/vue3/src/pages/RecipeImportPage.vue @@ -72,9 +72,9 @@ - Auto Sort - Split All - Merge All + Auto Sort + Split All + Merge All @@ -88,13 +88,25 @@ - {{ $t('Delete') }} - {{ $t('Split') }} + {{ $t('Delete') }} + {{ $t('Split') }} - + + + + + {{ i.amount }} {{ i.unit.name }} {{ i.food.name }} + + + + + + + + @@ -123,9 +135,10 @@