gsxdsm
6d3b1c9810
FN-5931: fix board viewport fill on narrow widths
Keep the board stretched between the header and footer across narrow layouts.
- make .project-content and .board flex-aware with min-size guards so board columns fill the remaining viewport space
- keep the board resize stabilization cleanup defensive when visualViewport lacks removeEventListener
- extend board mobile regression coverage and document footer-safe fill layout guidance
Files changed:
docs/dashboard-guide.md | 2 +
packages/dashboard/app/components/Board.tsx | 8 ++-
packages/dashboard/app/components/ProjectSelector.css | 2 +
packages/dashboard/app/components/__tests__/board-mobile-initial-render.test.tsx | 81 ++++++++++++++++++++--
packages/dashboard/app/styles.css | 7 +-
5 files changed, 89 insertions(+), 11 deletions(-)
Fusion-Task-Id: FN-5931
Fusion-Task-Lineage: 0031ad20-82e5-465d-9326-2b6c2d45de69
2026-06-02 23:33:11 -07:00
..
2026-06-02 19:13:24 -07:00
2026-06-02 19:28:01 -07:00
2026-06-02 23:33:11 -07:00
2026-06-02 22:42:19 -07:00
2026-05-26 17:19:34 -07:00
2026-05-17 22:16:27 -07:00
2026-06-02 14:14:24 -07:00
2026-06-02 17:58:41 -07:00
2026-05-29 11:25:11 -07:00
2026-05-29 20:05:14 -07:00
2026-05-17 22:10:58 -07:00
2026-05-20 19:58:49 -07:00
2026-06-02 23:33:11 -07:00
2026-05-17 19:11:59 -07:00