Split each spell into two table rows: the inputs row (name, MP, targets,
duration, delete) and a full-width notes row (colspan=5). Adds 10px
padding above/below each spell for visual separation between entries.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add autoResize helper and wire it via ref callback (mount) and onInput
(typing) to spell notes and class skills textareas
- Change .spell-del-col from width:40px to width:1px + white-space:nowrap
so the delete button column shrink-wraps to its content
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Relocates book.js, fabula-ultima-sheet.css, and fabula-ultima-sheet.html
into src/ to consolidate all source files under one directory. Updates
webpack entry points, HTML template path, and CSS import accordingly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>