feat(FN-4551): complete Step 6 — finalize transform controls and changeset

Fusion-Task-Id: FN-4551
Fusion-Task-Lineage: 1e34e4ba-25a3-4ad8-b68c-3323ae458ba2
This commit is contained in:
Fusion
2026-05-14 20:59:16 -07:00
committed by gsxdsm
parent 97c78e804e
commit 79dac9bf4e
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Dashboard: Agents → Org Chart now supports drag-to-pan, wheel/pinch zoom, and a unified zoom toolbar on desktop and mobile. Parent→child connectors are drawn via a measurement-based SVG overlay so they always stay attached, including asymmetric subtrees and single-child chains.

View File

@@ -868,7 +868,6 @@ export function AgentsView({ addToast, projectId, onOpenTaskLogs, agentOnboardin
}, [handleCloseDetail, isMobileViewport, selectedAgentId]);
const getRoleLabel = (role: AgentCapability) => AGENT_ROLES.find(r => r.value === role)?.label ?? role;
const getRoleIcon = (role: AgentCapability) => AGENT_ROLES.find(r => r.value === role)?.icon ?? "◆";
const orgChartLayoutMode: OrgChartLayoutMode = useMemo(() => resolveOrgChartLayoutMode({
tree: displayOrgTree,
availableWidth: orgChartViewportWidth,