mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Move space label to main view from sidebar
Solves long-standing debate about removing meta from sidebar, and keeping sidebat for navigation/filtering.
This commit is contained in:
parent
e6e5f75ee7
commit
0bfde82040
7 changed files with 55 additions and 22 deletions
|
@ -14,12 +14,4 @@ import Component from '@ember/component';
|
|||
export default Component.extend({
|
||||
tagName: 'div',
|
||||
classNames: ['master-container'],
|
||||
|
||||
didInsertElement() {
|
||||
this._super(...arguments);
|
||||
},
|
||||
|
||||
willDestroyElement() {
|
||||
this._super(...arguments);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue