[1.4] Adaptive Grid Column Count #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
User Story
As a user, I want the grid to show appropriate columns for my screen, so that I see 2 on phone, 3-4 on tablet, 4-6 on desktop.
Acceptance Criteria
GridCells.Adaptive(minSize = 75.dp)with size-class-driven columnsGridItemSpan(2)/GridItemSpan(3)Notes
Depends on 1.1. Affects
AttributesPage.kt. CurrentGridCells.Adaptive(minSize = 75.dp)creates 10+ columns on desktop.