From 009c50a1442ab35c8632fe6d7f47d881351acb51 Mon Sep 17 00:00:00 2001 From: Thomas Lamant Date: Wed, 14 Jan 2026 23:56:02 +0100 Subject: [PATCH 1/2] style(types): rename alternativeQuantities into quantities --- .../app/components/recipe/IngredientItem.vue | 11 +++--- src/classes/recipe.ts | 17 ++++------ src/types.ts | 2 +- test/recipe_parsing.test.ts | 34 +++++++++---------- test/recipe_scaling.test.ts | 4 +-- 5 files changed, 31 insertions(+), 37 deletions(-) diff --git a/playground/app/components/recipe/IngredientItem.vue b/playground/app/components/recipe/IngredientItem.vue index e66ec6c..7ff9fbe 100644 --- a/playground/app/components/recipe/IngredientItem.vue +++ b/playground/app/components/recipe/IngredientItem.vue @@ -209,11 +209,8 @@ const displayMode = computed(() => { :key="idx" > -