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
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 126 126" fill="#fff">
<path fill="#de7b6c" d="M99 120a91 91 0 0 0-4.5-27h15.3a53.7 53.7 0 0 1 7.2 27H99Zm-8-35c2.5-.2 4.7-3.3 6.2-6.8A54 54 0 0 1 107.9 90H93.4L91 85Zm-7.9-11a37.2 37.2 0 0 0-9-6.8 53.7 53.7 0 0 1 8.8 2.6c0 1.4 0 2.8.2 4.1Zm1.9 6.5a8.8 8.8 0 0 0 2.2 3.4 50.1 50.1 0 0 1 3.1 6.1H65v-5.2l1-.8c2.4-1.9 4.7-6.3 4.7-6.3s.3-4 .5-8.5A35 35 0 0 1 85 80.5ZM35.5 93H62v27H31a85.5 85.5 0 0 1 4.5-27ZM56 69v8s3.4 5.2 5 7a8.6 8.6 0 0 0 1 1v5H36.7A38.3 38.3 0 0 1 56 69Zm-11.1.2a53.8 53.8 0 0 1 8.5-2.3 37 37 0 0 0-9.5 7 30.5 30.5 0 0 0 1-4.7ZM18 90a54 54 0 0 1 11.6-12.5C31 81.1 33 84.9 36 85l-2.3 5H18.1Zm10 30H9a53.7 53.7 0 0 1 7.2-27h16.3c-2.4 7.1-4.1 16-4.4 27ZM65 93h26.5a85.5 85.5 0 0 1 4.6 27H65V93Zm-2 81a53.7 53.7 0 0 1-32.6-11h65.2A53.7 53.7 0 0 1 63 174Z"/>
<path d="m32 75 3 6s1.3 2.3 3 0a28.7 28.7 0 0 0 3-6V59s2-.5 2-2V37H30v20a1.9 1.9 0 0 0 2 2v16Zm-1-47a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H31Z"/>
<path d="m59 75 3 6s1.3 2.3 3 0a28.7 28.7 0 0 0 3-6V59s2-.5 2-2V37H57v20a1.9 1.9 0 0 0 2 2v16Zm-1-47a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H58Z"/>
<path d="m86 75 3 6s1.3 2.3 3 0a28.7 28.7 0 0 0 3-6V59s2-.5 2-2V37H84v20a1.9 1.9 0 0 0 2 2v16Zm-1-47a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H85Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB