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
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 126 126" fill-rule="evenodd"><path d="M81 103v4l6 6 1 1H65l1-1 6-6v-8l6-7V78h9v18zm-7-16-6 7H58l-6-7V74H39V58l4-4h8l5-4h14l5 4h8l4 4v16H74v13zm-4-29H56v12h14V58zM48 92l6 7v8l6 6 1 1H38l1-1 6-6v-4l-6-7V78h9v14zm11-16a2 2 0 1 1-2 2 2 2 0 0 1 2-2zm8 0a2 2 0 1 1-2 2 2 2 0 0 1 2-2zm-8 7a2 2 0 1 1-2 2 2 2 0 0 1 2-2zm8 0a2 2 0 1 1-2 2 2 2 0 0 1 2-2z" fill="#49adc9"/><path d="M31 37H18l9-9h4s5 .116 5 4.5-5 4.5-5 4.5zm-16 0H8v-9h16zm16-13H17l9-9h5s5 .116 5 4.5-5 4.5-5 4.5zm-17 0H8v-9h15zm99 13h-13l9-9h4s5 .116 5 4.5-5 4.5-5 4.5zm-16 0h-7v-9h16zm16-13H99l9-9h5s5 .116 5 4.5-5 4.5-5 4.5zm-17 0h-6v-9h15z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 672 B