feat(swarm): major premium visual overhaul and restore missing view navigation
This commit is contained in:
parent
b5f1f57143
commit
2d50b31654
3 changed files with 203 additions and 51 deletions
|
|
@ -137,7 +137,7 @@ export function UnifiedShell({
|
|||
{/* LEFT PANEL: 20rem generic tree or 20rem swarm mission picker */}
|
||||
{view === 'swarm' ? (
|
||||
<div className="border-r bg-[var(--color-bg-base)] h-full overflow-y-auto">
|
||||
<SwarmMissionPicker />
|
||||
<SwarmMissionPicker issues={issues} />
|
||||
</div>
|
||||
) : (
|
||||
<LeftPanel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue