James Kerr

Results 71 issues of James Kerr

Create a demo in which every node is an internal node. Create a demo in which a node can be transformed into an internal node when hovering over it for...

demo

This is possible today, but maybe we could make an easier api. Today, you'd make a custom RowRenderer and NodeRenderer. Then in there, you'd prevent selection if that node meets...

Dragging a node to the bottom of the container in Safari does not scroll the container down. Chrome works fine. We'll need a solution for this in JavaScript.

If you are dragging a node over a closed folder for a certain period of time, open that node.

This should be possible with the current api, but it would be good to write a demo. If anyone has already done this, please post the code here! Thanks.

This way we don't have to keep a ref to the tree in the parent component if we don't need to.

Might be easier if we have separate types for each of these.

Add back node-fetch to the zed-node client for now. Override fetch using net.fetch in our electron application to allow for the Happy Eyeballs feature. I've confirmed that the flakey test...

Some types have .name others have .kind, but they should all have .name