-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[DropZone] Allow duplicate files to be uploaded consecutively/ removed and added again #782
Conversation
Will add a UNRELEASED and some testing tomorrow. |
3399562
to
e40925f
Compare
@AndrewMusgrave and I are going to refactor the drop zone testing page in the new year. |
e40925f
to
64ae565
Compare
This is still a WIP . I'll re-ping once its ready to go! @solonaarmstrong @AndrewMusgrave but feel free to leave comments if you see anything that stands out. |
64ae565
to
624d39a
Compare
624d39a
to
ae8935c
Compare
ae8935c
to
fdb0362
Compare
fdb0362
to
c1d1a24
Compare
@solonaarmstrong @AndrewMusgrave this is ready for your review :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than @solonaarmstrong comment 💯
c1d1a24
to
3ace71a
Compare
3ace71a
to
3c9910b
Compare
3c9910b
to
a81f094
Compare
👍 |
WHY are these changes introduced?
Resolves #425
WHAT is this pull request doing?
This is addressing the issue that the
DropZone
will not allow duplicate files to be added consecutively. This also caused issues when a file was removed , it could not be added again.How to 🎩
🖥 Local development instructions
🗒 General tophatting guidelines
📄 Changelog guidelines
Copy-paste this code in
playground/Playground.tsx
:🎩 checklist