stable

Clone or download

Read-only

Merge commit 'refs/changes/30/17330/11' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #14376 In project creation, project services should be displayed in a modal

Modified Files

Name
M src/www/scripts/project/registration/po/fr_FR.po +10 −3 Go to diff View file
M src/www/scripts/project/registration/src/api/rest-querier.test.ts +43 −2 Go to diff View file
M src/www/scripts/project/registration/src/api/rest-querier.ts +23 −2 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Advanced/UserProjectList.vue +6 −2 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Advanced/__snapshots__/UserProjectList.test.ts.snap +4 −2 Go to diff View file
A src/www/scripts/project/registration/src/components/Template/Services/ProjectServices.test.ts +85 −0 Go to diff View file
A src/www/scripts/project/registration/src/components/Template/Services/ProjectServices.vue +141 −0 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/TemplateCard.vue +14 −4 Go to diff View file
M src/www/scripts/project/registration/src/type.ts +9 −0 Go to diff View file
M src/www/themes/BurningParrot/css/project-registration/_project-registration.scss +1 −0 Go to diff View file
M src/www/themes/BurningParrot/css/project-registration/includes/_cards.scss +9 −0 Go to diff View file
A src/www/themes/BurningParrot/css/project-registration/includes/_services.scss +41 −0 Go to diff View file