mejoras de UI

This commit is contained in:
2025-08-27 22:56:28 -06:00
parent 38141800b2
commit 293f407820
3 changed files with 271 additions and 41 deletions

View File

@@ -4,6 +4,8 @@ export interface DetailedEvent {
kind: string;
round?: number;
gameVariant?: string;
playerUuid?: string;
playerName?: string;
}
export type DataSource = 'aggregated' | 'active-rooms';