stable
Clone or download
Read-only
No functional change in the text editors for the Edit / Create artifact views: - New follow-up comment - Edit follow-up comment - Text fields - Modal v2 text fields part of request #29264 Split the build of tracker plugin frontend assets into multiple apps Change-Id: Iec8abf5a2f23dfb37a11affa36b01c5b3eeddf5c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/package.json | +1 | −0 | Go to diff View file |
M | plugins/tracker/pnpm-lock.yaml | +3 | −0 | Go to diff View file |
M | plugins/tracker/scripts/artifact/create-view.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/artifact/edition/edit-follow-up-comment.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/artifact/edition/edit-view.ts | +1 | −1 | Go to diff View file |
A | plugins/tracker/scripts/lib/rte-creator/.gitignore | +1 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/rte-creator/README.md | +47 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/rte-creator/package.json | +33 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/rte-creator/pnpm-lock.yaml | +33 | −0 | Go to diff View file |
R | plugins/tracker/scripts/artifact/rich-text-editor-creator/RichTextEditorsCreator.test.ts | Go to diff View file | ||
R | plugins/tracker/scripts/artifact/rich-text-editor-creator/RichTextEditorsCreator.ts | Go to diff View file | ||
R | plugins/tracker/scripts/artifact/rich-text-editor-creator/init-mentions.ts | Go to diff View file | ||
A | plugins/tracker/scripts/lib/rte-creator/tsconfig.json | +9 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/rte-creator/vite.config.ts | +43 | −0 | Go to diff View file |
M | plugins/tracker/scripts/modal-v2/modal-in-place.js | +1 | −1 | Go to diff View file |