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-rule="evenodd" d="M24 26h15L24 13v13ZM24 53h15L24 66V53ZM24 30h73s9 1 9 10-9 9-9 9H24V30Zm71.5 4a5.5 5.5 0 1 1-5.5 5.5 5.5 5.5 0 0 1 5.5-5.5Z"/>
<path fill="#49adc9" d="m110 95-3 3h-9l-4 11h-3l-3-3h-3v3h-6l-6-3h-1l-9 9h-4L48 98H34l-3-3H14V84h19v-3h7v-3h42v-2h24v2h1v4h5v13h-2Zm-49 5v8l8-8h-8Zm20 3h-5v3l5 1v-4Z"/>
</svg>

After

Width:  |  Height:  |  Size: 409 B