stable

Clone or download

Read-only

Git repository modal creation

this is part of story #10408 have a burning parrot git repository list How to test: forge url to: /plugin/git/<projectname>/ Modal for repository creation is now displayed Submit button is disabled and form doesn't do anything for now Change-Id: I62b7e42d864ba7272f439954247348719a329dc3

Modified Files

Name
M package-lock.json +7 −7 Go to diff View file
M package.json +1 −1 Go to diff View file
M plugins/git/www/scripts/package.json +1 −1 Go to diff View file
M plugins/git/www/scripts/repositories/po/fr.po +20 −0 Go to diff View file
M plugins/git/www/scripts/repositories/po/template.pot +22 −0 Go to diff View file
M plugins/git/www/scripts/repositories/src/GitRepositoriesList.vue +28 −7 Go to diff View file
A plugins/git/www/scripts/repositories/src/GitRepositoryCreate.vue +91 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/_git-repositories.scss +3 −0 Go to diff View file
M plugins/git/www/themes/BurningParrot/css/_git.scss +1 −0 Go to diff View file