stable

Clone or download

Read-only

feat: add skeleton on load

In order to improve UX, we add a skeleton on load. To test this feature, go to the artidoc page and add a loading time. Part of story #37542: display a read only Document Change-Id: If04457542d5085957be42f706c30beb63d538c37

Modified Files

Name
M plugins/artidoc/scripts/artidoc/src/App.test.ts +21 βˆ’83 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/App.vue +4 βˆ’46 Go to diff View file
R plugins/artidoc/scripts/artidoc/src/views/DocumentContent.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/views/DocumentContent.vue Go to diff View file
A plugins/artidoc/scripts/artidoc/src/components/DocumentLayout.test.ts +45 βˆ’0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/components/DocumentLayout.vue +58 βˆ’0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/TableOfContents.test.ts +11 βˆ’6 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/components/TableOfContents.vue +1 βˆ’2 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/views/DocumentView.test.ts +84 βˆ’0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/views/DocumentView.vue +60 βˆ’0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/views/DocumentViewSkeleton.test.ts +46 βˆ’0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/views/DocumentViewSkeleton.vue +65 βˆ’0 Go to diff View file