vagabond-rpg-foundryvtt/module
Cal Corum 8b9daa1f36 Add light/dark theme system with CSS variables, fix ProseMirror editors
Theme System:
- Add _theme-variables.scss with light (parchment) and dark color palettes
- Register theme options in system.json for Foundry v13 color scheme support
- Convert all SCSS color variables to CSS custom properties
- Update base, mixins, components, and sheet styles for theme support
- Add _applyThemeClass() to actor and item sheet classes

ProseMirror Editor Fix (v13 ApplicationV2):
- Replace {{editor}} helper with <prose-mirror> custom element
- Add TextEditor.enrichHTML() for rich text content preparation
- Update all 8 item templates (spell, weapon, armor, equipment, etc.)
- Fix toolbar hiding content by renaming wrapper to .editor-wrapper
- Style prose-mirror with sticky toolbar and proper flex layout

Roll Dialog & Chat Card Styling:
- Complete roll dialog styling with favor/hinder toggles, info panels
- Complete chat card styling with roll results, damage display, animations
- Mark tasks 5.7 and 5.8 complete in roadmap
- Add task 5.11 for deferred resizable editor feature

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 15:36:16 -06:00
..
applications Add light/dark theme system with CSS variables, fix ProseMirror editors 2025-12-15 15:36:16 -06:00
data Implement movement capability system with boolean toggles 2025-12-15 00:16:44 -06:00
dice Implement attack and save roll systems with difficulty fix 2025-12-13 19:52:28 -06:00
documents Implement NPC morale check system 2025-12-14 00:03:07 -06:00
helpers Add important data model enhancements from rulebook audit 2025-12-12 15:55:25 -06:00
sheets Add light/dark theme system with CSS variables, fix ProseMirror editors 2025-12-15 15:36:16 -06:00
tests Style Magic and Biography tabs, update senses system 2025-12-14 22:36:11 -06:00
vagabond.mjs Implement complete item sheet system with Effects tab 2025-12-15 02:30:18 -06:00