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
+7
View File
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 126 126" fill="#fff">
<g fill="#de7b6c">
<path d="m9 47 29-8 9-29 7 7v38H16Z"/>
<path d="M98 112 82 95H63.3l.7-19-13-8H38l21-8 7.4-19.6L69 43v11l9 9h17v20l17 17 1 14Zm-7-84H71.2L78 10l17 10v10.3ZM9 79l12.2-4.6L29 83v12H19Z"/>
</g>
<path d="M24 72h18l3 4v-4l5 1 9 4v18l-5-4v-6h-6l-2-2h-3v11h8l4 6H40l-7-7V81ZM65 31l17 1 3 4 1-4h4l9 5v18l-5-5v-5h-6l-1-2h-4v11h8l5 5H80l-6-6-1-12Z"/>
</svg>

After

Width:  |  Height:  |  Size: 453 B