website refactor

This commit is contained in:
2026-01-18 13:26:35 +01:00
parent 350c78504d
commit 0b301feb61
225 changed files with 1678 additions and 26666 deletions

View File

@@ -1,7 +1,7 @@
export interface LeagueSummaryViewModel {
id: string;
name: string;
description: string;
description: string | null;
logoUrl: string | null;
ownerId: string;
createdAt: string;
@@ -12,7 +12,7 @@ export interface LeagueSummaryViewModel {
structureSummary: string;
scoringPatternSummary?: string;
timingSummary: string;
category?: string;
category?: string | null;
scoring?: {
gameId: string;
gameName: string;