mateclaw/mateclaw-ui/src/components/workflow
matevip 6aad9fd945 fix(ui): resolve lint errors surfaced by the new ESLint config
Use const for a never-reassigned local, drop an unused v-for index,
add a default branch to an exhaustive switch the linter cannot prove,
and remove eslint-disable directives that no longer match enabled rules.
2026-07-15 14:26:27 +08:00
..
CreateWorkflowDialog.vue feat(workflow): trigger workspace isolation + step property editor + custom dialogs 2026-05-08 15:06:16 +08:00
GenerateWorkflowDialog.vue refactor(ui): swap ElMessage for project-native mcToast, finish mcConfirm migration 2026-05-15 10:19:24 +08:00
PublishDialog.vue feat(workflow): trigger workspace isolation + step property editor + custom dialogs 2026-05-08 15:06:16 +08:00
StepNode.vue feat(ui/workflows): Monaco editor + schema validation + compile-error markers 2026-05-08 15:08:50 +08:00
StepPropertyPanel.vue refactor(ui): unify employee selector into shared AgentPickerDialog 2026-05-16 22:17:58 +08:00
TriggerPatternForm.vue feat(scheduler): unify cron jobs and triggers into a tabbed Scheduler page 2026-05-19 21:23:18 +08:00
WorkflowCanvas.vue fix(ui/workflows): rework editor layout, free property panel, slim route chunk 2026-05-13 17:53:18 +08:00
WorkflowJsonEditor.vue fix(ui): resolve lint errors surfaced by the new ESLint config 2026-07-15 14:26:27 +08:00