Uh oh!
There was an error while loading. Please reload this page.
Theming: Add logo and background to ThemingDefaults - #1026
Conversation
7e03063 to
867efccCompare867efcc to
80fe499Comparejuliusknorr
commented
Aug 23, 2016
Ok, I've tried to figure out why the tests of #770 are failing. This PR contains the set of backend changes for the theming app that I think introduce the failing tests. @icewind1991 it would be really great if you could have a look. |
juliusknorr
commented
Aug 23, 2016
cc @nickvergessen as you mentioned something about the loading order in #770. |
nickvergessen
commented
Aug 24, 2016
Had a quick look, and we can fix this by using the lazy root, but well that is not as clean as it should be. But will push this never the less now. |
juliusknorr
commented
Aug 24, 2016
@nickvergessen Awesome! Thanks for the cleanup as well. Ready for review now. I'll create a new PR for the rest of #770 and after merge we also continue with #771 and #840. |
juliusknorr
commented
Aug 24, 2016
cc @schiessle@LukasReschke for review |
nickvergessen
commented
Aug 25, 2016
👍 |
rullzer
commented
Aug 26, 2016
LGTM |
This PR adds logo and background to the ThemingDefaults class. This allows further code in the theming app to query the current logo/background image url.