stable

Clone or download

Read-only

Glossify new project creation page - Step 2

* Rework on footer style * Fields have now good sizes * Project name error no more thrown at first input * Error messages have been reworked * Fix SVG issue * Project privacy tooltip is now a popover Part of request #14405 - Glossify new project creation Change-Id: If1aaf71f62a753de3f219973e15fbf3c8869d32e

Modified Files

Name
M src/www/scripts/project/registration/po/fr_FR.po +11 −5 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Fields/FieldDescription.vue +2 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Fields/FieldsList.vue +4 −2 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Fields/__snapshots__/FieldsList.test.ts.snap +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts +22 −18 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue +25 −11 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacySwitch.test.ts +14 −10 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacySwitch.vue +27 −11 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectName.test.ts +11 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectName.vue +13 −5 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectShortName.vue +13 −8 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/__snapshots__/ProjectInformationInputPrivacySwitch.test.ts.snap +13 −2 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformation.vue +2 −3 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.vue +2 −3 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformationSvg.vue +2 −2 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/AllProjectTemplates.vue +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/TemplateFooter.vue +0 −1 Go to diff View file
M src/www/themes/BurningParrot/css/project-registration/_project-registration.scss +17 −3 Go to diff View file
M src/www/themes/BurningParrot/css/project-registration/includes/_cards.scss +0 −16 Go to diff View file
M src/www/themes/BurningParrot/css/project-registration/includes/_project-information.scss +14 −9 Go to diff View file