From 2883dc858e5c379cdffa68c84580d34f20bea1da Mon Sep 17 00:00:00 2001 From: ulfrxdev Date: Fri, 10 Apr 2026 14:01:54 +0200 Subject: [PATCH] Extract ingredientCard --- index.html | 6 +- js/ui/ingredientCard.js | 501 ++++++++++++++++++++++++++++++++++++++++ js/ui/mealPlanEditor.js | 237 ++----------------- js/views/Pantry.js | 420 ++------------------------------- 4 files changed, 544 insertions(+), 620 deletions(-) create mode 100644 js/ui/ingredientCard.js diff --git a/index.html b/index.html index 91bfa1f..15caea0 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ Recipe App - Modular - + @@ -600,7 +600,7 @@