phetsims / aqua

Automatic QUality Assurance
MIT License
2 stars 4 forks source link

CT: Pin leftmost column of Continuous Testing UI. #211

Open pixelzoom opened 4 months ago

pixelzoom commented 4 months ago

Looking through CT history to determine when a problem started is something that I do frequently. But when scrolling back (to the right) in CT history, it's difficult to keep track of which rows correspond to which repos/tests. The leftmost column, which identifies the repo/test, scrolls out of view. How difficult would it be to pin the leftmost column, so that repo/test is always visible?

zepumph commented 4 months ago

I think this would be a fair amount of work. The page is set up as a scenery display, and so there is currently no notion of scrolling dimension, and we can't handle it with CSS. I'm glad to have an issue tagged for it though. Perhaps as a stopgap, note that using the filter for the repo you are tracking will make it easier.