stable
Clone or download
Read-only
This is a part of story #12450 see a preview of document How to test : - Click on the quick look button of a folder - Click on the 'New folder' button => You should see the folder modal and you can create a folder. The folder created should be displayed at the right place - Click on the 'New document' button. => You should see the 'New document' modal and you can create a document. The document created should be displayed at the right place Change-Id: Ia83f9ab9b8678784aabfd2203b02deb720f1bf5c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/Dropdown/DropdownMenu.vue | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/EmptyState/EmptyFolderForWriters.vue | +6 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/NewItem/NewFolderModal.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/NewItem/NewItemButton.vue | +3 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/NewItem/NewItemModal.vue | +1 | −1 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFolder.vue | +49 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.vue | +3 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +4 | −4 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_quicklook.scss | +10 | −0 | Go to diff View file |