kalvn / Shaarli-Material

Shaarli Material is a theme for Shaarli, the famous personal, minimalist, super-fast, database free, bookmarking service.
https://github.com/kalvn/Shaarli-Material
MIT License
250 stars 23 forks source link

The tags list is truncated on mobile #105

Closed immanuelfodor closed 4 years ago

immanuelfodor commented 4 years ago

Hi, this issue is present for a while, I can/could live with it, but would be nice to fix it.

In the mobile view, when there are more tags on a card than space to display all of them, the tag list is truncated by showing 3 dots (...) instead of the remaining tags. However, the tag list is also scrollable, as if there are more tags to display but these are hidden.

Here is a screenshot video of the issue: https://www.sendvid.com/rabev31z

I like navigating by tags but sometimes this is limited by not showing some crucial tags.

kalvn commented 4 years ago

What browser are you using? I tried with a Chromium based one + with Firefox, both on Android, and it works fine.

immanuelfodor commented 4 years ago

It's Brave which is also Chromium based. Tried deleting the cache, but it didn't help.

(Checked with FF as well, it's fine there, the extra tags are displayed upon scrolling the list.)

kalvn commented 4 years ago

I think I found a suitable solution that doesn't affect too much the display, only if a link has a high number of tags. They now distribute on several line if there's not enough space.

image

immanuelfodor commented 4 years ago

This could definitely boost tag navigation, I usually have 6-10 tags, but no more than your example. I think it's better to have it than to only have access to 3-4 like before.

kalvn commented 4 years ago

Ok it's merged into master, I close the ticket then.

immanuelfodor commented 4 years ago

Awesome, the update looks fantastic, thank you!