gaming-hub/web/src
Daniel 40c596fbfa feat: add LoL Stats plugin — op.gg-powered player lookup
New plugin for League of Legends stats tracking, similar to op.gg:
- Search summoners by Riot ID (Name#Tag) + region
- Profile overview: rank, tier, LP, win rate, ladder position
- Top champions with KDA and win rates
- Match history with KDA, CS, items, game duration
- Expandable match details showing all 10 players
- Recent searches persisted across restarts

Uses op.gg MCP server (no API key needed, no 24h expiration).
Backend: server/src/plugins/lolstats/ (3 files)
Frontend: web/src/plugins/lolstats/ (2 files)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 21:04:45 +01:00
..
plugins feat: add LoL Stats plugin — op.gg-powered player lookup 2026-03-06 21:04:45 +01:00
App.tsx feat: add LoL Stats plugin — op.gg-powered player lookup 2026-03-06 21:04:45 +01:00
main.tsx Initial commit: Gaming Hub foundation 2026-03-05 22:52:13 +01:00
styles.css Fix: Radio sidebar close + topbar layout consistency 2026-03-06 19:51:04 +01:00
vite-env.d.ts Initial commit: Gaming Hub foundation 2026-03-05 22:52:13 +01:00