From 8c22c92dee3d0bd33959400d4a58626f415b8792 Mon Sep 17 00:00:00 2001 From: june Date: Fri, 15 Aug 2025 14:20:42 +1200 Subject: [PATCH] Initial implementation of adding new steps --- src/pages/recipe/new.astro | 6 +++--- src/script/newRecipe.ts | 42 ++++++++++++++++++++++++++++++-------- 2 files changed, 37 insertions(+), 11 deletions(-) diff --git a/src/pages/recipe/new.astro b/src/pages/recipe/new.astro index 0b3e6f8..aa4f4bb 100644 --- a/src/pages/recipe/new.astro +++ b/src/pages/recipe/new.astro @@ -52,7 +52,7 @@ async function submitRecipe() { Ingredient - + @@ -69,13 +69,13 @@ async function submitRecipe() { -