OpenFn / lightning

OpenFn/Lightning ⚡️ is the newest version of the OpenFn DPG and provides a web UI to visually manage complex workflow automation projects.
https://openfn.github.io/lightning/
GNU Lesser General Public License v3.0
115 stars 31 forks source link

Workflow Diagram: use "forked" dagre #2178

Closed josephjclark closed 3 weeks ago

josephjclark commented 3 weeks ago

This PR copies dagre's source dist file, makes a tiny change (basically this), and bundles it in the vendor folder.

It also tidies up some dependencies.

The result is increased stablity of layouts (less chart flipping when adding nodes)