stable

Clone or download

Read-only

feat: Show tooltips on references in text cells

Part of story #39019 Switch mode in Cross tracker search widget How to test: - To configure a widget in expert mode, use the API explorer and do a PUT on a cross-tracker report, providing report_mode=expert. - Set up an artifact so that a text field contains Tuleap references (for example a reference to an Artifact). - Write a query that SELECTs the text field. - The text in text cells is aligned to the left of the cell - When you hover your cursor over the reference, the Tuleap tooltip should appear. Change-Id: I075ff0e55618267d0a9bef99ee5f7cf5af23709b

Modified Files

Name
M lib/frontend/tooltip/README.md +0 −15 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/package.json +1 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/pnpm-lock.yaml +3 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableCell.test.ts +0 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableCell.vue +5 −9 Go to diff View file
A plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/TextCell.vue +43 −0 Go to diff View file