stable

Clone or download

Read-only

feat: display xref tooltips on artidoc

If an artidoc document contains cross references to other items in tuleap (like art #123), then an enriched tooltip is displayed whenever the mouse is over such reference, like it is done in the artifact view. Part of story #37542: display a read only Document Change-Id: I06dba05a91c8e6dc654428eb1b98a594cfe57298

Modified Files

Name
M plugins/artidoc/scripts/artidoc/package.json +1 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/pnpm-lock.yaml +3 −0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/components/SectionDescription.test.ts +42 −0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/components/SectionDescription.vue +34 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/views/DocumentView.vue +4 −1 Go to diff View file