new order popup

This commit is contained in:
Bronku 2025-01-26 17:40:15 +01:00
parent fbed113a55
commit cdd60a01f7
5 changed files with 81 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<form>
<label>
ok
<input>
</label>
<button hx-post="/order/new" hx-swap="delete" hx-target="closest form">Submit</button>
</form>