huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
236 stars 79 forks source link

Migrate FileDropzone to use dnd-kit #7065

Closed Zasa-san closed 1 month ago

Zasa-san commented 2 months ago

We should migrate FileDropzone to use dnd-kit, instead of react-dnd so that v2 uses one library for drag and drop functionality.

There’s also a DragAndDrop.stories.tsx for an implementation of dnd that’s not used in v2 and should also be removed.

If #7052 is done, react-dnd can be removed as a dependency.

RafaPolit commented 1 month ago

@Zasa-san to rewrite the issue / title to reflect the discussed approach

Zasa-san commented 1 month ago

@Zasa-san to rewrite the issue / title to reflect the discussed approach

Done

aphilop commented 1 month ago

Will be handled with #7052