[ACA-1379] Search Results Actions and Bulk Actions (#406)

* download actions and effects

* download multiple search results

* remove inline toolbar

* base page and toolbar for the Search results

* toolbar actions

* update search settings

* toggle favorites from search results

* manage versions dialog

* folder navigation

* sidebar integration

* remove obsolete style
This commit is contained in:
Denys Vuika
2018-06-13 14:21:09 +01:00
committed by GitHub
parent 6620600550
commit a849a215bb
9 changed files with 365 additions and 77 deletions

View File

@@ -139,7 +139,7 @@ export class FilesComponent extends PageComponent implements OnInit, OnDestroy {
});
}
onNodeDoubleClick(event) {
onNodeDoubleClick(event: CustomEvent) {
if (!!event.detail && !!event.detail.node) {
const node: MinimalNodeEntryEntity = event.detail.node.entry;