stable
Clone or download
Read-only
part of request #22647 Convert Vue components to hybrids web components How to test: No functional change expected in the follow-up comments edition. You can test basic non-regression with cypress end-to-end tests for agiledashboard. Change-Id: I13a9d4f528739393ca44281ea62144e338708f28
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/scripts/lib/artifact-modal/src/common/RichTextEditor.test.ts | +24 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/common/RichTextEditor.ts | +12 | −8 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/common/interpret-commonmark.test.ts | +74 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/common/interpret-commonmark.ts | +56 | −0 | Go to diff View file |
D | plugins/tracker/scripts/lib/artifact-modal/src/followups/FollowupEditor.test.js | +0 | −111 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/followups/FollowupEditor.test.ts | +172 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/followups/FollowupEditor.ts | +110 | −0 | Go to diff View file |
D | plugins/tracker/scripts/lib/artifact-modal/src/followups/FollowupEditor.vue | +0 | −84 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.js | +7 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.test.js | +8 | −7 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.js | +4 | −6 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.scss | +4 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.tpl.html | +10 | −7 | Go to diff View file |