Session 19: Sports design overhaul — player cards with headshots, game card redesign, scan page tonight's players, odds diagnostic logging, tier gate utility (1444 tests)

This commit is contained in:
Kev
2026-06-12 00:30:13 -04:00
parent 0e3839a90a
commit 56392ec8f4
12 changed files with 825 additions and 41 deletions
+5
View File
@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64" role="img" aria-label="Player headshot placeholder">
<rect width="64" height="64" fill="#12121A"/>
<circle cx="32" cy="26" r="10" fill="#2A2A36"/>
<path d="M14 56c0-9.94 8.06-18 18-18s18 8.06 18 18" fill="#2A2A36"/>
</svg>

After

Width:  |  Height:  |  Size: 312 B