Files
fusion/packages
Fusion Agent 0b71e9f55e FN-070: streamline mobile navigation and task creation
Refine mobile project navigation so task creation and view switching remain accessible without redundant header controls.

- Add a Header New Task action backed by the existing full task form.
- Move mobile Board/List destinations to the bottom navigation and preserve Planning quick entry.
- Update responsive documentation, changeset metadata, and regression coverage.

Files changed:
 .changeset/fn-070-mobile-navigation.md             |  7 ++++
 docs/dashboard-guide.md                            |  2 +-
 packages/dashboard/app/App.tsx                     |  1 +
 packages/dashboard/app/__tests__/mobile-feature-access-regression.test.tsx      | 25 +++++++------
 packages/dashboard/app/components/Board.tsx        |  9 ++++-
 packages/dashboard/app/components/Header.tsx       | 43 ++++++++++-------------
 packages/dashboard/app/components/ListView.tsx     |  2 +-
 packages/dashboard/app/components/MobileNavBar.tsx | 20 ++++++++--
 .../app/components/__tests__/App.test.tsx          | 14 ++++---
 .../app/components/__tests__/Board.test.tsx        | 17 +++++++++
 .../app/components/__tests__/Header.test.tsx       | 16 +++++++-
 .../app/components/__tests__/ListView.test.tsx     |  5 ++-
 .../app/components/__tests__/MobileNavBar.test.tsx | 24 +++++++-----
 13 files changed, 123 insertions(+), 62 deletions(-)

Fusion-Task-Id: FN-070
Fusion-Task-Lineage: 17bdd4fe-a2ef-481e-9083-6fb1c2d6425f
Co-authored-by: Fusion <noreply@runfusion.ai>
2026-08-21 04:32:52 +00:00
..
2026-08-19 21:19:08 -07:00
2026-08-19 21:19:08 -07:00
2026-08-19 21:19:08 -07:00
2026-08-19 21:19:08 -07:00
2026-08-19 21:19:08 -07:00