feat: add editable attribute values (Closes #24) #63
Reference in New Issue
Block a user
Delete Branch "feature/issue-24-editable-attribute-values"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
AttributeEditDialogcomposable with number input, validation (min 1, max 10), and error messagesCharacterViewModel.updateCharacter()so derived attributes update immediatelyAttributes.withAttribute(type, value)for immutable attribute updates by typeCloses #24