stable

Clone or download

Read-only

vertical "tabs" for template categories

part of: story #22210 select SAFe templates at project creation How to test: --> No functional change --> The first category is displayed by default - If there is a company name and there are some company templates --> There is a tab named after the company - If there is no company name but there are company templates --> There is a "custom templates" tab" Change-Id: I9dfc0181fa611ad1afe6e149b35afac7e1111929

Modified Files

Name
M src/scripts/project/registration/po/fr_FR.po +1 −7 Go to diff View file
M src/scripts/project/registration/src/components/Template/Advanced/AdvancedTemplateList.vue +0 −4 Go to diff View file
M src/scripts/project/registration/src/components/Template/AllProjectTemplates.test.ts +4 −8 Go to diff View file
M src/scripts/project/registration/src/components/Template/AllProjectTemplates.vue +4 −10 Go to diff View file
M src/scripts/project/registration/src/components/Template/Company/CompanyTemplateList.test.ts +0 −26 Go to diff View file
M src/scripts/project/registration/src/components/Template/Company/CompanyTemplateList.vue +0 −15 Go to diff View file
A src/scripts/project/registration/src/components/Template/TemplateSelection.test.ts +188 −0 Go to diff View file
A src/scripts/project/registration/src/components/Template/TemplateSelection.vue +127 −0 Go to diff View file
M src/scripts/project/registration/src/components/Template/Tuleap/TuleapTemplateList.vue +0 −2 Go to diff View file
M src/themes/BurningParrot/css/project-registration/includes/_cards.scss +4 −25 Go to diff View file
M src/themes/BurningParrot/css/project-registration/project-registration.scss +35 −1 Go to diff View file