diff --git a/vue/src/apps/RecipeEditView/RecipeEditView.vue b/vue/src/apps/RecipeEditView/RecipeEditView.vue index e1dca9e59..3a97167da 100644 --- a/vue/src/apps/RecipeEditView/RecipeEditView.vue +++ b/vue/src/apps/RecipeEditView/RecipeEditView.vue @@ -802,7 +802,7 @@ export default { no_amount: false, }) this.sortIngredients(step) - this.$nextTick(() => document.getElementById(`amount_${this.recipe.steps.indexOf(step)}_${step.ingredients.length - 1}`).focus()) + this.$nextTick(() => document.getElementById(`amount_${this.recipe.steps.indexOf(step)}_${step.ingredients.length - 1}`).select()) }, removeIngredient: function (step, ingredient) { if (confirm(this.$t("confirm_delete", { object: this.$t("Ingredient") }))) { diff --git a/vue/src/apps/RecipeSearchView/RecipeSearchView.vue b/vue/src/apps/RecipeSearchView/RecipeSearchView.vue index 20266b913..72e97f7d3 100644 --- a/vue/src/apps/RecipeSearchView/RecipeSearchView.vue +++ b/vue/src/apps/RecipeSearchView/RecipeSearchView.vue @@ -60,24 +60,24 @@ - - + + - - + + - - + + - - + + - - + +
@@ -87,58 +87,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -231,7 +231,7 @@ @change="refreshData(false)" class="shadow-none" switch - style="width: 4em" + style="width: 5em" > {{ $t("or") }} {{ $t("and") }} @@ -293,7 +293,7 @@ /> - + {{ $t("or") }} {{ $t("and") }} @@ -339,7 +339,7 @@ > - + {{ $t("or") }} {{ $t("and") }} @@ -371,7 +371,7 @@ /> - + >= <= diff --git a/vue/src/locales/de.json b/vue/src/locales/de.json index 7a6501989..1c56ad800 100644 --- a/vue/src/locales/de.json +++ b/vue/src/locales/de.json @@ -344,5 +344,6 @@ "copy_to_new": "Kopiere zu neuem Rezept", "Page": "Seite", "Reset": "Zurücksetzen", - "search_rank": "Such-Rang" + "search_rank": "Such-Rang", + "paste_ingredients": "Zutaten einfügen" }