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

@@ -55,7 +55,7 @@
<TableRow>
<TableCell>{referee.name}</TableCell>
<TableCell>
<Button onclick={() => removeReferee(referee.uuid)}>Remove</Button>
<Button onclick={() => removeReferee(referee.uuid)} variant="outline" size="sm">{referee.name} entfernen</Button>
</TableCell>
</TableRow>
{/each}
@@ -63,7 +63,7 @@
<Popover>
<TableCaption>
<PopoverTrigger>
<Button>Add</Button>
<Button>Hinzufügen</Button>
</PopoverTrigger>
</TableCaption>
<PopoverContent class="p-0">