stable

Clone or download

Read-only

Enhance design of repository list

this is part of story #10408 have a burning parrot git repository list How to test: - have several repsotiories in a project - forge your url to /plugin/git/<projectname> => repositories are displayed on two columns on small résolution, only one column is displayed => there is a spinner whilre repositories are charged => id REST route fail, error is properly displayed => you can access to a repository by clicking on it => If repository name or description is very long, it does not break the UI Change-Id: Ibfc4bb3d52410ddf0fde69b73860d795b9b60943

Modified Files

Name
M plugins/git/include/REST/v1/GitRepositoryRepresentation.class.php +5 −3 Go to diff View file
M plugins/git/www/scripts/repositories/po/fr.po +6 −0 Go to diff View file
M plugins/git/www/scripts/repositories/po/template.pot +6 −0 Go to diff View file
M plugins/git/www/scripts/repositories/src/GitRepositoriesList.vue +61 −38 Go to diff View file
M plugins/git/www/scripts/repositories/src/GitRepository.vue +21 −16 Go to diff View file
M plugins/git/www/themes/BurningParrot/css/_git-repositories.scss +35 −1 Go to diff View file
M src/common/REST/v1/GitRepositoryRepresentationBase.class.php +6 −1 Go to diff View file