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
This will allow users to toggle between collapsed (#9) and expanded (#8) views, whether closed issues should be walked (#13), whether there should be a ceiling/floor hop limit (#17), whether alternative dependency sources should be respected (#20), etc. I think we probably want a config view which pushes this information up into App, which in turn pushes it down into DepGraphView. That would give us plenty of space for the settings and explanations of what they do without cluttering the dep-graph itself. Things that users were expected to toggle frequently (e.g. collapsed/expanded) could be hot-keyed at the App or DepGraph level.
This will allow users to toggle between collapsed (#9) and expanded (#8) views, whether closed issues should be walked (#13), whether there should be a ceiling/floor hop limit (#17), whether alternative dependency sources should be respected (#20), etc. I think we probably want a config view which pushes this information up into
App
, which in turn pushes it down intoDepGraphView
. That would give us plenty of space for the settings and explanations of what they do without cluttering the dep-graph itself. Things that users were expected to toggle frequently (e.g. collapsed/expanded) could be hot-keyed at theApp
orDepGraph
level.depends on #66
The text was updated successfully, but these errors were encountered: