stable

Clone or download

Read-only

Add action buttons for file and a quick preview of the selected item

This is a part story #12450 see a preview of document When the user click on the 'Quick look' button of file item, actions button are displayed in the quick look. The preview displayed by the quick look depends on item's type. How to test - Click on the quick look button of a file item => You should see in preview the icon type of the item => Action buttons are displayed : - The item can be downloaded when you click on the 'Download' button => When you click on an item which is not a file, you should not see the actions buttons. Change-Id: I011c4997fe15f5314c1cbb3f0e787fac5feb855f

Modified Files

Name
A plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFile.vue +42 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.vue +59 −1 Go to diff View file
M plugins/document/scripts/document/constants.js +1 −0 Go to diff View file
M plugins/document/scripts/document/po/fr.po +3 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_quicklook.scss +15 −0 Go to diff View file