stable
Clone or download
Read-only
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 |