-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ensure that dashboard pages are all responsive #79
Comments
@jrchudy once this update is on app-dev (tomorrow, I assume) I'll have to check and see if the navbar (and footer) problems are still there and if they are then maybe you can investigate. That white blank space to the right of the navbar appears to be correlated with the white blank space on the right side of the (black) page footer. It varies depending on page width and can be very small ranging up to almost half the width of the screen, as shown above. Also, once everyone is happy with the layout on index.html I can do essentially the same thing on the other dashboard pages. |
I'll have to look at this tomorrow as well since this is likely an issue with the styles applied to the navbar. |
app-dev looks consistent with my dev site. Current state:
|
Some updates from testing the same screen sizes that Jonathan did in the past
One thing to note, part of the application (I think maybe the navbar since this applies to deriva pages too) limits the "minimum" screen width when stretching/shrinking the browser width. The width can't "normally" go below ~538px so the issues specific to 500px and 250px are much less likely to occur when using a desktop. I did test on mobile (not sure how to check the "pixel width of my mobile display" and do see something similar to the 500px and 250px cases, although the application is not designed to be "completely" mobile friendly. To summarize similar to how Jonathan did beforeCurrent state of app-dev (Dec 16th, 2021):
|
Need to test in safari, firefox, and IE/edge and see if the browser min width issue occurs in those browsers as well. |
Exact requirements may need to be refined, but at minimum each of the current dashboard pages (index.html, summary_graph.html, dcc_review.html, and dashboard.html) and also the new personalized dashboard page, should resize gracefully down to at least iPad (CSS not pixel) resolution of 768 x 1024. Related cases include #43, #73, #76, and there was some previous discussion in #66.
The text was updated successfully, but these errors were encountered: