feat(home): redesign homepage per §16.3 — dynamic data, territory replay, compact layout
- Remove duplicate SWR cache (use shared fetchers from api-types.ts) - Add territory view mode to featured replay embed - Use demo replay fallback when no live matches available - Compact layout with tighter spacing for 1080p above-the-fold - Add missing placeholder data files: evolution/meta.json, seasons/index.json - Fix unused import in cmd/acb-index-builder/s3_test.go Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
80af92b022
commit
38269d1285
3 changed files with 487 additions and 523 deletions
7
web/public/data/evolution/meta.json
Normal file
7
web/public/data/evolution/meta.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"$comment": "Placeholder file - replaced by index builder",
|
||||
"generation": 0,
|
||||
"promoted_today": 0,
|
||||
"top_10_count": 0,
|
||||
"updated_at": null
|
||||
}
|
||||
6
web/public/data/seasons/index.json
Normal file
6
web/public/data/seasons/index.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"$comment": "Placeholder file - replaced by index builder",
|
||||
"updated_at": null,
|
||||
"active_season": null,
|
||||
"seasons": []
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue