stable

Clone or download

Read-only

Display popovers in Roadmap widget

When user hovers a bar in the Gantt chart of the Roadmap widget, then additional information is displayed in a popover: the start date and end date of the corresponding task. Part of story #19734: have a Roadmap widget on dashboard Change-Id: I2a5a60fdb43a90cc75b37f48b947b11d7b7037be

Modified Files

Name
M plugins/roadmap/package-lock.json +15 −0 Go to diff View file
M plugins/roadmap/package.json +1 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/po/fr_FR.po +10 −1 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.vue +1 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/BarPopover.test.ts +81 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/BarPopover.vue +110 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/GanttTask.test.ts +1 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/GanttTask.vue +33 −1 Go to diff View file
A plugins/roadmap/themes/_popover.scss +93 −0 Go to diff View file
M plugins/roadmap/themes/_task.scss +1 −0 Go to diff View file
M src/scripts/tlp-doc/css/_demos.scss +6 −0 Go to diff View file
M src/themes/tlp/src/scss/components/_css-var-root.scss +3 −0 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_swatch-colors.scss +29 −0 Go to diff View file
M src/www/tlp-doc/resources/visual-assets/colors/business/demo.html +25 −0 Go to diff View file