stable

Clone or download

Read-only

Display roadmap empty state

This introduces: - The VueJS app to display the roadmap widget - CSSΒ custom properties (variables) For now only the empty state is displayed, in every cases. 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: I3e58d98ca2028aa8487d912fcfd2ebb6fdd3df7d

Modified Files

Name
A plugins/roadmap/build-manifest.json +9 βˆ’0 Go to diff View file
M plugins/roadmap/include/Roadmap/RoadmapProjectWidget.php +26 βˆ’1 Go to diff View file
A plugins/roadmap/jest.config.js +23 βˆ’0 Go to diff View file
A plugins/roadmap/package-lock.json +312 βˆ’0 Go to diff View file
A plugins/roadmap/package.json +26 βˆ’0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/po/fr_FR.po +16 βˆ’0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/components/App.test.ts +33 βˆ’0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/components/App.vue +34 βˆ’0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/components/NoDataToShowEmptyState.vue +56 βˆ’0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/helpers/local-vue-for-test.ts +32 βˆ’0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/index.ts +46 βˆ’0 Go to diff View file
A plugins/roadmap/scripts/roadmap-widget/src/vue.shims.d.ts +23 βˆ’0 Go to diff View file
D plugins/roadmap/templates/widget-roadmap-under-construction.mustache +0 βˆ’1 Go to diff View file
A plugins/roadmap/templates/widget-roadmap.mustache +1 βˆ’0 Go to diff View file
A plugins/roadmap/themes/widget-roadmap.scss +37 βˆ’0 Go to diff View file
A plugins/roadmap/tsconfig.json +9 βˆ’0 Go to diff View file
A plugins/roadmap/webpack.common.js +61 βˆ’0 Go to diff View file
A plugins/roadmap/webpack.dev.js +23 βˆ’0 Go to diff View file
A plugins/roadmap/webpack.prod.js +23 βˆ’0 Go to diff View file
M src/themes/tlp/src/scss/_components.scss +1 βˆ’0 Go to diff View file
A src/themes/tlp/src/scss/components/_css-var-root.scss +35 βˆ’0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +2 βˆ’0 Go to diff View file