Closed timorantalaiho closed 3 years ago
Hi, thanks for your proposal.
In the short term I am going to add a hover tooltip as you have suggested - I will comment on this ticket once I have a PR up.
I will create a ticket for a resizable step list, but I can't guarantee a turnaround on this as we have a few more pressing UI bugs/enhancements to add first :)
Sounds like a great plan, thankyou!
Hey @timorantalaiho, PR can be found here and is merged into the UI code - https://github.com/drone/drone-ui/pull/371
It will be in a drone release within the next week or so as there are a few more UI changes I would like to bundle together.
I'll update this ticket once that release is in the wild :)
This has been released. So i am closing this
Ah yes it works fabulously. Thankyou very much :+1:
Our long build step names are not fully visible in the log view of a build. I can work around that in the browser developer console, by
max-width
in.stage-nav_stage-step__2fpt5 .stage-nav_name__1dXvz
from180px
to e.g.480px
,.log-view_navbar__kqtHJ
from400px
to e.g.600px
but it gets cumbersome :slightly_smiling_face:
Ideally, the "pipeline stages" column width would adjust automatically for long step names.
And/or the border of the column would be draggable (which would proabably be considerably more work).
Even just displaying the full step name in the hover tooltip would be beneficial.