stable
Clone or download
Read-only
request #13773 Dashboard styles should be separate from BurningParrot theme
How to test: - "npm run sass" - No functional change, "My personal dashboard" and "Project dashboard" should still have CSS style. Change-Id: Ibeafba9255f31e04daf77b407d9f3b3b970057f9
Modified Files
Name | ||||
---|---|---|---|---|
M | build-manifest.json | +13 | −1 | Go to diff View file |
M | src/common/Dashboard/AssetsIncluder.php | +18 | −9 | Go to diff View file |
M | src/common/Project/Home.php | +20 | −10 | Go to diff View file |
M | src/www/my/index.php | +13 | −7 | Go to diff View file |
M | src/www/themes/BurningParrot/css/_includes.scss | +1 | −2 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-blue-condensed.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-blue.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-green-condensed.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-green.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-grey-condensed.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-grey.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-orange-condensed.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-orange.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-purple-condensed.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-purple.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-red-condensed.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-red.scss | +21 | −0 | Go to diff View file |
M | tests/phpunit/common/Dashboard/AssetsIncluderTest.php | +11 | −5 | Go to diff View file |