You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove requireAsset duplication and centralize css module lookups
requireAsset was copy-pasted identically across cards.ts, item.ts, and
monsters.ts; moved it into vite.ts alongside the other glob helpers.
The css[key] ?? '' workaround for noUncheckedIndexedAccess was also
repeated ad hoc across ~10 components; added cx()/cssClass() in
helpers/css.ts to centralize the safe lookup.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GzLmUWBV6CUEVjoDuTZkAF
0 commit comments