Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Fullscreen for modules overview #337

Closed
vleandersson opened this issue Oct 19, 2017 · 2 comments
Closed

[FEATURE] Fullscreen for modules overview #337

vleandersson opened this issue Oct 19, 2017 · 2 comments

Comments

@vleandersson
Copy link

vleandersson commented Oct 19, 2017

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

@vogloblinsky
Copy link
Contributor

See #234 (comment)

@lock
Copy link

lock bot commented Oct 1, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants