mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Split selection into an inputs and outputs step (#9362)
When building an app, selecting inputs and selecting outputs are now 2 separate steps. This prevents confusion where clicking on the widget of an output node will select that widget instead of the entire output. <img width="1673" height="773" alt="image" src="https://github.com/user-attachments/assets/e5994479-6fcf-4572-b58b-bf8cecfb7d55" /> ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9362-Split-selection-into-an-inputs-and-outputs-step-3196d73d36508187b4a1e51c73f1c54c) by [Unito](https://www.unito.io) --------- Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
@@ -3051,11 +3051,11 @@
|
||||
},
|
||||
"arrange": {
|
||||
"noOutputs": "No outputs added yet",
|
||||
"switchToSelect": "Switch to the 'Select' step and click on output nodes to add them here.",
|
||||
"switchToOutputs": "Switch to the 'Output' step and click on output nodes to add them here.",
|
||||
"connectAtLeastOne": "Connect {atLeastOne} output node so users can see results after running.",
|
||||
"atLeastOne": "at least one",
|
||||
"outputExamples": "Examples: 'Save Image' or 'Save Video'",
|
||||
"switchToSelectButton": "Switch to Select",
|
||||
"switchToOutputsButton": "Switch to Outputs",
|
||||
"outputs": "Outputs",
|
||||
"resultsLabel": "Results generated from the selected output node(s) will be shown here after running this app"
|
||||
},
|
||||
@@ -3359,16 +3359,18 @@
|
||||
},
|
||||
"builderToolbar": {
|
||||
"label": "App Builder",
|
||||
"select": "Select",
|
||||
"selectDescription": "Choose inputs/outputs",
|
||||
"inputs": "Inputs",
|
||||
"outputs": "Outputs",
|
||||
"inputsDescription": "Choose inputs",
|
||||
"outputsDescription": "Choose outputs",
|
||||
"arrange": "Preview",
|
||||
"arrangeDescription": "Review app layout",
|
||||
"defaultView": "Set a default view",
|
||||
"defaultViewDescription": "Choose how this opens",
|
||||
"connectOutput": "Connect an output",
|
||||
"connectOutputBody1": "Your app needs at least one output to be connected before it can be saved.",
|
||||
"connectOutputBody2": "Switch to the 'Select' step and click on output nodes to add them here.",
|
||||
"switchToSelect": "Switch to Select",
|
||||
"connectOutputBody2": "Switch to the 'Output' step and click on output nodes to add them here.",
|
||||
"switchToOutputs": "Switch to Outputs",
|
||||
"defaultViewTitle": "Set the default view for this workflow",
|
||||
"defaultViewLabel": "By default, this workflow will open as:",
|
||||
"app": "App",
|
||||
|
||||
Reference in New Issue
Block a user