From d4f3555f36010f6d0f9f172f05a8854268c49771 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 16 Jul 2025 21:44:47 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature:=20Set=20up=20adding=20new=20p?= =?UTF-8?q?rompts=20=F0=9F=90=9E=20fix:=20Add=20min-height=20for=20cards?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PromptCard.astro | 2 +- src/pages/add.astro | 119 ++++++++++++++++++++++++++++++++ src/pages/index.astro | 4 +- 3 files changed, 122 insertions(+), 3 deletions(-) create mode 100644 src/pages/add.astro diff --git a/src/components/PromptCard.astro b/src/components/PromptCard.astro index 049ddee..cfd4903 100644 --- a/src/components/PromptCard.astro +++ b/src/components/PromptCard.astro @@ -23,7 +23,7 @@ const formatDate = (dateStr: string | undefined) => { }; --- -
+

{title}

+ + Add Prompt + + + + + +

Add New Prompt

+ + + + +
+
+ + + +
+ + + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+ + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index 77bb74b..54c7059 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,12 +17,12 @@ const allTags = Array.from( --- -
+

Prompt Catalog

Explore and filter AI prompts

-
+