feat: Implement group management features with dialogs for editing and displaying group results, enhance event creation with a form, and update team and referee management UI
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-05-23 14:23:33 +02:00
parent b440456687
commit 2bf3beb044
10 changed files with 375 additions and 109 deletions

View File

@@ -63,7 +63,7 @@ export const columns: ColumnDef<EventFight> = [
},
{
header: "Gruppe",
accessorKey: "group.name",
accessorKey: "group.id",
id: "group",
},
{