feat: fight feed page with filters

Reverse-chronological activity stream of recent fights showing winner,
KO/decision result, arena, sats, and time ago. Filter by tier and bot
name. Click any fight to watch replay. Added to NavBar as FEED link.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-08 19:48:27 +00:00
co-authored by Claude Opus 4.6
parent 610e799605
commit baf153b115
3 changed files with 198 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ const links = [
{ to: '/join', label: 'FIGHT!' },
{ to: '/fight-card', label: 'FIGHT CARD' },
{ to: '/arena', label: 'WATCH' },
{ to: '/feed', label: 'FEED' },
{ to: '/leaderboard', label: 'RANKINGS' },
{ to: '/docs', label: 'DOCS' },
]