Nice tool. Some feedback: The drag and drop functionality has some accessibility issues: it works with a mouse, but not keyboard navigation. This interface would be difficult to use with mobility issues: moving items requires fine-grained gesture control.
If you're interested in an accessible implementation of drag and drop, here's one I've encountered that does an excellent job:
Comments
Nice tool. Some feedback: The drag and drop functionality has some accessibility issues: it works with a mouse, but not keyboard navigation. This interface would be difficult to use with mobility issues: moving items requires fine-grained gesture control.
If you're interested in an accessible implementation of drag and drop, here's one I've encountered that does an excellent job:
https://github.com/atlassian/react-beautiful-dnd
Thank you!