Files
eng-pad/app
Kyle Isom 2692f0eb0d Fix empty page list: use mutableStateListOf for Compose observability
The reorderable pages list was a plain mutableListOf which Compose
doesn't observe. Changed to mutableStateListOf so the grid recomposes
when pages are loaded.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 17:22:59 -07:00
..