stable

Clone or download

Read-only

Display the base layout

part of: story #14291 Beautiful tracker creation Change-Id: Ia810d17a5ebd0e500e46b6c40222b2945d5e85b9

Modified Files

Name
M plugins/tracker/include/Tracker/Creation/TrackerCreationController.php +10 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/po/fr_FR.po +32 −3 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/App.vue +7 −4 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepLabel.vue +38 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepLayout.vue +46 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepLayoutSvgPlaceholder.vue +39 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOne.vue +45 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOneInfo.vue +47 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerTemplateCard.vue +48 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/svg/SvgTrackerTemplate.vue +45 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-options-cards.scss +66 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-step-layout.scss +65 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation-blue-condensed.scss +22 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation-blue.scss +22 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation-green-condensed.scss +22 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation-green.scss +22 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation-grey-condensed.scss +22 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation-grey.scss +22 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation-orange-condensed.scss +22 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation-orange.scss +22 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation-purple-condensed.scss +22 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation-purple.scss +22 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation-red-condensed.scss +22 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation-red.scss +22 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/tracker-creation/tracker-creation.scss +21 −0 Go to diff View file
M plugins/tracker/themes/webpack.common.js +7 −0 Go to diff View file