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:
parent
ae7f13c3af
commit
d6f88517b7
6 changed files with 16 additions and 0 deletions
|
|
@ -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}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue