rm datastar-ep-2 bc too complex

This commit is contained in:
2025-12-09 18:01:36 +01:00
parent a42bb627a0
commit ddc3d77394
14 changed files with 0 additions and 277 deletions
@@ -0,0 +1,15 @@
<li id="todo-{{ .ID }}">
<button
{{
if
.Completed
}}
disabled
{{
end
}}
data-on-click="@patch('/todo/{{.ID}}/completed')"
>
{{ .ID }} {{ .Name }} - {{ .Completed }}
</button>
</li>