app-center
app-center copied to clipboard
'Change channel' shown in 2 lines
Hi,
Could be better in 1 line only, FR version here.
Hi @fthx, thanks for reporting this!
Feels like instead of doing a text wrap and spanning it over two lines we should swap to cutting off lines with an ellipsis if we run out of screen space. (ie: Changer de can...
) @anasereijo?
Ellipsis does not look great, IMO.
Here we have some place for a longer string, because reducing the width shows another layout:
where there is a lot of place for change-channel string.
Can we resize the button according to the text length?
Can we resize the button according to the text length?
We can, but on long text, it will break the UI on the smallest breakpoint. Or we can cut the text off with an ellipsis only on the smallest breakpoint.
Or we can cut the text off with an ellipsis only on the smallest breakpoint.
That sounds good! I suppose there will be a tooltip on hover to tell the user the full label?
Means that the label will not be fully displayed? Sorry, I don't understand this regression here.
Means that the label will not be fully displayed? Sorry, I don't understand this regression here.
The label will try to be displayed fully, but depending on the window size, there might be an ellipsis with a tooltip.
Ok.
But the point I do not understand is that when the window's width is low, the "Change channel" label comes above the main info row.
So it seems there's not really a label's width issue?
I don' t understand the eyes.
In fact, there is a wider probleme IMO here:
There are two labels (package, channel/open) those widths are not dynamically set and there is a lot of space left to not ellipsize any of them.
The eye emoji means that we will look into this. I agree with you, the buttons with should depend on the length of their text.