-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theming: Add logo and background to ThemingDefaults #1026
Conversation
7e03063
to
867efcc
Compare
867efcc
to
80fe499
Compare
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. |
cc @nickvergessen as you mentioned something about the loading order in #770. |
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. |
@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. |
cc @schiessle @LukasReschke for review |
👍 |
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.