updating web to be compatible with main

This commit is contained in:
viljarb
2026-02-18 20:33:32 +01:00
parent b654fb5bd3
commit ed8a0d02ec
25 changed files with 3800 additions and 793 deletions

View File

@@ -17,7 +17,7 @@ type RangeProps struct {
templ Range(props RangeProps) {
<div class="form-control">
<label
class="label space-x-1"
class="label space-x-1 w-full"
x-data={ fmt.Sprintf("{ value: %d }", props.Value) }
>
if props.Label != "" {