diff --git a/frontend/components/Domain/QueryFilterBuilder.vue b/frontend/components/Domain/QueryFilterBuilder.vue index d5e4fc11bed..9f4e3198e93 100644 --- a/frontend/components/Domain/QueryFilterBuilder.vue +++ b/frontend/components/Domain/QueryFilterBuilder.vue @@ -5,6 +5,8 @@ 0" v-model="recipe.recipeIngredient" handle=".handle" + delay="250" + delay-on-touch-only v-bind="{ animation: 200, group: 'recipe-ingredients', diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue index 79d5fa5fed2..11d579e9d3c 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue @@ -77,6 +77,8 @@ :disabled="!isEditForm" :value="value" handle=".handle" + delay="250" + delay-on-touch-only v-bind="{ animation: 200, group: 'recipe-instructions', diff --git a/frontend/pages/g/_groupSlug/cookbooks/index.vue b/frontend/pages/g/_groupSlug/cookbooks/index.vue index 01117c7b52c..2f8df2e6464 100644 --- a/frontend/pages/g/_groupSlug/cookbooks/index.vue +++ b/frontend/pages/g/_groupSlug/cookbooks/index.vue @@ -53,7 +53,14 @@ - +
diff --git a/frontend/pages/g/_groupSlug/r/_slug/ingredient-parser.vue b/frontend/pages/g/_groupSlug/r/_slug/ingredient-parser.vue index 9aa4518e821..f188b72d74c 100644 --- a/frontend/pages/g/_groupSlug/r/_slug/ingredient-parser.vue +++ b/frontend/pages/g/_groupSlug/r/_slug/ingredient-parser.vue @@ -46,6 +46,8 @@ v-if="parsedIng.length > 0" v-model="parsedIng" handle=".handle" + delay="250" + delay-on-touch-only :style="{ width: '100%' }" ghost-class="ghost" > diff --git a/frontend/pages/household/mealplan/planner/edit.vue b/frontend/pages/household/mealplan/planner/edit.vue index a630015501b..2a5912baf3d 100644 --- a/frontend/pages/household/mealplan/planner/edit.vue +++ b/frontend/pages/household/mealplan/planner/edit.vue @@ -100,6 +100,8 @@ - +