stable

Clone or download

Read-only

Convert privacy switch to select in new project creation

Part of request #14405 - Glossify new project creation Change-Id: If08d08a0dd577b8c33a9d6f064c0ee158ebbb69d

Modified Files

Name
M src/www/scripts/package-lock.json +45 −3 Go to diff View file
M src/www/scripts/package.json +4 −0 Go to diff View file
M src/www/scripts/project/registration/po/fr_FR.po +35 −63 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Fields/FieldDescription.vue +0 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts +13 −127 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue +83 −37 Go to diff View file
D src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacySwitch.test.ts +0 −132 Go to diff View file
D src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacySwitch.vue +0 −98 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectName.vue +2 −3 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectShortName.vue +0 −1 Go to diff View file
D src/www/scripts/project/registration/src/components/Information/Input/__snapshots__/ProjectInformationInputPrivacySwitch.test.ts.snap +0 −18 Go to diff View file
A src/www/scripts/project/registration/src/components/Information/Input/type.ts +25 −0 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformation.test.ts +1 −29 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformation.vue +9 −22 Go to diff View file
M src/www/scripts/project/registration/src/store/state.ts +1 −2 Go to diff View file
M src/www/scripts/webpack.vue.with.manifest.js +2 −1 Go to diff View file
M src/www/themes/BurningParrot/css/project-registration/_project-registration.scss +2 −0 Go to diff View file
M src/www/themes/BurningParrot/css/project-registration/includes/_project-information.scss +36 −27 Go to diff View file