platform-system-interface / dtvis

A graphical device tree visualizer (early development)
https://platform-system-interface.github.io/dtvis/
MIT License
9 stars 2 forks source link

[WIP] make nodes collapsable #6

Open m0veax opened 8 months ago

m0veax commented 8 months ago

Idea:

A node has a link or button to hide child nodes. The button changes from "[-]" to "[+]" to inform the user

m0veax commented 8 months ago

Using this Feature

https://reactflow.dev/examples/nodes/hidden

m0veax commented 8 months ago

So, I thought about the whole case and my next steps would be:

What do you think about hiding the nodes starting on the 3rd level by default?