From 4dd50aae36859ad45a707c958317ff9b297e85a1 Mon Sep 17 00:00:00 2001 From: june Date: Thu, 14 Aug 2025 18:04:21 +1200 Subject: [PATCH] Starting to add script for adding ingredients --- src/pages/recipe/new.astro | 44 +++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/src/pages/recipe/new.astro b/src/pages/recipe/new.astro index 4783683..2d3dbe3 100644 --- a/src/pages/recipe/new.astro +++ b/src/pages/recipe/new.astro @@ -8,13 +8,50 @@ import InfoView from "@/components/Detail/InfoView"; const { recipeid } = Astro.params; +// Actually post the recipe with the stored variables +async function submitRecipe() { + +} + --- @@ -40,6 +77,7 @@ const { recipeid } = Astro.params;

Ingredients

+