fabric8-ui / fabric8-ux

Design Links
https://uxd.fabric8.io/
Apache License 2.0
9 stars 9 forks source link

Verifiy Small Screen Usability of Platform #751

Closed AdamJ closed 6 years ago

AdamJ commented 6 years ago

Verify the usability of the Platform UI on mobile (small screen) devices. Currently, the majority of presentations are done on projectors which fall under our 'small' breakpoint. This is causing some rendering issues throughout various parts of the Platform UI.

If any areas are "broken", verify the following:

An associated issue has been created in the OpenShift.io backlog: https://github.com/openshiftio/openshift.io/issues/1443

AdamJ commented 6 years ago

So far, empty classes have been found that make a great impact on the overall layout/responsiveness on smaller devices. There are many instances with "0" (padding-top-0) of which no class exists.

Additionally, the columns stop at the col-sm-* format, causing irregularities when it comes to devices that fall in the col-xs-* form factor. These will need to be updated, and classes altered, in order to account for these needs.

AdamJ commented 6 years ago

Closing, as the majority of work has been done through various updates. If any additional items are found, new issues will be created.