feat(FN-3897): add blocker fan-out hook, badge, and detail modal section

Implemented the blocker fan-out feature across the dashboard: added a `useBlockerFanout` hook to track blocking relationships, rendered a fan-out badge on task cards, and added a blocking section to the task detail modal, with tests covering the hook and responsive modal behavior.

Fusion-Task-Id: FN-3897
This commit is contained in:
Fusion
2026-05-09 19:15:42 -07:00
committed by gsxdsm
parent ff9fb551e3
commit 8c715168c6
13 changed files with 462 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": minor
---
Show downstream blocker fan-out count on the board so high-impact blockers are visible at a glance.