feat: add editable attribute values (Closes #24) #63

Merged
shahondin1624 merged 1 commits from feature/issue-24-editable-attribute-values into main 2026-03-13 13:47:12 +01:00

1 Commits

Author SHA1 Message Date
shahondin1624
af33595f43 feat: add editable attribute values with validation dialog (Closes #24)
Add AttributeEditDialog with number input (min 1, max 10), validation
error messages, and save/cancel buttons. Attribute cards now open the
edit dialog on tap. Changes propagate through CharacterViewModel so
derived attributes update immediately. Add withAttribute() to Attributes
model for immutable attribute updates by type.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 13:46:55 +01:00