feat: stratagem icons, session summary, queue preview, UX polish

- Download 65 SVG icons from community repo (scripts/download-icons.js)
- Gold CSS filter on all icons to match game theme
- Session summary modal with score/accuracy/top stratagems
- Queue preview strip (next 3 stratagems with icons)
- Score popup animation, icon shake on wrong input
- Icons in history, leaderboard, and best-per-stratagem tables
- server.js: icon fields on all stratagems, ELO in lobby-update WS events
This commit is contained in:
Jeremy Brandenburger
2026-03-31 08:48:56 +02:00
parent 0d971745a6
commit 2d27d9fe4d
72 changed files with 2280 additions and 372 deletions
+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 126 126" fill="#fff">
<path fill="#49adc9" d="M118 95h-17v2h-4v6l-5 5h-5l-1 6v1h-6l-8-3-1-2 4-5v-3H64l-2-2v-3h-3l-2 3v6h-1v6h-7v-6l-7-8h-5v-4h-3v2h-7v-2H14l-2 3H8v-3H5V79h3v-3h4l2 3h13v-3h7v3h5V68h3v4h22v4h2v-7h3v9h6l4 3h23v-1h4v-3h2v3h2v-3h2v3h2v-3h2v3h3v-2h2v15Zm-64 5h-1v5h1v-5Zm0 6h-1v5h1v-5Zm24 2v4h6v-7h-3Zm11-7h-5v3h5v-3Z"/>
<path d="M94 38v-4h10v4H94Zm-5-12.8 7.1-7.1 2.8 2.8-7 7.1ZM81 46a10 10 0 0 1-9.5-7H23v-6h48.5A10 10 0 1 1 81 46Zm-2-33h4v10h-4V13Zm-16 7.9 2.9-3 7.1 7.2-2.9 3Zm10 26L66 54 63 51.1l7.2-7.1ZM83 59h-4V49h4v10Zm16-8L96.2 54l-7.1-7 2.8-2.9Z"/>
</svg>

After

Width:  |  Height:  |  Size: 635 B