mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-01 11:42:06 +00:00
refactor: move proxy widget helpers into renderer scope
- move proxyWidget.ts/proxyWidgetUtils.ts under src/renderer/graph/subgraph/ - update services, scripts, vue components, and tests to point to the new path - lazily load widget promotion command and register handler via litegraphService - refresh analyzer to verify fewer base layer violations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, expect, test, vi } from 'vitest'
|
||||
|
||||
import { registerProxyWidgets } from '@/core/graph/subgraph/proxyWidget'
|
||||
import { registerProxyWidgets } from '@/renderer/graph/subgraph/proxyWidget'
|
||||
import { parseProxyWidgets } from '@/core/schemas/proxyWidget'
|
||||
import { LGraphNode } from '@/lib/litegraph/src/litegraph'
|
||||
import type { LGraphCanvas, SubgraphNode } from '@/lib/litegraph/src/litegraph'
|
||||
|
||||
Reference in New Issue
Block a user