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