add control panel and some more interesting views

This commit is contained in:
Géry Debongnie
2019-03-08 11:59:02 +01:00
parent c3c060a028
commit 98fe440a84
14 changed files with 327 additions and 77 deletions
+1
View File
@@ -56,6 +56,7 @@ export class Root extends Widget<Store, State> {
// to do: call some public method of widget instead...
(<HTMLElement>this.refs.content).appendChild(widget.el!);
widget.__mount();
widget.el!.classList.add("o_action_controller");
this.store.activateController(controller);
}
}