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="M4 95v-9l6-5v-5h14l3-3h2v5h6l3 1 1 2h23l4-3h29v2l4 1 1 3h19l2 2v17l-2 2H97v1h-5v-1H68v1h-2v-1H53v1H27v-1H6l-2-2v-8Z"/>
<path d="M80 52c-8.3 0-28-7-28-7h-7l-4 7H26l4-9h-5l-3 9h-8l5-12v-1l-5-12h8l3 9h5l-4-9h15l4 7h7s19.7-7 28-7 32 7 32 7v11s-23.7 7-32 7Z"/>
</svg>

After

Width:  |  Height:  |  Size: 364 B