gsxdsm
d67f61d03e
FN-6135: remove workflow toolbar collapse toggle
Simplify the workflow board toolbar by removing its collapse state and persistence.
- remove the workflow toolbar collapse toggle, handlers, and scoped localStorage persistence from Board
- drop collapse-specific workflow toolbar styling and mobile collapsed-layout rules
- replace collapse-focused board tests with assertions that the toolbar renders without a collapse affordance
- remove the unused workflow toolbar storage key and update project storage expectations
Files changed:
packages/dashboard/app/components/Board.tsx | 129 +++++---------
packages/dashboard/app/components/Lane.css | 36 ----
.../app/components/__tests__/Board.test.tsx | 187 +++------------------
.../app/utils/__tests__/projectStorage.test.ts | 3 +-
packages/dashboard/app/utils/projectStorage.ts | 1 -
5 files changed, 60 insertions(+), 296 deletions(-)
Fusion-Task-Id: FN-6135
Fusion-Task-Lineage: 11c17edf-bbed-4ec5-a06e-00a2537ffac1
2026-06-09 16:02:08 -07:00
..
2026-06-09 14:07:27 -07:00
2026-06-09 12:51:20 -07:00
2026-06-09 16:02:08 -07:00
2026-05-14 15:25:08 -07:00
2026-06-09 12:57:21 -07:00
2026-06-04 08:00:33 -07:00
2026-06-09 13:54:59 -07:00
2026-06-08 15:19:27 -07:00
2026-05-17 22:16:27 -07:00
2026-06-09 16:02:08 -07:00
2026-06-09 13:54:59 -07:00
2026-05-29 11:25:11 -07:00
2026-05-29 20:05:14 -07:00
2026-06-03 08:16:08 -07:00
2026-05-20 19:58:49 -07:00
2026-06-09 12:51:20 -07:00
2026-06-09 14:07:27 -07:00