csv delimiter is now ; and dockerfile was added

This commit is contained in:
2025-12-01 09:36:48 +00:00
parent 1e5fd35659
commit c2429bcc4a
8 changed files with 178 additions and 70 deletions

View File

@@ -130,7 +130,7 @@ templ Row(props ...RowProps) {
}
class={
utils.TwMerge(
"border-b transition-colors hover:bg-muted/50",
"border-b transition-colors",
utils.If(p.Selected, "data-[tui-table-state-selected]:bg-muted"),
p.Class,
),

View File

@@ -453,7 +453,7 @@ func Row(props ...RowProps) templ.Component {
p = props[0]
}
var templ_7745c5c3_Var18 = []any{utils.TwMerge(
"border-b transition-colors hover:bg-muted/50",
"border-b transition-colors",
utils.If(p.Selected, "data-[tui-table-state-selected]:bg-muted"),
p.Class,
),

View File

@@ -34,7 +34,7 @@ func Home(plan csv.Plan) templ.Component {
templ_7745c5c3_Var1 = templ.NopComponent
}
ctx = templ.ClearChildren(ctx)
templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "<!doctype html><html lang=\"en\" class=\"dark\"><head><meta charset=\"UTF-8\"><title>Menüplan</title><link href=\"https://coder.base2.sh/@b2dennis/rose-coyote-52.main/apps/code-server/proxy/8080/assets/css/output.css\" type=\"text/css\" rel=\"stylesheet\"></head><body class=\"w-full flex dark\">")
templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "<!doctype html><html lang=\"en\"><head><meta charset=\"UTF-8\"><title>Menüplan</title><link href=\"https://coder.base2.sh/@b2dennis/rose-coyote-52.main/apps/code-server/proxy/8080/assets/css/output.css\" type=\"text/css\" rel=\"stylesheet\"></head><body class=\"w-full\">")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}