[GH-ISSUE #174] Tags list not easy to use when many tags are displayed #129

Open
opened 2026-02-25 23:33:30 +03:00 by kerem · 2 comments
Owner

Originally created by @ekianjo on GitHub (Sep 25, 2019).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/174

I am wondering if there is a way to make the tags list easier to navigate. Currently I have already something like 50-60 tags and it is hard to see them all when clicking on the tags icon. It may be worth considering a continuous list like in the attached screenshot. What do you think?
explore-tags-list

Originally created by @ekianjo on GitHub (Sep 25, 2019). Original GitHub issue: https://github.com/go-shiori/shiori/issues/174 I am wondering if there is a way to make the tags list easier to navigate. Currently I have already something like 50-60 tags and it is hard to see them all when clicking on the tags icon. It may be worth considering a continuous list like in the attached screenshot. What do you think? ![explore-tags-list](https://user-images.githubusercontent.com/2460824/65572302-a0623f00-dfa2-11e9-973a-280cf19feed6.png)
Author
Owner

@RadhiFadlillah commented on GitHub (Oct 9, 2019):

Hi @ekianjo, sorry for late response.

Unfortunately I'm still not sure on how to redesign it. As workaround, for now I'm planning to add search field for tags :

Searchh field for tags

What do you think ? Is it acceptable ?

<!-- gh-comment-id:540019981 --> @RadhiFadlillah commented on GitHub (Oct 9, 2019): Hi @ekianjo, sorry for late response. Unfortunately I'm still not sure on how to redesign it. As workaround, for now I'm planning to add search field for tags : ![Searchh field for tags](https://user-images.githubusercontent.com/6129042/66489259-8152c980-ead9-11e9-87fd-37989d92d1ad.png) What do you think ? Is it acceptable ?
Author
Owner

@ekianjo commented on GitHub (Oct 12, 2019):

acceptable (search is definitely useful for tags!) - I was thinking the main thing you need to do is to save space when displaying the list of tags on that screen, which is basically just about making the list with ul and li markups and then producing corresponding CSS that will stack them next to each other. Right now there's too little text density to display tags properly. What do you think?

<!-- gh-comment-id:541287205 --> @ekianjo commented on GitHub (Oct 12, 2019): acceptable (search is definitely useful for tags!) - I was thinking the main thing you need to do is to save space when displaying the list of tags on that screen, which is basically just about making the list with ul and li markups and then producing corresponding CSS that will stack them next to each other. Right now there's too little text density to display tags properly. What do you think?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#129
No description provided.