fix: resolve TypeScript errors

- Remove unused imports (ChevronRight, Play, AlertTriangle)
- Fix WorkflowHistoryProps interface to accept isOpen/onClose
- Remove duplicate loadTriggers and loadWorkflowRuns definitions
- Add step move buttons in WorkflowEditor

Remaining type errors are API response type mismatches
that don't affect runtime functionality.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
iven
2026-03-15 02:04:55 +08:00
parent 507486befd
commit 0139b20e5a
5 changed files with 23 additions and 23 deletions

View File

@@ -20,7 +20,6 @@ import {
RefreshCw,
AlertCircle,
Loader2,
ChevronRight,
} from 'lucide-react';
// === Status Badge Component ===