stable

Clone or download

Read-only

Display the progression of files being uploaded

Part of story #10721: upload documents with drag'n drop How to test: --> A progress bar is displayed next to the file being uploaded --> The global progress bar is displayed in the header and displays the mean of all the progressions values. It disappears when all uploads have been completed. Change-Id: I327bab4218a0ac735791c4fbf778d6bb497afb77

Modified Files

Name
M plugins/document/scripts/document/components/Folder/FolderHeader.vue +17 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileUploadingCellTitle.vue +4 −2 Go to diff View file
A plugins/document/scripts/document/components/Folder/ProgressBar/UploadProgressBar.vue +30 −0 Go to diff View file
M plugins/document/scripts/document/po/fr.po +4 −1 Go to diff View file
M plugins/document/scripts/document/po/template.pot +3 −0 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/upload-file.js +4 −1 Go to diff View file
M plugins/document/scripts/document/store/actions.js +2 −1 Go to diff View file
M plugins/document/scripts/document/store/getters.js +23 −0 Go to diff View file
M plugins/document/scripts/document/store/getters.spec.js +25 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_document.scss +51 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_headers.scss +4 −0 Go to diff View file