Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Avoid too long descriptions in MediaDisplay #40

Open
CodedOre opened this issue Apr 12, 2022 · 6 comments
Open

Avoid too long descriptions in MediaDisplay #40

CodedOre opened this issue Apr 12, 2022 · 6 comments
Labels
Good to Start Good Issue to start with if you want to contribute ToDo
Milestone

Comments

@CodedOre
Copy link
Owner

While Twitter only permits 280 characters in Tweets, for some reasons it allows up to 1000 for media descriptions.

This can lead to the issue that displaying all the text in MediaDisplay can obscure quite a lot of content, or even UI.

too-long

Even though it's an edge case, we might need to think about a solution for this a some point.

@CodedOre CodedOre added ToDo Good to Start Good Issue to start with if you want to contribute labels Apr 12, 2022
@IBBoard
Copy link
Contributor

IBBoard commented Apr 12, 2022

I think it's because it's accessibility text, and so it needs to be long enough to describe the scene or approximately transcribe longer text.

Could we have it hidden by default and appear on hover (and not just general hover, in case it's maximised, but a specific hover over an area) or expanded from an item that is in the popover?

@CodedOre
Copy link
Owner Author

Could we have it hidden by default and appear on hover (and not just general hover, in case it's maximised, but a specific hover over an area) or expanded from an item that is in the popover?

I have thought about the latter: If the text would become too long to display the first bit of text on a button (probably with the smaller inline-style we have), and on clicking that it would reveal the complete text.

Twitter does something similar on mobile.

@CodedOre
Copy link
Owner Author

If I might be so bold, but this could be something you could do as a start into working on Cawbird 2.0?

@IBBoard
Copy link
Contributor

IBBoard commented Apr 12, 2022

The main thing is going to be making sure that it's accessible on mobile/touch screen, since pop-overs are always a bit odd and unreliable on mobile 😕

And yeah, I can have a look and see what we can do.

@CodedOre
Copy link
Owner Author

CodedOre commented Apr 12, 2022

If you mean the overlay UI with "pop-overs", it's not really an pop-over, just normal Gtk.Box with some margin.

But otherwise we could also ask the Gnome Design Team (on #gnome-design:gnome.org) how they would attempt this.

Bit off-topic but you could join the Matrix-Room for This Week in Gnome at #thisweek:gnome.org. I'll try to give development updates for Cawbird on there as well and you could announce new updates as well, because it helps with making Cawbird more known.

@IBBoard
Copy link
Contributor

IBBoard commented Apr 12, 2022

I follow the blog (or at least tend to read the posts as they come through on Twitter). I'll have to work out how to use this new-fangled Matrix thing 😉

@CodedOre CodedOre added this to the 2.0 milestone Oct 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Good to Start Good Issue to start with if you want to contribute ToDo
Projects
None yet
Development

No branches or pull requests

2 participants