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
The modules overview (on the overview tab) gets unreadable on bigger project. It's a very nice freature, and I propose to make it fullscreen or at least take up the full screen space on the overview tab. This would make it possible to get a better view of your application, and work more smoothely with the overview graph.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.
lockbot
locked as resolved and limited conversation to collaborators
Oct 1, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview of the issue
The modules overview (on the overview tab) gets unreadable on bigger project. It's a very nice freature, and I propose to make it fullscreen or at least take up the full screen space on the overview tab. This would make it possible to get a better view of your application, and work more smoothely with the overview graph.
Motivation for or Use Case
Used when working with architecutre of the app
Suggest a Fix
Fullscreen on click or:
CSS:
#module-graph-svg {
width: 100%;
height: 90vh;
}
And then re-center the graph in the svg
The text was updated successfully, but these errors were encountered: