-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drag and drop #9
Comments
I think it's gadget but I know people who'd love to use it that way. |
(single project only) Still needs styling & ui improvements
I just added some basic drag & drop functionality to import a project by dropping it's folder.
It's pretty basic for the moment and only checks if it's a folder, not even if it's an OF sketch folder; but everything behind the scenes is there. HTML5 drag-and-drop event handling appears to be pretty disastrous but I believe this points us in the right direction. I didn't expect this! xD Is it clear enough to have a green box + the settings imported or should there be some other feedback ? Please tell me what you think of it :) |
i think the best solution for "denied" is a modal error/warning box that reminds people what they can drop. anything else should cause a change in the interface, so it will be clear it worked. |
I forgot about the reminder purpose of the modal, that might make it a good reason; and if they don't want the modal, the box indicates it before dropping. :) |
useful ?
https://github.com/atom/electron/blob/master/docs/api/file-object.md
The text was updated successfully, but these errors were encountered: