the-graph icon indicating copy to clipboard operation
the-graph copied to clipboard

SVG custom elements for FBP graph editing and visualization. Used in noflo/noflo-ui

Results 91 the-graph issues
Sort by recently updated
recently updated
newest added

When we're pinch zooming, possible nodes that happened to be under your fingers shouldn't move around. Possibly related to Polymer/PointerGestures#27

bug
interaction

It can be tough to know where you'll release the node when your finger covers it. A simple solution could be a crosshair in the background: ![touch crosshair](https://f.cloud.github.com/assets/395307/1368081/e89a30aa-397e-11e3-951e-73a450d0d457.png)

interaction

edge and node Workaround until this is fixed: two-finger/mouse-wheel scroll works while dragging a node.

interaction

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 21.2.1 to 29.2.0. Release notes Sourced from jest's releases. v29.2.0 Features [@jest/cli, jest-config] A seed for the test run will be randomly generated, or set by a...

dependencies
javascript

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

dependencies
github_actions

Bumps [stylus-loader](https://github.com/webpack-contrib/stylus-loader) from 5.0.0 to 7.1.0. Release notes Sourced from stylus-loader's releases. v7.1.0 7.1.0 (2022-10-06) Features allow to extend conditionNames (#365) (5d76d64) v7.0.0 7.0.0 (2022-05-17) ⚠ BREAKING CHANGES minimum supported...

dependencies
javascript

Bumps [yargs](https://github.com/yargs/yargs) from 16.2.0 to 17.6.0. Release notes Sourced from yargs's releases. yargs yargs-v16.2.1 Bug Fixes deno: force release of deno (#1923) (26efe45) Changelog Sourced from yargs's changelog. 17.6.0 (2022-10-01)...

dependencies
javascript

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 3.5.0. Release notes Sourced from actions/setup-node's releases. Add support for engines.node and Volta In scope of this release we add support for engines.node. The action...

dependencies
github_actions

Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.2.21 to 2.10.29. Release notes Sourced from ridedott/merge-me-action's releases. v2.10.29 2.10.29 (2022-10-03) Chores deps-dev: bump @​ridedott/eslint-config from 2.20.37 to 2.20.39 (a0c80fc) deps: bump @​actions/github from 5.1.0 to...

dependencies
github_actions

Giving typescript typing can let developer better understand waht props this react component needs. Currently, it is hard to embed this react component due to lack of example and typing,...