various improvements, edit tournament, etc

This commit is contained in:
yohlo
2025-08-24 22:56:48 -05:00
parent 936ab0ce72
commit 2b8ccf1649
25 changed files with 504 additions and 52 deletions

View File

@@ -38,7 +38,7 @@ export function createTournamentsService(pb: PocketBase) {
},
async updateTournament(
id: string,
data: TournamentUpdateInput
data: Partial<TournamentUpdateInput>
): Promise<Tournament> {
const result = await pb
.collection("tournaments")