stable
Clone or download
Read-only
request #13387 User should be able to display embedded document in small width How to test: - access to an embedded document: you now have a switch between large and narrow view Default view is large view User can toogle view to large mode, if he refresh page, he is in its prefered mode, for this document (stored in user preferencies only for current document) Change-Id: Ide307c22ac449120a43afa78ee6bb2df2d0a3464
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/api/rest-querier.js | +36 | −1 | Go to diff View file |
M | plugins/document/scripts/document/app.spec.js | +2 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbedded.vue | +13 | −1 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.spec.js | +89 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.vue | +25 | −20 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ItemDisplay/EmbeddedFileEditionSwitcher.spec.js | +82 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ItemDisplay/EmbeddedFileEditionSwitcher.vue | +80 | −0 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +6 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +42 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +64 | −2 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations-global.js | +5 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/state.js | +2 | −1 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_document.scss | +1 | −0 | Go to diff View file |
A | plugins/document/themes/BurningParrot/document/_embedded-document.scss | +54 | −0 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_headers.scss | +9 | −3 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/visual-assets/icons/doc.html | +20 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/src/fonts/tlp-font/TLP.woff | Binary file | Go to diff View file | |
M | src/www/themes/common/tlp/src/fonts/tlp-font/tlp-font.scss | +3 | −1 | Go to diff View file |