MangoAutomation / ma-dashboards

Mango Module for creating custom HTML5 Dashboards using AngularJS
Other
6 stars 7 forks source link

First page open with help out the home page format is bad #340

Open terrypacker opened 4 years ago

terrypacker commented 4 years ago

Startup Mango on a fresh database to see the format. The layout needs improvement.

pierpuccini commented 4 years ago
Screen Shot 2020-05-07 at 3 54 56 PM
jazdw commented 4 years ago

@terrypacker There isn't much we can do about this besides popping the help over the top of the page. The page is responsive but responsive design is based upon the screen width. Opening the help does not change the screen width therefore the page does not adapt. We could detect if the help is open and change the styles but then you get a myriad of possible layouts - i.e.

...you get the idea

terrypacker commented 4 years ago

@Joelhaggar just making you aware as this issue was added on your behalf.

terrypacker commented 4 years ago

@jazdw and @pierpuccini I noticed that this is not specific to the home page, this is pretty much any page when you open help. I would suggest that you pop it open over the page (or a new window/tab) if possible.

pierpuccini commented 4 years ago

@jazdw and @pierpuccini I noticed that this is not specific to the home page, this is pretty much any page when you open help. I would suggest that you pop it open over the page (or a new window/tab) if possible.

Regarding the help popping over I’m not sure if its the best way to go, because then the user wouldn't be able to interact with the UI he wants help on.