stable
Clone or download
Read-only
Part of story #10721: upload documents with drag'n drop How to test: - Drop a file (or several) onto the dropzone --> File are uploaded. --> The "upload state" is removed when the upload is over. Please note that progress bars and errors handling will be done in next commits Change-Id: I733cf2ecb3ac53712e9198ba8aee2643841f349e
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/document/scripts/document/store/actions-helpers/upload-file.js | +38 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +21 | −3 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations.js | +8 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations.spec.js | +41 | −0 | Go to diff View file |
M | plugins/document/scripts/package-lock.json | +45 | −0 | Go to diff View file |
M | plugins/document/scripts/package.json | +1 | −0 | Go to diff View file |