Collapsible properties (#771)

* started moving properties to home tab

* moved properties

* refactored panel in dashboard

* fix errors

* fix miss-naming

* added collapsable properties

* revert unnecessary change

* add icon for collapsing properties
This commit is contained in:
Anthony Dresser
2018-03-05 10:06:18 -08:00
committed by GitHub
parent 2e67d03b56
commit 692ed02df8
14 changed files with 146 additions and 24 deletions

View File

@@ -17,7 +17,8 @@ export enum AngularEventType {
DELETE_WIDGET,
PINUNPIN_TAB,
NEW_TABS,
CLOSE_TAB
CLOSE_TAB,
COLLAPSE_WIDGET
}
export interface IDeleteWidgetPayload {