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

@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mosswart Overlord v2</title>
<link rel="icon" type="image/png" href="/icons/7735.png" />
<script type="module" crossorigin src="/v2/assets/index-D9dGqbQ9.js"></script>
<link rel="stylesheet" crossorigin href="/v2/assets/index-Dfeaqu0o.css">
<script type="module" crossorigin src="/v2/assets/index-Csnbhaia.js"></script>
<link rel="stylesheet" crossorigin href="/v2/assets/index-BUBcTCvh.css">
</head>
<body>
<div id="root"></div>