fix(v2): aligned stat grid + correct icons + action buttons

- Stats now use a 3-column CSS Grid so values align across rows
- Fixed icons: ☠️ for deaths (was 💀), prismatic-taper-icon.png
  for tapers (was wrong emoji 🔮), 🕐 for time (was 🕑)
- Added action buttons row (Chat, Stats, Inv, Char, Radar) matching
  v1's button bar — accent-colored for primary actions
- Buttons are present but not wired to windows yet (Phase 3)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik 2026-04-12 15:46:47 +02:00
parent 7890ab477f
commit 53bb1ba9cf
5 changed files with 90 additions and 49 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-Csnbhaia.js"></script>
<link rel="stylesheet" crossorigin href="/v2/assets/index-BUBcTCvh.css">
<script type="module" crossorigin src="/v2/assets/index-z3J6n_xF.js"></script>
<link rel="stylesheet" crossorigin href="/v2/assets/index-tklaBqfd.css">
</head>
<body>
<div id="root"></div>