feat: tournament bracket UI

TournamentListPage with status filters, TournamentPage with CSS grid
bracket display, lobby view for open tournaments, champion banner,
live polling for active tournaments. Routes at /tournaments and
/tournament/:id. NavBar link added.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-08 21:00:48 +00:00
co-authored by Claude Opus 4.6
parent b70c49075e
commit b0926db9ed
4 changed files with 359 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ const links = [
{ to: '/fight-card', label: 'FIGHT CARD' },
{ to: '/arena', label: 'WATCH' },
{ to: '/feed', label: 'FEED' },
{ to: '/tournaments', label: 'TOURNEYS' },
{ to: '/leaderboard', label: 'RANKINGS' },
{ to: '/docs', label: 'DOCS' },
]