Skip to content

fix(damage): don't render zero damage/heal on party monitor#2272

Merged
3vcloud merged 1 commit into
devfrom
fix/party-damage-hide-zero
Jun 18, 2026
Merged

fix(damage): don't render zero damage/heal on party monitor#2272
3vcloud merged 1 commit into
devfrom
fix/party-damage-hide-zero

Conversation

@3vcloud

@3vcloud 3vcloud commented Jun 18, 2026

Copy link
Copy Markdown
Member

On the Damage widget (the numbers overlaid on party health bars), a member who has dealt no damage — or done no healing — still showed a bare 0 on their row. As discussed, that zero is just extra noise.

This skips rendering the damage/heal number (and its percentage) when the value is zero. The row background and bars are unaffected; a zero-width bar already drew nothing.

🤖 Generated with Claude Code

A party member who has dealt no damage (or done no healing) showed a
bare "0" on each row of the Damage widget, which is just visual noise.
Skip the number text when the value is zero.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@3vcloud 3vcloud merged commit 05e0b11 into dev Jun 18, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant