Modify with Feed Form

This commit is contained in:
2025-01-29 22:03:57 +01:00
parent 53e7d79f7c
commit 03510fd68a
4 changed files with 88 additions and 4 deletions

View File

@@ -6,7 +6,12 @@
<button hx-get="/feed/{{feed.id}}"
hx-target="#feed_{{feed.id}}"
hx-swap="outerHTML">
Refresh
Edit Inline
</button>
<button hx-get="/feedform/{{feed.id}}"
hx-target="body"
hx-swap="beforeend">
Edit Dialog
</button>
<button class="danger"
hx-confirm="Are you sure?"