-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Change channel' shown in 2 lines #1513
Comments
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: |
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. |
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? |
The label will try to be displayed fully, but depending on the window size, there might be an ellipsis with a tooltip. |
The eye emoji means that we will look into this. |
![Screenshot from 2024-10-03 14-02-08](https://github.com/user-attachments/assets/d8ad0486-359b-4ef8-8901-f4b3ac26b0af) ![Screenshot from 2024-10-03 14-02-18](https://github.com/user-attachments/assets/daa0b66e-36d7-4626-ad5c-49ac0d7a94be) Instead of putting using the overflow bar we'll make the switch button flexible so that it can shrink when it needs to (and be larger when the text is long). Fixes: #1513
Hi,
Could be better in 1 line only, FR version here.
The text was updated successfully, but these errors were encountered: