forms almost done

This commit is contained in:
2025-12-12 03:37:19 +01:00
parent 72741c9027
commit 5dcff81cab
5 changed files with 58 additions and 28 deletions
@@ -13,8 +13,8 @@
</button>
</div>
<div x-show="creating" class="w-full pb-4">
{{ template "fragments/todo-row-form" .}}
<div x-show="creating" class="w-full pb-2">
{{ template "fragments/todo-new-form" .}}
</div>
<ol id="todo-list-body" class="space-y-3">