stable
Clone or download
Read-only
part of: story #12451 Introduction of Dropdown(s) How to test: --> A dropdown is available in each quicklook pane --> Actions proposed in the menu depends on the item type --> When the user do not have the permissions to create a new version or a new folder/doc, then the action button displays a [details] button instead. Change-Id: I81a8141897c532b6de697e2f3fade75d29f13bfd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/Dropdown/DropdownButton.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Dropdown/DropdownMenu.vue | +12 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +11 | −9 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/NewItem/NewItemButton.vue | +1 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentActionButton.vue | +71 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookEmptyOrEmbedded.vue | +36 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFile.vue | +5 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFolder.vue | +13 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.vue | +13 | −2 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGoToDocumentDetails.vue | +49 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookLink.vue | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookWiki.vue | +5 | −1 | 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 | +4 | −11 | Go to diff View file |