test(graph): add directional hint contract in graph legend

This commit is contained in:
zenchantlive 2026-02-12 23:46:39 -08:00
parent 65b59a11f7
commit 2d74fed039
2 changed files with 7 additions and 0 deletions

View file

@ -78,6 +78,10 @@ export function GraphSection({
In progress blockers: {blockerAnalysis.inProgressBlockerCount}
</p>
) : null}
<p className="w-full text-[10px] text-text-muted/55 md:w-auto md:max-w-[26rem]">
<span className="font-semibold text-text-muted/75">Read left to right:</span>{' '}
Left = blockers, middle = selected task, Right = work this task unblocks.
</p>
</div>
{/* ReactFlow graph viewport */}