stable

Clone or download

Read-only

feat: artidoc as document

Since the aim of an artidoc is to work on a document based on artifacts, representing this document as a real life document will better match user expectation about a document editor (most of popular document editors display such documents in a similar manner). This has the benefit to not have lengthy lines displayed on wide screens so it will provide a better reading experience. Closes request #40437: artidoc as document Change-Id: I8ac56de7f0a2ef104609acabbdea040abdd1828c

Modified Files

Name
M plugins/artidoc/scripts/artidoc/src/components/AddNewSectionButton.vue +23 −17 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/DocumentContent.vue +46 −24 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/DocumentLayout.vue +11 −3 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/toolbar/EditorToolbar.vue +6 −1 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/themes/includes/_size.scss +5 −0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/themes/includes/_viewport-breakpoint.scss +27 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/themes/includes/_whitespace.scss +5 −0 Go to diff View file