stable

Clone or download

Read-only

feat: Convert cog button to dropdown menu

With the arrival of PDF export feature, there will be more than one action available on a document: PDF export & configuration. The cog button is not anymore appropriate, we need to have a dropdown menu instead. If the user can edit the document, the dropdown is displayed and the document can be configured. If the user cannot edit the document, the dropdown is not displayed (for now). Part of story #38630: Export to file Change-Id: I89ea667042b7f2656df474b4779efa371a15a948

Modified Files

Name
A plugins/artidoc/scripts/artidoc/src/components/DocumentDropdown.test.ts +54 −0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/components/DocumentDropdown.vue +62 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/DocumentHeader.test.ts +4 −19 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/DocumentHeader.vue +2 −4 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/configuration/ConfigurationModal.vue +4 −2 Go to diff View file