Open pastudan opened 1 year ago
@AndrewDennistoun These are the events we receive from the react-based file browser library I'm using. I expect you'll end up a similar set of events.
The full demo code is here https://github.com/uptick/react-keyed-file-browser/blob/master/demo-site/nested-editable.js
It might be helpful to look through these handler functions, since I notice they do some things like handling the file & folder naming on the client side. I'll double check it on the backend, but if we can prevent a failed request to the backend then I think the app will feel snappier & more responsive.
Actions needed: