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
+5
View File
@@ -66,6 +66,11 @@ const routes = [
name: 'soundboard',
component: () => import('./pages/SoundboardPage.vue'),
},
{
path: '/feed',
name: 'feed',
component: () => import('./pages/FeedPage.vue'),
},
]
export const router = createRouter({