feat(8ij.5): wire ?swarm=X URL param to highlight tasks in both views

Co-Authored-By: Oz <oz-agent@warp.dev>
This commit is contained in:
zenchantlive 2026-03-01 17:25:08 -08:00
parent ae7f13c3af
commit d6f88517b7
6 changed files with 16 additions and 0 deletions

View file

@ -139,6 +139,7 @@ export function UnifiedShell({
hideClosed={graphTab !== 'flow'}
onAssignModeChange={handleAssignModeChange}
onSelectedIssueChange={handleSelectedIssueChange}
swarmId={swarmId ?? undefined}
/>
);
}
@ -152,6 +153,7 @@ export function UnifiedShell({
projectScopeOptions={projectScopeOptions}
blockedOnly={blockedOnly}
projectRoot={projectRoot}
swarmId={swarmId ?? undefined}
/>
);
}