stable
Clone or download
Read-only
part of request #22647 Convert Vue components to hybrids web components How to test: No functional change expected on the Markdown syntax helper popover. When you click the "Help" button, there is still a popover to show Markdown syntax. Change-Id: I8662dd5ddb0d6bc28c7259e88648c4285de6f648
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/scripts/lib/artifact-modal/jest.config.js | +1 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkPreviewButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkPreviewButton.vue | +1 | −1 | Go to diff View file |
D | plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkSyntaxHelper.test.js | +0 | −69 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkSyntaxHelper.test.ts | +78 | −0 | Go to diff View file |
R | plugins/tracker/scripts/lib/artifact-modal/src/common/CommonmarkSyntaxHelper.vue | Go to diff View file | ||
M | plugins/tracker/scripts/lib/artifact-modal/src/common/FormatSelector.test.js | +9 | −4 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/common/FormatSelector.vue | +5 | −5 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/common/textfield-mixin.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/common/textfield-mixin.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/fields/text-field/TextField.test.js | +1 | −1 | Go to diff View file |
D | plugins/tracker/scripts/lib/artifact-modal/src/gettext-catalog.js | +0 | −46 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/gettext-catalog.ts | +50 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/inline-image-shim.d.ts | +23 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/model/tracker-transformer.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/model/tracker-transformer.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.js | +2 | −1 | Go to diff View file |