stable

Clone or download

Read-only

feat: replace BarPopover content by Tooltip content

So that users have all tooltip information for tasks in roadmap. Part of story #26777: have artifact tooltips on roadmap Change-Id: I11f763f7597add5dbdf5d4dcf370a7430b9bf7d8

Modified Files

Name
M lib/frontend/tooltip/package.json +0 −3 Go to diff View file
M lib/frontend/tooltip/src/tooltip.d.ts +7 −0 Go to diff View file
M lib/frontend/tooltip/src/tooltip.ts +24 −19 Go to diff View file
M plugins/roadmap/jest.config.js +15 −1 Go to diff View file
M plugins/roadmap/package.json +3 −0 Go to diff View file
M plugins/roadmap/pnpm-lock.yaml +78 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/po/fr_FR.po +0 −15 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/po/pt_BR.po +0 −15 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/BarPopover.test.ts +39 −130 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/BarPopover.vue +58 −116 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/helpers/local-vue-for-test.ts +2 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/index.ts +2 −0 Go to diff View file
M plugins/roadmap/themes/_popover.scss +0 −30 Go to diff View file
M src/themes/BurningParrot/css/includes/_cross-ref-tooltip.scss +33 −35 Go to diff View file
M src/themes/FlamingParrot/css/utils/_cross-ref-tooltip.scss +29 −31 Go to diff View file