VocaDB / community

https://vocadb.net
0 stars 0 forks source link

Truncate long album/song names in listings #95

Closed riipah closed 3 years ago

riipah commented 6 years ago

Long album/song names are problematic, convoluting listings. They should be truncated, probably using CSS or lodash truncate.

Which is better? Pixel or character limit?

riipah commented 6 years ago

Added character truncate using JavaScript, but I actually think pixel truncate would be better. It requires additional work though.

ghost commented 6 years ago

Pixel would probably be better comparing something like IIIIIIIIIIIIIIIIIIII vs. MMMMMMMMMMMMMMMMMMMM, but both cases aren't very likely, and if character limit is easier, we can just go with that.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.