Feature(theme): add nightmode react logic

We wait to load the user before applying the theme
as we will begin aggressively caching most of the react
app routes. This means we can not depend on user data to
determine.
This commit is contained in:
Berkeley Martinez
2016-08-05 14:05:57 -07:00
parent f326acb47c
commit 94c4c846e9
8 changed files with 106 additions and 8 deletions

View File

@ -599,6 +599,7 @@ module.exports = function(User) {
.toPromise();
};
// deprecated. remove once live
User.remoteMethod(
'updateTheme',
{