From f5cfc55e0abeb64c721ba5ab3b913f7c0de9153b Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 16 Jul 2025 22:03:37 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature:=20Style=20add=20page=20and=20?= =?UTF-8?q?add=20sidebar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sidebar.astro | 20 +++----- src/pages/add.astro | 97 ++++++++++++++++++++---------------- 2 files changed, 60 insertions(+), 57 deletions(-) diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro index 5ce33ca..3a89349 100644 --- a/src/components/Sidebar.astro +++ b/src/components/Sidebar.astro @@ -3,19 +3,13 @@ --- diff --git a/src/pages/add.astro b/src/pages/add.astro index fa02752..672f32b 100644 --- a/src/pages/add.astro +++ b/src/pages/add.astro @@ -1,5 +1,6 @@ --- import "../styles/global.css"; +import Sidebar from "../components/Sidebar.astro"; const supabaseUrl = import.meta.env.PUBLIC_SUPABASE_URL; const supabaseKey = import.meta.env.PUBLIC_SUPABASE_ANON_KEY; @@ -7,7 +8,7 @@ const supabaseKey = import.meta.env.PUBLIC_SUPABASE_ANON_KEY; - Add Prompt + Prompt Catalog - Add New Prompt @@ -18,52 +19,60 @@ const supabaseKey = import.meta.env.PUBLIC_SUPABASE_ANON_KEY; hidden > -

Add New Prompt

- -