feat(#24): Rivalry compare view

Implemented by claude via .agents/dev dispatch.
This commit is contained in:
2026-07-11 18:29:52 -04:00
parent 09104451d0
commit 82abbd6b35
14 changed files with 719 additions and 9 deletions

View File

@@ -373,6 +373,7 @@ export interface ChampHubDriver {
poles: number
form: number[]
cumulative: number[]
round_positions: number[]
teammate_wins: number
teammate_losses: number
}