From d18710e1fcc9a2d8c76bdb1f5dd61af4c8d905cd Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Tue, 2 Dec 2025 22:55:32 -0700 Subject: [PATCH] (FEAT): Worked on tags! They seem good, but need a final check. This was much easier than the previous implementation, gotta love JS/TS (I hate this shit). --- .../components/forms/InstructionElement.tsx | 4 +- web/src/components/forms/InstructionForm.tsx | 2 +- web/src/pages/Create.tsx | 75 ++++++++++++++----- 3 files changed, 58 insertions(+), 23 deletions(-) diff --git a/web/src/components/forms/InstructionElement.tsx b/web/src/components/forms/InstructionElement.tsx index 7c2d93b..933ca95 100644 --- a/web/src/components/forms/InstructionElement.tsx +++ b/web/src/components/forms/InstructionElement.tsx @@ -64,8 +64,8 @@ export default function InstructionElement({ instruction, index, allowDelete, on - + + )} + + {/* Time Input */}
@@ -423,7 +459,6 @@ export default function Create() {
- {/* TODO: Instructions Inputs */}