feat(swarm): major premium visual overhaul and restore missing view navigation

This commit is contained in:
zenchantlive 2026-02-20 19:16:49 -08:00
parent b5f1f57143
commit 2d50b31654
3 changed files with 203 additions and 51 deletions

View file

@ -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