Mailspring/internal_packages/attachments/lib
Ben Gotow b0f93dc52c fix(drag-n-drop): Remove react-dnd, display dropzone, allow tokens to be dragged out of app as plaintext
React-dnd is a nice library but it assumes it's going to be the only thing managing your drag and drop in the entire app. It also hides the underlying dataTransfer object so it's difficult to implement native drag and drop behaviors other than for Files and Urls, which they special-case.

Implementing it manually really isn't hard, and we can do things like attach a text/plain version of contact data to the contact drag.

Fixes T2054
2015-07-15 20:06:11 -07:00
..
attachment-component.cjsx fix(drag-n-drop): Remove react-dnd, display dropzone, allow tokens to be dragged out of app as plaintext 2015-07-15 20:06:11 -07:00
image-attachment-component.cjsx fix(attachments): Double-click to view instead of single-click 2015-07-15 13:49:55 -07:00
main.cjsx feat(attachments): new attachments & uploads UI with img support 2015-06-11 12:04:52 -07:00