feat: damage monitor display with visual box grids (Closes #13) #58

Merged
shahondin1624 merged 1 commits from feature/issue-13-damage-monitor-display into main 2026-03-13 13:30:20 +01:00

Summary

  • New DamageMonitorPanel composable with stun, physical, overflow tracks
  • Visual box grid: filled (error color) = damage, empty (surface variant) = remaining
  • Wound modifier labels (-1, -2, etc.) every 3rd box boundary
  • Compact: stacked vertically; Medium/Expanded: side by side
  • Read-only display; numeric current/max values shown

Closes #13

## Summary - New `DamageMonitorPanel` composable with stun, physical, overflow tracks - Visual box grid: filled (error color) = damage, empty (surface variant) = remaining - Wound modifier labels (-1, -2, etc.) every 3rd box boundary - Compact: stacked vertically; Medium/Expanded: side by side - Read-only display; numeric current/max values shown Closes #13
shahondin1624 added 1 commit 2026-03-13 13:30:15 +01:00
Add DamageMonitorPanel showing stun, physical, and overflow tracks
as visual box grids. Filled boxes = damage taken, empty = remaining.
Wound modifier labels (-1, -2, etc.) shown every 3rd box boundary.
Compact stacks vertically, Medium/Expanded shows side by side.
Read-only display.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
shahondin1624 merged commit 7a32e4da2a into main 2026-03-13 13:30:20 +01:00
shahondin1624 deleted branch feature/issue-13-damage-monitor-display 2026-03-13 13:30:20 +01:00
Sign in to join this conversation.