stable

Clone or download

Read-only

Replace Markdown Preview button by web component

part of request #22647 Convert Vue components to hybrids web components How to test: No functional change expected on the Markdown preview button. When you click the button, it sends a request to interpret the raw Markdown into HTML and the button has a spinner icon and is disabled. Change-Id: I39709f2c5fd027bf965aa08e83a2d2a595b46f73

Modified Files

Name
D plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkPreviewButton.test.js +0 −68 Go to diff View file
A plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkPreviewButton.test.ts +108 −0 Go to diff View file
A plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkPreviewButton.ts +71 −0 Go to diff View file
D plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkPreviewButton.vue +0 −61 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/common/FormatSelector.test.js +4 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/common/FormatSelector.vue +5 −6 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.js +2 −1 Go to diff View file