mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
FEATURE: responsive admin pages
This commit is contained in:
@ -7,5 +7,14 @@ export default Ember.Controller.extend({
|
||||
}
|
||||
})
|
||||
.compact();
|
||||
}.property()
|
||||
}.property(),
|
||||
actions: {
|
||||
clearFilter() {
|
||||
this.setProperties({ filter: "", onlyOverridden: false });
|
||||
},
|
||||
|
||||
toggleMenu() {
|
||||
$(".admin-detail").toggleClass("mobile-closed mobile-open");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user