From bd79c1db2f57873f5219fd2ad69abd42d6fe1345 Mon Sep 17 00:00:00 2001
From: Michael Genson <71845777+michael-genson@users.noreply.github.com>
Date: Sat, 7 Oct 2023 14:23:47 -0500
Subject: [PATCH] chore: Get Rid of Warnings (#2599)
* ignore unsafe html warnings
* remove unused import
* re-order attrs
* removed unused vars/imports
* removed unused import
* refactored v-html
* removed more unused things
---
.../Domain/Recipe/RecipeIngredientHtml.vue | 12 ++++++++++--
.../Domain/Recipe/RecipeIngredientListItem.vue | 2 +-
frontend/components/Domain/Recipe/RecipeList.vue | 5 ++++-
.../Domain/Recipe/RecipePage/RecipePage.vue | 1 -
.../components/Domain/Recipe/RecipeTimelineItem.vue | 2 +-
.../Domain/ShoppingList/ShoppingListItem.vue | 2 +-
frontend/components/global/ImageCropper.vue | 4 ++--
.../composables/recipes/use-recipe-ingredients.ts | 2 +-
frontend/pages/group/mealplan/planner/edit.vue | 4 +---
frontend/pages/recipe/create/new.vue | 2 +-
frontend/pages/shared/recipes/_id.vue | 2 +-
frontend/types/application-types.ts | 2 --
12 files changed, 23 insertions(+), 17 deletions(-)
diff --git a/frontend/components/Domain/Recipe/RecipeIngredientHtml.vue b/frontend/components/Domain/Recipe/RecipeIngredientHtml.vue
index 46c2656800a2..324301951022 100644
--- a/frontend/components/Domain/Recipe/RecipeIngredientHtml.vue
+++ b/frontend/components/Domain/Recipe/RecipeIngredientHtml.vue
@@ -1,9 +1,11 @@
-
+
+
diff --git a/frontend/components/Domain/Recipe/RecipeIngredientListItem.vue b/frontend/components/Domain/Recipe/RecipeIngredientListItem.vue
index 949d3c358445..bde6e75ba5a3 100644
--- a/frontend/components/Domain/Recipe/RecipeIngredientListItem.vue
+++ b/frontend/components/Domain/Recipe/RecipeIngredientListItem.vue
@@ -10,7 +10,7 @@