webdav-js
Version:
WebDAV functionality intended for use as a bookmarklet or to make a simple webserver an interactive WebDAV environment.
15 lines (14 loc) • 626 B
Markdown
- [x] Add more unit tests for the UI
- [x] Add end-to-end UI testing
- [x] Move to TypeScript
- [x] Support keyboard navigation whilst overlay is visible
- [x] Maybe a refactor...
- [x] Add eventMap to `Event` object. - Replaced with `typed-event-emitter`
- [x] Add functionality for copying and moving files and directories
- [ ] Add drag and drop tests
- [ ] Allow uploading of directories ([#48](https://github.com/dom111/webdav-js/issues/48))
- [ ] Add progress bar for file uploads
- [ ] ReactJS implementation
- [ ] VueJS implementation
- [ ] Add selection checkboxes and bulk operations
- [ ] Break `Item` down further