Commit Graph

8 Commits

Author SHA1 Message Date
shahondin1624
15ebf56db0 feat: adaptive grid column count driven by window size class (Closes #4)
Replace GridCells.Adaptive(minSize=75.dp) with GridCells.Fixed(N) where
column count and item spans are determined by WindowSizeClass via new
UiConstants.Grid helper. Compact shows 2 attr/1 talent per row, Medium
and Expanded show 4 attr/2 talent per row.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 13:07:52 +01:00
6e5a6a3fa1 feat: add centralized TestTags and testTag modifiers (Closes #31) 2026-03-13 13:04:01 +01:00
8855f48ae2 test: add serialization round-trip test (Closes #37) 2026-03-13 13:00:59 +01:00
c4fea755d0 feat: add responsive spacing and padding system (Closes #3) 2026-03-13 12:57:44 +01:00
27756f4dde feat: add maximum content width constraint for wide displays (Closes #2) 2026-03-13 12:55:51 +01:00
1555275aeb feat: add WindowSizeClass system for responsive layout (Closes #1) 2026-03-13 12:54:19 +01:00
d08cc83348 fix: compute DiceRoll success count from fresh roll, not stale result (Closes #16) 2026-03-13 12:22:57 +01:00
shahondin1624
cd027b9f9b Initial commit 2025-10-25 11:22:27 +02:00