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

@@ -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,
),