justinmimbs / elm-module-graph

Visually explore package and module dependencies for an Elm project
https://justinmimbs.github.io/elm-module-graph
32 stars 3 forks source link

Feature: Toggle unselected (grayed) modules' visibility #4

Open mordrax opened 7 years ago

mordrax commented 7 years ago

image

It would be great to be able to hide all the grayed modules so you can see the dependent ones. Currently, you need to scroll down to get to them.

The core issue here is being able to fit all relevant information into a screen. I accept that at some point, a project will become too large for this, but hiding grayed modules could be a easy win.

justinmimbs commented 7 years ago

Thanks, this is a good idea! In the meantime, you can toggle whole packages in and out of the graph by clicking them in the Packages graph. I know that's not the same, but for now it might help you fit the modules you're interested in on the screen.