From b22ba8e787628efbaa098f2eb7a12db8869dd7d0 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 30 Oct 2024 21:02:54 +0100 Subject: [PATCH] Add some kind of input form for notes --- frontend/src/pages/player.astro | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/player.astro b/frontend/src/pages/player.astro index a2831b5..30c2905 100644 --- a/frontend/src/pages/player.astro +++ b/frontend/src/pages/player.astro @@ -1,5 +1,5 @@ --- -import Layout from '../layouts/Layout.astro'; +import Layout from "../layouts/Layout.astro"; import type { APIResponse, Player } from "../types"; const res = await fetch("http://localhost:3000/player"); @@ -8,6 +8,25 @@ console.log(data); --- +
+
+
+
+
+ +
+
+
+
{ data.success && (