stable

Clone or download

Read-only

Limit display of under construction modal

Part of story #13640 See minimal card display How to test: - After the first display of the "Under construction" modal, the Date should be saved in session storage and the modal won't be shown again for the next 24 hours. - It only works for a given tab / session. When you open a new tab, the modal will show up again. Change-Id: I712157e0278f0e810a25b23cf86a5c4db700ebbe

Modified Files

Name
M plugins/taskboard/scripts/taskboard/index.ts +3 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/UnderConstruction/UnderConstructionModal.test.ts +91 −9 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/UnderConstruction/UnderConstructionModal.vue +30 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/UnderConstruction/__snapshots__/UnderConstructionModal.test.ts.snap +2 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/local-vue-for-test.ts +2 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/type.d.ts +1 −0 Go to diff View file
M src/www/scripts/vue-components/store-wrapper-jest.d.ts +6 −2 Go to diff View file