stable

Clone or download

Read-only

refactor: Move the load of sections in store

This decreases the exposed store api. No functional changes. Part of story #37543: edit Artidoc sections Change-Id: Ia13f7df09c313eef34d65e2dbe8d9b076cdac5cf

Modified Files

Name
M plugins/artidoc/scripts/artidoc/src/App.test.ts +9 −10 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/App.vue +4 −19 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/DocumentContent.test.ts +1 −2 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/DocumentLayout.test.ts +1 −2 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/SectionContent.test.ts +2 −4 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/TableOfContents.test.ts +2 −4 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/stores/useSectionsStore.ts +16 −9 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/views/DocumentView.test.ts +4 −8 Go to diff View file