stable

Clone or download

Read-only

Make the new url available for anybody

part of story #14291 Beautiful tracker creation How to test: In legacy UI you have a link to test the new UI In new UI you have a link to switch back to legacy UI I used the same link pattern than that we made for document Change-Id: I8a1525cb25a8a9f317213183f3d1a7427921abf2

Modified Files

Name
M plugins/tracker/include/Tracker/Creation/TrackerCreationPresenter.php +5 −0 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +6 −0 Go to diff View file
M plugins/tracker/scripts/tracker-creation/index.ts +7 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/po/fr_FR.po +3 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation/src/components/steps/layout/BackToLegacy.vue +41 −0 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepNavigationButtons.vue +56 −46 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/type.ts +1 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +3 −0 Go to diff View file
M plugins/tracker/templates/tracker-creation/tracker-creation-app.mustache +1 −0 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-step-layout.scss +12 −0 Go to diff View file
M plugins/tracker/themes/FlamingParrot/css/style.scss +1 −0 Go to diff View file
A plugins/tracker/themes/FlamingParrot/css/tracker-creation.scss +29 −0 Go to diff View file