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
2.28k stars 77 forks source link

[Feature request] Drag and Drop Items to Lists #123 #164

Closed kamtschatka closed 21 hours ago

kamtschatka commented 1 month ago

reworked the drag and drop mechanism to still have change detection, but not so much that it has a huge overhead Changed the layout a bit to allow proper drag/drop of elements from the main section to the sidebar Added the possibility to drag/drop bookmarks onto lists

With this, it is now possible to drag a bookmark and it will not drag the whole thing, but a small placeholder (can still be changed, i just added a placeholder for now)

vercel[bot] commented 1 month ago

Someone is attempting to deploy a commit to the Mohamed Bassem's projects Team on Vercel.

A member of the Team first needs to authorize it.

kamtschatka commented 21 hours ago

as discussed, removed the actual drag and drop functionality for bookmarks, so we can finally merge this. Followup PR for reference: https://github.com/hoarder-app/hoarder/pull/264