feat: Implement tournament schedule tab and fix E2E tests #27

Merged
david merged 43 commits from feature/7-schedule-tab into main 2026-04-27 01:59:17 +00:00
Showing only changes of commit 2546de0cec - Show all commits
@@ -41,10 +41,10 @@ interface Schedule {
interface Match { interface Match {
id: number id: number
team1P1Id: number player1P1Id: number
team1P2Id: number player1P2Id: number
team2P1Id: number player2P1Id: number
team2P2Id: number player2P2Id: number
team1Score: number team1Score: number
team2Score: number team2Score: number
status: string status: string