stable

Clone or download

Read-only

Dropzone on quick-look panes

part of: story #13039 finish drag and drop on file create a new version Please note than UXD agrees with the styling in this patch, they will rework it a bit (more precisely colors and icons). How to test: --> you can drop a file in a quick look pane --> When the previewed item is a folder, the dropped file is created inside this folder. --> When the preveiwed file is a file document, then the document is updated --> You can't drop in quick look sections displaying links, wiki, empty or embedded files Change-Id: Icb1f8640c0550171d208cafe2fa71dd6ab02f69f

Modified Files

Name
M plugins/document/scripts/document/app.spec.js +4 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.vue +17 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContent.vue +26 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +1 −1 Go to diff View file
A plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentPreview.spec.js +110 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentPreview.vue +38 −2 Go to diff View file
A plugins/document/scripts/document/helpers/highlight-items-helper.js +56 −0 Go to diff View file
A plugins/document/scripts/document/helpers/highlight-items-helper.spec.js +122 −0 Go to diff View file
M plugins/document/scripts/document/po/fr.po +9 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_quicklook.scss +113 −5 Go to diff View file
M plugins/document/themes/BurningParrot/document/_upload.scss +17 −28 Go to diff View file