Optimize interface for mobile#709
Conversation
|
@janfaracik you mentioned it should fix #698, but in my case, it was not anyhow mobile, it was a 1080p landscape monitor with certainly more than 700px. Do you still think it can be a fix? |
| </li> | ||
| {stage.pauseDurationMillis !== 0 && ( | ||
| <li> | ||
| <li className={"jenkins-mobile-hide"}> |
There was a problem hiding this comment.
one thing to keep in mind here is that nested stages don't show in the graph so its not possible to navigate on mobile then. I wonder if it would be better to move the tree to the top in some way on mobile?
There was a problem hiding this comment.
Definitely something to look into I think - still worth getting this in though as currently its a mess on lower resolutions.
Heya, it should. Tried on my MacBook and it's no longer going off the page - |


Overrides UI preferences when the viewport width is small (< 700px). Feel the graph is better for mobile users (e.g. larger hitboxes, gesture based, smaller).
Before

After

Should fix #698
Testing done
Submitter checklist