Skip to content

Commit

Permalink
Add pushstate when previews are opened in lightbox and popstate w…
Browse files Browse the repository at this point in the history
…hen closed. Still work to do with potentially managing the `popstate` handler for files too. Potentially addresses the main problem in #59.
  • Loading branch information
dom111 committed Aug 27, 2022
1 parent 09fc82e commit 7feaf71
Show file tree
Hide file tree
Showing 11 changed files with 172 additions and 541 deletions.
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
- [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
- [ ] Add drag and drop tests
- [ ] Allow uploading of directories ([#48](https://github.com/dom111/webdav-js/issues/48))
- [ ] Add functionality for copying and moving files and directories
- [ ] Add progress bar for file uploads
- [ ] Support keyboard navigation whilst overlay is visible
- [ ] ReactJS implementation
- [ ] VueJS implementation
- [ ] Maybe a refactor...
- [ ] Add eventMap to `Event` object.
Loading

0 comments on commit 7feaf71

Please sign in to comment.