This commit is contained in:
2026-03-27 23:27:03 -03:00
parent 1c6af767eb
commit 886720c3ce
3 changed files with 74 additions and 58 deletions

View File

@@ -16,8 +16,10 @@ import { usePipelineStore } from './stores/pipeline'
import { useSSEConnection } from './composables/useSSEConnection'
import { useCheckpointLoader } from './composables/useCheckpointLoader'
import { useEditorState } from './composables/useEditorState'
import { useHashRouter } from './composables/useHashRouter'
const pipeline = usePipelineStore()
useHashRouter()
const logPanel = ref<{ clear: () => void } | null>(null)
// SSE connection + pipeline status