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

@@ -522,6 +522,11 @@
position: relative;
}
.detail-blocking-item--stale {
color: var(--color-warning);
font-size: 0.75rem;
}
.modal-actions-spacer {
flex: 1;
}