fix(v2): pack capacity bars visible + mana item icons

1. Pack capacity bars: gave the fill bar div explicit height (30px)
   instead of relying on alignItems:stretch which produced 0 height.
   Bar now visibly fills green/orange/red beside each pack icon.

2. Mana panel: added 20px item icons back to each mana row, between
   the status dot and item name. Uses the same ItemIcon component
   with 3-layer compositing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik 2026-04-12 22:06:10 +02:00
parent bc247aa9b3
commit e6adb5cb68
3 changed files with 43 additions and 42 deletions

File diff suppressed because one or more lines are too long