Use type PNG badges instead of colored text spans

Replace inline typeColors maps in PokemonCard and StatusChangeModal
with a shared TypeBadge component that renders the type icon PNGs
from /types/{type}.png.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 21:12:45 +01:00
parent 14ce0c1ce7
commit 6d77fb731e
23 changed files with 22 additions and 56 deletions

View File

@@ -13,3 +13,4 @@ export { RuleToggle } from './RuleToggle'
export { RulesConfiguration } from './RulesConfiguration'
export { StatCard } from './StatCard'
export { StepIndicator } from './StepIndicator'
export { TypeBadge } from './TypeBadge'