stable
Clone or download
Read-only
Part of story #10721: upload documents with drag'n drop How to test: --> The upload modal is shown on lcik on the global progress bar --> It opens automatically when an upload fails --> It is cleared when the user changes of page Change-Id: If5c5d14e225070d0786684326bd27195bf20f0bb
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/document/scripts/document/components/Folder/FilesUploads/FilesUploadsManager.vue | +72 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/FilesUploads/FilesUploadsModal.vue | +87 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.vue | +10 | −15 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ProgressBar/GlobalUploadProgressBar.vue | +3 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ProgressBar/UploadProgressBar.vue | +10 | −2 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +34 | −39 | Go to diff View file |
M | plugins/document/scripts/document/po/template.pot | +10 | −1 | Go to diff View file |
M | plugins/document/scripts/document/router/index.js | +2 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/upload-file.js | +7 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +4 | −2 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations.js | +25 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations.spec.js | +56 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/state.js | +2 | −1 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_document.scss | +41 | −2 | Go to diff View file |
A | plugins/document/themes/BurningParrot/document/_files-uploads-modal.scss | +44 | −0 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_headers.scss | +4 | −0 | Go to diff View file |