feat: ingress form in modal & delete relationship

This commit is contained in:
Per Stark
2025-02-12 13:59:32 +01:00
parent 62ddd330d0
commit 09b2451021
13 changed files with 200 additions and 61 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
<div class="flex gap-4 flex-col">
<div class="flex gap-4 flex-col sm:flex-row">
<a class="btn btn-secondary" href="/knowledge" hx-boost="true">View Knowledge</a>
<button class="btn btn-primary" hx-get="/ingress-form" hx-swap="outerHTML">Add Content</button>
<button class="btn btn-primary" hx-get="/ingress-form" hx-target="#modal" hx-swap="innerHTML">Add
Content</button>
</div>