tilt icon indicating copy to clipboard operation
tilt copied to clipboard

Allow buttons to be displayed ordered vertically

Open jorge-menjivar opened this issue 11 months ago • 1 comments

Currently, v1alpha1 doesn't have the option to order buttons vertically, and all buttons are ordered horizontally and wrap around. It would improve the readability of the UI if we could add the capability to display buttons as rows rather than columns.

As you can see below, this simple change makes a huge difference in the readability of the UI. image image

For now, I am adding the invisible brail character () to the button labels to achieve this. However, this solution is not ideal as it can break depending on the resolution of the display device.

jorge-menjivar avatar Jan 05 '25 11:01 jorge-menjivar

if it looks better to have them stack vertically, let's make that the layout rather than make it an option

nicks avatar Jan 14 '25 21:01 nicks