feat: adaptive grid column count driven by window size class (Closes #4) #45

Merged
shahondin1624 merged 1 commits from feature/issue-4-adaptive-grid-column-count into main 2026-03-13 13:08:16 +01:00

1 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