Commit Graph

3 Commits

Author SHA1 Message Date
gsxdsm
c1216eb271 FN-7155: keep goal mission picker natural-height
Keep the goal-to-mission link picker from stretching vertically in stacked layouts.

- Reset the linked mission picker flex sizing at tablet and mobile breakpoints while preserving full-width stacking.
- Add CSS regression coverage for the base flex value and breakpoint overrides.

Files changed:
 packages/dashboard/app/components/GoalsView.css    | 20 ++++++++-
 .../app/components/__tests__/GoalsView.css.test.ts | 48 ++++++++++++++++++++++
 2 files changed, 66 insertions(+), 2 deletions(-)

Fusion-Task-Id: FN-7155

Fusion-Task-Lineage: cad957bb-3efd-4435-9386-fcf84cb0d209

Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-06-27 20:02:33 -07:00
gsxdsm
67c026675b FN-5667: enable scrolling in goals view on mobile
Restore Goals screen scroll behavior by making the main goals container vertically scrollable.

- add full-height, min-height reset, and vertical overflow scrolling to .goals-view
- enable momentum scrolling on iOS via -webkit-overflow-scrolling
- extend GoalsView CSS guardrail test to assert required scroll-related declarations

Files changed:
 packages/dashboard/app/components/GoalsView.css                   | 4 ++++
 packages/dashboard/app/components/__tests__/GoalsView.css.test.ts | 3 +++
 2 files changed, 7 insertions(+)

Fusion-Task-Id: FN-5667

Fusion-Task-Lineage: fed12aa4-ebe0-46aa-a057-375469912acd
2026-05-29 08:11:55 -07:00
Fusion (runfusion.ai)
b94eae4f23 feat(FN-4719): complete Step 3-4 — goals view lazy wiring and changeset
Fusion-Task-Id: FN-4719
Fusion-Task-Lineage: 53fb716e-2d3e-40c7-ad7a-e9f315f33c34
2026-05-16 05:29:27 -07:00