diff --git a/src/components/NodePreview.vue b/src/components/NodePreview.vue new file mode 100644 index 000000000..b13b27f19 --- /dev/null +++ b/src/components/NodePreview.vue @@ -0,0 +1,260 @@ + + + + + + + + {{ nodeDef.display_name }} + + PREVIEW + + + + + + + {{ slotInput ? slotInput.name : "" }} + + + {{ slotOutput ? slotOutput.name : "" }} + + + + + + + + + ◀ + {{ widgetInput.name }} + + {{ widgetInput.defaultValue }} + ▶ + + + + {{ nodeDef.description }} + + + + + + + diff --git a/src/components/NodeSearchBox.vue b/src/components/NodeSearchBox.vue index 6a17366f6..0e2da5e64 100644 --- a/src/components/NodeSearchBox.vue +++ b/src/components/NodeSearchBox.vue @@ -1,7 +1,14 @@ + + + - - +