stable
Clone or download
Read-only
Part of story #10721: upload documents with drag'n drop How to test: - Drop a file from your filesystem onto the the drop zone. --> The file is dislayed on a line --> It has an animated background showing it is "loading" Note: The upload is not implemented yet Change-Id: I73dfba7e2927b488722ad82235fa9fd1c2b084d0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/DragNDropInCurrentFolder.vue | +35 | −12 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +26 | −7 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.vue | +6 | −1 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ItemTitle/FileUploadingCellTitle.vue | +45 | −0 | Go to diff View file |
M | plugins/document/scripts/document/helpers/icon-for-mime-type.js | +2 | −5 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +12 | −0 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_document.scss | +23 | −0 | Go to diff View file |