stable

Clone or download

Read-only

Basic pane pane for quick look

This is a part of the story #12450 see a preview of document How to test: - Go to the new document UI - Click on the "Quick look" button of any item The quick look pane should appear and display the title of the item and a close button You can close the pane by clicking on the 'x' button Change-Id: If277b9c52d0dc8eeb75bc44135fde487a46c2c1f

Modified Files

Name
M plugins/document/scripts/document/components/Folder/FolderContent.vue +48 −24 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +3 −3 Go to diff View file
R plugins/document/scripts/document/components/Folder/QuickLookButton.vue Go to diff View file
A plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.vue +46 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_document.scss +2 −1 Go to diff View file
M plugins/document/themes/BurningParrot/document/_folder-content.scss +10 −0 Go to diff View file
A plugins/document/themes/BurningParrot/document/_quicklook.scss +59 −0 Go to diff View file