Quick actions for document list

- support for quick actions (folders/documents)
- reworked project structure for document list (simplified naming and
hierarchy)

refs #20, #50
This commit is contained in:
Denys Vuika
2016-04-28 13:02:21 +01:00
parent 48bf3cfaff
commit 84aa5a4efd
64 changed files with 922 additions and 152 deletions

View File

@@ -16,6 +16,7 @@
*/
export class ContentActionModel {
icon: string;
title: string;
handler: ContentActionHandler;
}