hoarder-app / hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
https://hoarder.app
GNU Affero General Public License v3.0
3.38k stars 122 forks source link

Improve tagging behavior #368

Open kamtschatka opened 2 weeks ago

kamtschatka commented 2 weeks ago

I just added a bunch of links and moved them to a list. After that I noticed a few things:

MohamedBassem commented 2 weeks ago

Sent a quick commit to support adding to lists in bulk actions.

Regarding editing tags. Which list of tag are not scrollable? For me, both the one in Manage Lists and the one in Bookmark Preview are scrollable. As for the backspace, that makes sense and will probably remove the need for a "clear all tags".

kamtschatka commented 2 weeks ago

if you press the "..." menu and then "Edit Tags". Turns out the list is actually scrollable, when it gets too long, but there is just no scroll bar, so it cuts off the top of the tags.

MohamedBassem commented 2 weeks ago

So how do you suggest we improve this scroll behavior?

kamtschatka commented 2 weeks ago

I think we just have to make sure a scrollbar is shown, so it is obvious that it is a longer list.