diff --git a/desktop/src/components/ApprovalsPanel.tsx b/desktop/src/components/ApprovalsPanel.tsx
index 93b44da..79cd4d3 100644
--- a/desktop/src/components/ApprovalsPanel.tsx
+++ b/desktop/src/components/ApprovalsPanel.tsx
@@ -20,7 +20,6 @@ import {
RefreshCw,
AlertCircle,
Loader2,
- ChevronRight,
} from 'lucide-react';
// === Status Badge Component ===
diff --git a/desktop/src/components/WorkflowEditor.tsx b/desktop/src/components/WorkflowEditor.tsx
index 875cf73..9c3f537 100644
--- a/desktop/src/components/WorkflowEditor.tsx
+++ b/desktop/src/components/WorkflowEditor.tsx
@@ -16,8 +16,9 @@ import {
GripVertical,
ChevronDown,
ChevronUp,
+ ChevronLeft,
+ ChevronRight,
Save,
- Play,
Loader2,
AlertCircle,
GitBranch,
@@ -94,6 +95,24 @@ function StepEditor({ step, hands, index, onUpdate, onRemove, onMoveUp, onMoveDo
>
{isExpanded ? : }
+ {onMoveUp && (
+
+ )}
+ {onMoveDown && (
+
+ )}