stable

Clone or download

Read-only

feat: Add empty state view

When a artidoc has no artefacts. To test, go to /artidoc/:id where `:id` is the document with `(item_type, other_type) = (7, "artidoc")` manually set in the db. The empty state is displayed in the page. Part of story #37542: display a read only Document Change-Id: I211a167b92e61b327824fe5f4685b7ef61941a62

Modified Files

Name
M plugins/artidoc/scripts/artidoc/po/fr_FR.po +6 βˆ’0 Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/App.test.ts Go to diff View file
R plugins/artidoc/scripts/artidoc/src/components/App.vue Go to diff View file
A plugins/artidoc/scripts/artidoc/src/assets/Tumbleweed.vue +85 βˆ’0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/components/EmptyStateMessageWithImage.test.ts +55 βˆ’0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/components/EmptyStateMessageWithImage.vue +55 βˆ’0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/index.ts +1 βˆ’1 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/views/EmptyState.test.ts +46 βˆ’0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/views/EmptyState.vue +37 βˆ’0 Go to diff View file
M plugins/artidoc/scripts/artidoc/tsconfig.json +6 βˆ’1 Go to diff View file
M plugins/artidoc/scripts/artidoc/vite.config.ts +5 βˆ’0 Go to diff View file