stable

Clone or download

Read-only

Display background grid in roadmap

So that users can distinguish months. Reminder: The widget is hidden behind a feature flag: ``` tuleap config-set feature_flag_plugin_roadmap_display_underconstruction_widget 1 ``` Part of story #19734: have a Roadmap widget on dashboard Change-Id: I891e4867a2bef6c385d82847f013ba6d6faba9a7

Modified Files

Name
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.vue +7 −6 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/BackgroundGrid.test.ts +38 −0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/BackgroundGrid.vue +40 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/GanttTask.test.ts +5 −0 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/GanttTask.vue +6 −1 Go to diff View file
M plugins/roadmap/themes/_gantt-board.scss +14 −0 Go to diff View file
A plugins/roadmap/themes/_grid.scss +26 −0 Go to diff View file
M plugins/roadmap/themes/_timeperiod.scss +3 −0 Go to diff View file
M src/themes/tlp/src/scss/components/_css-var-root.scss +2 −0 Go to diff View file