claude-memory/graph/solutions/vagabond-item-sheets-with-effects-tab-ba0291.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

795 B

id type title tags importance confidence created updated
ba0291e6-df41-4c7b-8abb-9bffa1232406 solution Vagabond item sheets with Effects tab
vagabond-rpg
foundryvtt
javascript
handlebars
scss
fix
0.7 0.8 2025-12-15T08:30:30.049295+00:00 2025-12-15T08:30:30.049295+00:00

Implemented complete item sheet system for Foundry VTT v13 using ApplicationV2 + HandlebarsApplicationMixin. Created VagabondItemSheet base class with templates for all 8 item types (weapon, armor, equipment, ancestry, class, spell, perk, feature). Added Details and Effects tabs - Effects tab provides full CRUD for Active Effects. Key fixes: removed .tab class from nav items to prevent CSS hiding non-active tabs, added pointer-events:auto on disabled effect controls to keep them clickable.