stable
Clone or download
Read-only
part of story #38627 : Choice of a new Rich Text Editor How to test: Drag and drop several files at the same time Files are uploaded, progress bar is accurate with the file upload progression Change-Id: Id9ccb46f712fa7acac58ef2ae1da981a063d89b2
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/prose-mirror-editor/package.json | +2 | −1 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/pnpm-lock.yaml | +7 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/drop-file/helpers/progress-computation-helper.test.ts | +36 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor/src/plugins/drop-file/helpers/progress-computation-helper.ts | +41 | −0 | Go to diff View file |
R | lib/frontend/prose-mirror-editor/src/plugins/drop-file/helpers/upload-file-helper-helper.ts | Go to diff View file | ||
M | lib/frontend/prose-mirror-editor/src/plugins/drop-file/types/file-upload-options.ts | +7 | −2 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/drop-file/upload-file.test.ts | +41 | −16 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/drop-file/upload-file.ts | +47 | −37 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/tsconfig.json | +1 | −1 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/section/description/SectionDescriptionEditorProseMirror.test.ts | +6 | −4 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/section/description/SectionDescriptionEditorProseMirror.vue | +5 | −3 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/composables/useUploadFile.test.ts | +9 | −14 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/composables/useUploadFile.ts | +11 | −9 | Go to diff View file |