stable

Clone or download

Read-only

Display "under construction" modal

Since the feature is still under construction, we should warn the users before they complain too much. The modal is always displayed, as soon as the user is reaching the page. Part of story #13730: display columns Change-Id: Ib2b96e59fd77e502b14dbba6252390c283bbdbc0

Modified Files

Name
M plugins/taskboard/scripts/package-lock.json +13 −0 Go to diff View file
M plugins/taskboard/scripts/package.json +1 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/index.ts +2 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/po/fr_FR.po +34 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/App.test.ts +2 −19 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/App.vue +3 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForAdmin.test.ts +6 −8 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForUsers.test.ts +6 −8 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/UnderConstruction/UnderConstructionModal.test.ts +38 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/UnderConstruction/UnderConstructionModal.vue +68 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/UnderConstruction/__snapshots__/UnderConstructionModal.test.ts.snap +91 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/__snapshots__/App.test.ts.snap +26 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/helpers/local-vue-for-test.ts +35 −0 Go to diff View file
M src/www/themes/common/tlp/src/index.d.ts +3 −0 Go to diff View file
M src/www/themes/common/tlp/src/js/modal.js +1 −1 Go to diff View file