FEATURE: themes and components split

* FEATURE: themes and components split

* two seperate methods to switch theme type

* use strict equality operator
This commit is contained in:
Osama Sayegh
2018-08-24 04:30:00 +03:00
committed by Sam
parent 4a552fb967
commit e0cc29d658
29 changed files with 445 additions and 157 deletions

View File

@ -53,11 +53,6 @@ export default Ember.Controller.extend({
return this.shouldShow("mobile");
},
@computed("onlyOverridden", "model.remote_theme")
showSettings() {
return false;
},
@observes("onlyOverridden")
onlyOverriddenChanged() {
if (this.get("onlyOverridden")) {