stable
Clone or download
Read-only
request #11845 In TTM scripts/assets/ is no more readable
- Removed angular/src/assets/. All images inside were either duplicates from tuleap BurningParrot theme or were no longer used. - Replaced usages of 'scripts/assets/loader.gif' with '/themes/BurningParrot/images/spinner.gif'. - Replaced usages of 'scripts/assets/avatar_default.png' with '/themes/BurningParrot/images/avatar_default.png'. I also took the opportunity to dedupe 'concurrently' which is now installed in tuleap root. Note: - Instead of relying on <img>, we usually have a ".loader" class and reference the BurningParrot spinner from it. This can be a future refactoring. Change-Id: I5481b7a3a97bed97df455446a25ccde38b372f8e
Modified Files
Name | ||||
---|---|---|---|---|
M | www/scripts/angular/src/app/artifact-links-graph/artifact-links-graph-directive.js | +1 | −1 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign-list.tpl.html | +1 | −1 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-header/execution-list-header.tpl.html | +1 | −1 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list.tpl.html | +2 | −2 | Go to diff View file |
M | www/scripts/angular/src/app/graph/graph.tpl.html | +1 | −1 | Go to diff View file |
D | www/scripts/angular/src/assets/avatar_default.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/closed-campaigns.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/loader.gif | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/open-campaigns.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/sad-cat.jpg | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/search-input.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/status-blocked-color.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/status-blocked-white-big.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/status-blocked.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/status-failed-color.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/status-failed-white-big.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/status-failed.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/status-notrun-color.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/status-notrun-white-big.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/status-notrun.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/status-passed-color.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/status-passed-white-big.png | +- | −- | Go to diff View file |
D | www/scripts/angular/src/assets/status-passed.png | +- | −- | Go to diff View file |
M | www/scripts/package-lock.json | +0 | −120 | Go to diff View file |
M | www/scripts/package.json | +2 | −4 | Go to diff View file |