fix(v2): add emoji icons + labels to player row stats

Stats were bare numbers with no visual hint what they represent.
Now each stat has the same emoji prefix as v1:
  ⚔️ session kills, 🏆 total kills, KPH suffix
  💎 rares (session/total), 📊 KPR suffix
  🕑 online time, 💀 deaths, 🔮 prismatic tapers

Meta state pill still color-coded (green=active, gray=idle).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik 2026-04-12 15:42:39 +02:00
parent 2c4b8d3afb
commit 7890ab477f
5 changed files with 80 additions and 63 deletions

View file

@ -221,6 +221,21 @@
.ml-stat {
font-variant-numeric: tabular-nums;
display: inline-flex;
align-items: center;
gap: 2px;
}
.ml-icon {
font-size: 0.7rem;
line-height: 1;
}
.ml-suffix {
font-size: 0.58rem;
color: #888;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.ml-meta-pill {