bigardone / phoenix-trello

Trello tribute done in Elixir, Phoenix Framework, React and Redux.
https://phoenix-trello.herokuapp.com
MIT License
2.5k stars 407 forks source link

Enhance drag and drop functionality #1

Closed bigardone closed 8 years ago

bigardone commented 8 years ago

Even though drag and drop works fine I still have to find a way of adding drop placeholders so the user sees where the draggable item is going to be dropped having in mind that state is managed with Redux.

chrislaskey commented 8 years ago

I just posted PR https://github.com/bigardone/phoenix-trello/pull/30 with a CSS based enhancement to show a placeholder when dragging cards within the same list and between lists.

Thanks again for the excellent code and tutorial text, it's great to see a non trivial example built step by step 😃

bigardone commented 8 years ago

Hey @chrislaskey I'm glad you liked it! And thank you very much for taking care of this, I just made a minor suggestion before merging it :) Cheers!!!