AustinMroz
AustinMroz
Much belated, but I wanted to find solutions sufficiently clean for core. Adds a new sidebar tab for displaying documentation information on nodes. Nodes utilizing the existing tooltip functionality will...
Frequently, number widgets will have values with special meaning, but these values are not always intuitive. For example, setting cfg to 1.0 disables it even though cfg can be set...
Continuation of #6034 with - Updated synchronization for seed - Migrates NumberWidgetNumberInput to Reka UI so the control after generate button doesn't overlap with text - Sychronizes control after generate...
Adds support for the `node.onInputDblClick` and `node.onInputClick` callbacks in vue - Fixes vue link drop code so that a link which is not dropped on the canvas does not fallback...
 Also fixes connections to widget inputs created by a dynamic combo breaking on reload. Performs some refactoring to group the prior dynamic inputs code. See also, the overarching frontend...
- On graph change, set the `graph.id` as location hash - Use `window.onhashchange` to navigate to the target `graph.id` either in the current, or any other loaded workflow. `canvasStore.currentGraph` does...