1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 14:19:43 +02:00

New theme layout

This commit is contained in:
Harvey Kandola 2018-12-02 16:19:25 +00:00
parent 679049d2b1
commit 34d54745f3
20 changed files with 2292 additions and 697 deletions

View file

@ -85,11 +85,11 @@ export default Component.extend(AuthProvider, {
set(this, 'password.password', '');
set(this, 'password.confirmation', '');
});
},
onThemeChange(theme) {
this.get('appMeta').setTheme(theme);
this.set('model.theme', theme);
}
// onThemeChange(theme) {
// this.get('appMeta').setTheme(theme);
// this.set('model.theme', theme);
// }
}
});