stable

Clone or download

Read-only

feat: disable save button while upload is loading

While the upload is loading, the save button should be disabled. Part of story #38627: Choice of a new Rich Text Editor Change-Id: I6e87edf53727df688cc7036b891f0e08bf77a507

Modified Files

Name
M plugins/artidoc/scripts/artidoc/src/components/print/SectionPrinterVersion.vue +2 βˆ’0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/SectionContent.test.ts +8 βˆ’0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/SectionContent.vue +11 βˆ’1 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/description/SectionDescription.test.ts +2 βˆ’0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/description/SectionDescription.vue +3 βˆ’0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/description/SectionDescriptionEditorProseMirror.test.ts +3 βˆ’23 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/description/SectionDescriptionEditorProseMirror.vue +3 βˆ’7 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/footer/SectionEditorSaveCancelButtons.test.ts +30 βˆ’0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/section/footer/SectionEditorSaveCancelButtons.vue +7 βˆ’1 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/composables/useSectionEditor.test.ts +20 βˆ’2 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/composables/useSectionEditor.ts +10 βˆ’0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/helpers/stubs/SectionEditorStub.ts +1 βˆ’0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/helpers/stubs/UploadFileStub.ts +64 βˆ’0 Go to diff View file