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
+5
View File
@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 126 126" fill="#fff">
<path fill="#679552" d="M90 33s-6-8.3-18-15h43v15H90Zm2 24v14H50.6l-.6-6 17-17V28H47L31 43.1V18h22s39 0 39 39Zm-7 35H41v-7l9-9h35v16Zm8 4 13 16H18l13-16h62Z"/>
<path d="M63 32v14L46 63v10L34 85V61H10l12-12h10l17-17h14Z"/>
<path d="M20 86v-9l6-6v10ZM24 69l-6 5H9l5-5h10Z"/>
</svg>

After

Width:  |  Height:  |  Size: 358 B