Hi
When you go to a job canvas to interact with a block step, you must first zoom in to the block step (clicking “Follow” or typing “j” helps), then hover over the canvas element associated with the block step, and then click the button that appears on hover.
My team is using Buildkite to deploy one of our systems. The system is deployed in sequential stages of increasing importance, asking the user for input via block steps at each stage. So we are interacting with the block step on the canvas ui a lot. Overall we really like the canvas ui for this process a lot compared to the default view, but we have two frustrations.
The first and biggest frustration is having to hover over the canvas element associated with the block step in order to reveal a button that opens the block dialog when clicked. It would be so much nicer to be able to open the dialog with a single mouse click on the canvas element, perhaps in combination with a keyboard key to avoid breaking existing canvas logic associated with single mouse clicks.
The second and lesser frustration is having to zoom in, or click “Follow”, or type “j” to bring the canvas element associated with the block element into closer focus so we can hover over it. It would be much nicer if it were possible to open the canvas and have it automatically bring a specific step, or even just the active step, into focus. Perhaps by having something in the URL path/params, or a user profile setting?
Thanks for hearing me out!
Max