visualizer icon indicating copy to clipboard operation
visualizer copied to clipboard

UI-Router state visualizer and transition visualizer

Results 77 visualizer issues
Sort by recently updated
recently updated
newest added

chore(package): Update 1 devDependencies to matching semver range ``` rollup@^2.27.1: 2.35.0 -> 2.35.1 ``` Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request

chore(package): Update 2 devDependencies to matching semver range ``` husky@^4.3.0: 4.3.5 -> 4.3.6 typescript@^4.0.3: 4.1.2 -> 4.1.3 ``` Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request

chore(package): Update 2 devDependencies to matching semver range ``` prettier@^2.1.2: 2.2.0 -> 2.2.1 rollup@^2.27.1: 2.33.3 -> 2.34.0 ``` Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request

chore(package): Update 3 devDependencies to matching semver range ``` prettier@^2.1.2: 2.1.2 -> 2.2.0 rollup@^2.27.1: 2.33.2 -> 2.33.3 typescript@^4.0.3: 4.0.5 -> 4.1.2 ``` Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request

I had a problem with the RADIAL_EDGE && TREE_EDGE functions failing when the var node was presented without a ['_parent']. This might not be a typical case, as I'm new...

Hello, there is an issue when declaring the plugin. It seems there is not alternative to checking for the assign method when using IE. Please have a look at [http://stackoverflow.com/questions/35215360/getting-error-object-doesnt-support-property-or-method-assign](url)

bug

In `node_modules/@uirouter/visualizer/lib/visualizer.d.ts`: `import { UIRouter, UIRouterPlugin } from "@uirouter/core";` should be: `import { UIRouter, UIRouterPlugin } from "@uirouter/angular";` If not, the following code will not be compiled: ``` import {UIRouter}...

From what I can tell, "data" properties are not displayed in the data popover for a given state. I think it would be valuable to show these properties along with...

https://github.com/ui-router/visualizer/blob/8287272926f51135e9f20b15b45a0c10c454dbf3/src/util/draggable.ts#L43 Should check for `e.button === 1` See: https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/button

bug

Add a checkbox in State Visualizer to enable/disable trace. ```ts import {trace} from 'ui-router-ng2'; trace.enable(); ```

enhancement
help wanted