You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this screenshot, it's unclear to me that "Ask questions..." is not a descendent of "Learn more...":
It would make more sense — to me at least — if children were aligned so that I could read "across" a row; if there isn't a node in that row, then perhaps display empty space there:
Or perhaps I'm misunderstanding the semantics of this UI!
Excited to discuss this; I think this is a tool I've been looking for for a long time.
The text was updated successfully, but these errors were encountered:
I think I understand what you mean. You could align all children to their parents, but that would create an interface full of gaps. Imagine you have parent 1 with 10 children, and parent 2 with 5 children. In order to align each children to their parents, the distance between parent 1 and 2 would have to be equal to the height of 10 children, spreading the parents too far apart and making the whole UI almost unusable. You want to keep things reasonably compact.
So, instead, all elements flow vertically and children align only when the parent is selected. Both parents and children are shown in white, while the rest remains in grey, which is already a clear hint to tell which elements are related or not to each other.
In this screenshot, it's unclear to me that "Ask questions..." is not a descendent of "Learn more...":
It would make more sense — to me at least — if children were aligned so that I could read "across" a row; if there isn't a node in that row, then perhaps display empty space there:
Or perhaps I'm misunderstanding the semantics of this UI!
Excited to discuss this; I think this is a tool I've been looking for for a long time.
The text was updated successfully, but these errors were encountered: