Files
nuzlocke-tracker/.beans/nuzlocke-tracker-l12w--add-condition-badges-for-boss-pokemon-mechanics.md
Julian Tabel 8cfa074ea6 Migrate pre-commit hooks from pre-commit to prek
Replace the Python-based pre-commit framework with prek (Rust) for
faster hook execution. Convert .pre-commit-config.yaml to prek.toml,
remove pre-commit from dev dependencies, and apply ruff auto-fixes
(UP037: remove unnecessary string quotes in type annotations).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 18:17:23 +01:00

724 B

title, status, type, priority, created_at, updated_at
title status type priority created_at updated_at
Add condition badges for boss Pokemon mechanics completed feature normal 2026-02-16T20:11:02Z 2026-02-16T20:17:40Z

Add visible badges on boss Pokemon that have mechanic-related conditions (Mega Evolution, Gigantamax, Dynamax, Terastallize). Create a ConditionBadge component following the EncounterMethodBadge pattern and integrate it into BossDefeatModal and BossTeamPreview.

Checklist

  • Create ConditionBadge component in frontend/src/components/ConditionBadge.tsx
  • Add ConditionBadge to BossDefeatModal.tsx boss team preview
  • Add ConditionBadge to RunEncounters.tsx BossTeamPreview
  • Verify with tsc and oxlint