stable

Clone or download

Read-only

Select a tracker template

part of: story #14291 Beautiful tracker creation How to test: - click on the [template] card --> It displays a selectbox --> It contains trackers retrieved from the DOM --> The selected tracker id is stored Change-Id: I47001614d46229383225dbcf64d4cab9ed208a0a

Modified Files

Name
M plugins/tracker/scripts/package-lock.json +6 −0 Go to diff View file
M plugins/tracker/scripts/package.json +2 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/index.ts +18 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/po/fr_FR.po +3 −0 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOne.vue +1 −1 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerBaseCard.test.ts +53 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerBaseCard.vue +60 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerTemplate/TrackerTemplateCard.vue +51 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerTemplate/TrackerTemplateCardDescription.vue +29 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerTemplate/TrackerTemplateSelector.test.ts +60 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerTemplate/TrackerTemplateSelector.vue +66 −0 Go to diff View file
D plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerTemplateCard.vue +0 −48 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/svg/SvgTrackerTemplate.vue +4 −4 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/helpers/local-vue-for-tests.ts +34 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/store/index.ts +31 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/store/mutations.ts +31 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/store/type.ts +39 −0 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-options-cards.scss +38 −0 Go to diff View file