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

Implement Drag and Drop re-ordering #22

Open
damonhook opened this issue Feb 3, 2020 · 1 comment
Open

Implement Drag and Drop re-ordering #22

damonhook opened this issue Feb 3, 2020 · 1 comment
Labels
enhancement New feature or request ui UX & UI adjustments / improvements

Comments

@damonhook
Copy link
Owner

Currently you can only re-order elements using an up/down button. We should instead use a drag-and-drop interface using this library: https://github.com/atlassian/react-beautiful-dnd

@damonhook damonhook added enhancement New feature or request ui UX & UI adjustments / improvements labels Feb 3, 2020
@damonhook damonhook added this to the v1.2.0 milestone Feb 7, 2020
@damonhook
Copy link
Owner Author

I got it mostly working, however, it conflicts with the 'react-swipeable-views' library used to enable touch swiping for tabs.

This is because it creates a nested scroll container which are not currently supported by react-beautiful-dnd. I am going to put this back onto the back-burner for now, and get back to some more important issues

@damonhook damonhook removed this from the v2.0.0 milestone Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui UX & UI adjustments / improvements
Projects
None yet
Development

No branches or pull requests

1 participant