You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add browser workflow adapter (localStorage + static node defs) so workflow works without Electron
- Embed NodeConfigPanel and ResultsPanel inside selected node cards on canvas (remove right sidebar)
- Sidebar always visible with responsive collapse (1024px breakpoint) and bottom toggle button
- New nodes placed at center of current viewport instead of hardcoded coordinates
- Allow closing the last workflow tab (resets to clean blank state)
- Default theme to 'auto' (follow system preference)
- Grid lines background on workflow canvas
- Fix Capacitor module resolution, .npmrc ELECTRON_MIRROR warning, useFreeToolListener crash in browser
- Update workflow guide to reflect in-node config/results instead of right panel
Co-authored-by: Cursor <[email protected]>
Copy file name to clipboardExpand all lines: src/i18n/locales/en.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1045,6 +1045,7 @@
1045
1045
"workflows": "Workflows",
1046
1046
"newWorkflow": "New Workflow",
1047
1047
"untitled": "Untitled Workflow",
1048
+
"modelSyncDesktopOnly": "Model sync is available in the WaveSpeed Desktop app.",
1048
1049
"save": "Save",
1049
1050
"saved": "Saved",
1050
1051
"saving": "Saving...",
@@ -1398,7 +1399,7 @@
1398
1399
},
1399
1400
"config": {
1400
1401
"title": "Configure & View Results",
1401
-
"desc": "Click any node to select it. The right panel shows two tabs:\n• Config — Set model parameters, upload files, enter prompts\n• Results — View execution outputs (images, videos, 3D models)\n\nParameters update dynamically based on the node type and selected model. Results support fullscreen preview and download."
1402
+
"desc": "Click any node to select it. Config and Results appear inside the node card:\n• Config — Set model parameters, upload files, enter prompts\n• Results — View execution outputs (images, videos, 3D models)\n\nParameters update dynamically based on the node type and selected model. Results support fullscreen preview and download."
0 commit comments