From 22183d4969f02d32055618232dd8b30461add09c Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Mon, 28 Jul 2025 19:49:35 +0000 Subject: [PATCH] add warning/tooltip for unparsed foods/units --- .../Domain/Recipe/RecipeIngredientEditor.vue | 48 +++++++++++++++++++ frontend/lang/messages/en-US.json | 3 ++ .../r/[slug]/ingredient-parser.vue | 4 ++ 3 files changed, 55 insertions(+) diff --git a/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue b/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue index a758ac64e..02c0bc4a4 100644 --- a/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue +++ b/frontend/components/Domain/Recipe/RecipeIngredientEditor.vue @@ -63,6 +63,22 @@ clearable @keyup.enter="handleUnitEnter" > +