stable
Clone or download
Read-only
Part of story #10410 - Have burning parrot pull requests Please don't be a nazy regarding the file slector. I had to remove ui-select because its design relied on boobstrap 2. I did my best to make it look like the old one. Its functional behavior has been kept as intact as possible. How to test: --> The file selector works --> selected files are loaded --> selected file is highlighted in the file selector --> spinner are displayed when the files or the diffs are loading --> diff section is well displayed --> inline comment section is well displayed Change-Id: I7116d1b3498b14360ad3da9fdf88e7add5851135
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/www/scripts/package-lock.json | +0 | −5 | Go to diff View file |
M | plugins/pullrequest/www/scripts/package.json | +0 | −1 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/app.js | +0 | −2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/file-diff/_file-diff.scss | +112 | −145 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/file-diff/file-diff-directive.js | +8 | −8 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/file-diff/file-diff.tpl.html | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/file-diff/inline-comment/_inline-comment.scss | +14 | −20 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/file-diff/inline-comment/inline-comment.tpl.html | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/files/_files.scss | +60 | −87 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/files/files-controller.js | +22 | −2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/files/files.tpl.html | +35 | −22 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/overview/timeline/_timeline.scss | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/overview/timeline/timeline.tpl.html | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/tuleap-pullrequest.scss | +0 | −1 | Go to diff View file |
M | plugins/pullrequest/www/scripts/webpack.config.js | +0 | −1 | Go to diff View file |