feature: Update layout to have footer, update export button for all/selected prompt export text

This commit is contained in:
Keith Solomon
2025-07-27 09:59:09 -05:00
parent ba333343c6
commit fb5093a529
6 changed files with 75 additions and 56 deletions

View File

@@ -15,7 +15,7 @@ const code = `[
`;
---
<aside class="w-64 border-r h-full p-4 text-gray-100">
<aside class="w-64 border-r h-full p-4 text-gray-100 min-h-screen">
<h2 class="text-lg font-semibold mb-4">Add a prompt</h2>
<p class="text-sm">Use the form to add a new AI prompt to the catalog.</p>