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

[WIP] refactoring start document UX

This commit is contained in:
Harvey Kandola 2017-11-22 17:27:09 +00:00
parent aee9345886
commit 18fc5db8c6
13 changed files with 145 additions and 198 deletions

View file

@ -118,18 +118,6 @@ export default Component.extend(AuthMixin, {
});
},
onImport() {
this.attrs.onRefresh();
},
onStartDocument() {
this.set('showStartDocument', !this.get('showStartDocument'));
},
onHideStartDocument() {
this.set('showStartDocument', false);
},
onDocumentFilter(filter, id) {
let docs = this.get('documents');
let categories = this.get('categories');