feat: add in-memory dice roll history (Closes #17) #74

Merged
shahondin1624 merged 1 commits from feature/issue-17-dice-roll-history into main 2026-03-13 14:21:44 +01:00

1 Commits

Author SHA1 Message Date
shahondin1624
ed0526ba5b feat: add in-memory dice roll history with toolbar access (Closes #17)
DiceRollHistory stores the last 20 rolls in reverse chronological
order (label, pool size, results, successes, sequence number). A
History icon in the top app bar opens a dialog listing all rolls.
CharacterSheetPage records each dice roll via onRecordRoll callback.
Includes 9 unit tests for history ordering, capacity, and clearing.

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