stable

Clone or download

Read-only

Add the CommonMark "Preview" button in the artifact modal

Part of story #18337 markdown replace text How to test: - Open the artifact modal (e.g in Kanban app) => For each text fields, there is the "Preview" button in addition of the "Help" button - Click on the "Preview" button => The format selector, the "Help" button and the text area are disabled => "Preview" button becomes "Edit" button Change-Id: Ice6ea69663e5c4783b3acf0f78175e13b0ab13a4

Modified Files

Name
M plugins/tracker/scripts/angular-artifact-modal/po/fr_FR.po +3 −0 Go to diff View file
A plugins/tracker/scripts/angular-artifact-modal/src/common/CommonmarkPreviewButton.test.js +46 −0 Go to diff View file
A plugins/tracker/scripts/angular-artifact-modal/src/common/CommonmarkPreviewButton.vue +57 −0 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/common/CommonmarkSyntaxHelper.vue +5 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/common/FormatSelector.test.js +5 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/common/FormatSelector.vue +16 −3 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/followups/FollowupEditor.vue +11 −0 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/gettext-catalog.js +2 −0 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/text-field/TextField.vue +10 −0 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal.scss +1 −0 Go to diff View file