Skip to content
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

Rework drag and drop #16

Merged
merged 3 commits into from
Aug 5, 2019
Merged

Rework drag and drop #16

merged 3 commits into from
Aug 5, 2019

Conversation

wbreeze
Copy link
Owner

@wbreeze wbreeze commented Aug 4, 2019

Closes #14
Closes #15

I found a component for dnd that works on mobile https://github.com/clauderic/react-sortable-hoc
This removes the dnd behavior enirely. I'm deploying it because the current dnd just isn't right. Doesn't work on mobile. And will pick-up adding dnd later.

@wbreeze wbreeze self-assigned this Aug 4, 2019
@wbreeze
Copy link
Owner Author

wbreeze commented Aug 5, 2019

The seven tests for dnd behaviour are now skipped. Rather than delete them, because they ought to work with the replaced version, at least in some form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reordering within a group makes no sense Items sometimes disappear after drop
1 participant