mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
code: workfloweditor,tsx,nextjs (1 files)
This commit is contained in:
@@ -17,18 +17,27 @@ import {
|
||||
} from '@mui/material'
|
||||
import {
|
||||
Add as AddIcon,
|
||||
Add as Plus,
|
||||
Delete as DeleteIcon,
|
||||
Delete as Trash,
|
||||
FlashOn as LightningIcon,
|
||||
FlashOn as Lightning,
|
||||
Code as CodeIcon,
|
||||
Code,
|
||||
AccountTree as GitBranchIcon,
|
||||
AccountTree as GitBranch,
|
||||
ArrowForward as ArrowRightIcon,
|
||||
ArrowForward as ArrowRight,
|
||||
PlayArrow as PlayIcon,
|
||||
PlayArrow as Play,
|
||||
CheckCircle as CheckCircleIcon,
|
||||
Cancel as XCircleIcon,
|
||||
} from '@mui/icons-material'
|
||||
import { toast } from 'sonner'
|
||||
import { createWorkflowEngine, type WorkflowExecutionResult as WFExecResult } from '@/lib/workflow-engine'
|
||||
import type { Workflow, WorkflowNode, WorkflowEdge, LuaScript } from '@/lib/level-types'
|
||||
import { Input, Label, Badge } from '@/components/ui'
|
||||
import { CardTitle, CardDescription } from '@/components/ui'
|
||||
|
||||
interface WorkflowEditorProps {
|
||||
workflows: Workflow[]
|
||||
|
||||
Reference in New Issue
Block a user