diff --git a/vue3/src/apps/tandoor/Tandoor.vue b/vue3/src/apps/tandoor/Tandoor.vue index 0eba137f4..442857850 100644 --- a/vue3/src/apps/tandoor/Tandoor.vue +++ b/vue3/src/apps/tandoor/Tandoor.vue @@ -139,22 +139,13 @@ - + - - - {{ $t('Settings') }} - - - - {{ $t('Database') }} - + + + diff --git a/vue3/src/pages/RecipeImportPage.vue b/vue3/src/pages/RecipeImportPage.vue index 0ae11d921..e39e75663 100644 --- a/vue3/src/pages/RecipeImportPage.vue +++ b/vue3/src/pages/RecipeImportPage.vue @@ -55,7 +55,6 @@ - @@ -67,6 +66,18 @@ + + + + + + + + @@ -76,66 +87,66 @@ + + - {{ $t('Auto_Sort') }} - {{ $t('Split') }} - {{ $t('Merge') }} + {{ $t('Auto_Sort') }} + {{ $t('Split') }} + {{ $t('Merge') }} - - + + + #{{ i + 1 }} + + + + + {{ $t('Delete') }} + {{ $t('Split') }} + + + + + - - - #{{ i + 1 }} - - - - - {{ $t('Delete') }} - {{ $t('Split') }} - - - - - - - - - - - {{ i.amount }} {{ i.unit.name }} {{ i.food.name }} - - - - - - - - - - - + + + + {{ i.amount }} {{ i.unit.name }} {{ i.food.name }} + + + + + + + + + + + - - + + + {{ $t('Unit') }} + @@ -159,7 +170,10 @@ - {{ $t('Import') }} + {{ + $t('Import') + }} + @@ -186,7 +200,7 @@