stable

Clone or download

Read-only

refactor: better organization of artidoc components

Instead of having one flat directory of components, the proposal is to have the following organization: `- components + configuration + section | + description | + footer | + header ` toc That way it is easier to find our components. No functional changes. Part of story #38288: add a new section Change-Id: I2ab08bf5dd551e4a4433402d542966c501ac7388

Modified Files

Name
M plugins/artidoc/scripts/artidoc/src/components/DocumentContent.test.ts +1 −1 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/DocumentContent.vue +1 −1 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/DocumentLayout.test.ts +3 −3 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/DocumentLayout.vue +2 −2 Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionContainer.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionContent.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionContent.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionDescription.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionDescription.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionDescriptionEditor.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionDescriptionEditor.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/description/SectionDescriptionReadOnly.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/description/SectionDescriptionReadOnly.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionDescriptionSkeleton.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionDescriptionSkeleton.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/GenericError.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/NotFoundError.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/OutdatedSectionWarning.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/OutdatedSectionWarning.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionEditorSaveCancelButtons.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionEditorSaveCancelButtons.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionFooter.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionFooter.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionDropdown.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionDropdown.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionHeader.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionHeader.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionHeaderSkeleton.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/SectionHeaderSkeleton.vue Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/TableOfContents.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/TableOfContents.vue Go to diff View file