skydive-project/skydive-ui

node expansion: 5-node box is cumbersome

hunchback opened this issue · 4 comments

note the secret(s) node which was expanded it groups 31 secret nodes and when expanded we get a 5-node box. this makes it very difficult to view/access a specific node. an alternative would be that the layer is extended so it can extend downwards:

so rather than:

secret(s): node1, node2, node3, node4, node5 ...

we would have:

secret(s)

and when expanded:

node1  node2  node3  node4  node5
node6  node7  node8  node9  node10
node11 node12 node13 node14 node15
node16 node17 node18 node19 node20
node21 node22 node23 node24 node25
node26 node27 node28 node29 node30
node31

the search box can be used to find the good one. we can fully expand. I won't develop at least in short term what you suggested as it will required a lot of modification

I only now noticed the + button which expands all. closing.