From 5efda2c428a4aefe8f5d40a3c0bfb1f662a54afa Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 24 Oct 2018 13:10:31 -0400 Subject: [PATCH] move debugger to sidebar; fix config issue --- embark-ui/src/components/ContractDebugger.js | 48 ++++++++++--------- embark-ui/src/components/TextEditorToolbar.js | 3 ++ .../containers/TextEditorAsideContainer.js | 12 +++++ .../src/containers/TextEditorContainer.js | 4 +- .../test_app/app/contracts/simple_storage.sol | 2 +- test_apps/test_app/app/js/index.js | 4 +- test_apps/test_app/config/blockchain.json | 5 -- 7 files changed, 47 insertions(+), 31 deletions(-) diff --git a/embark-ui/src/components/ContractDebugger.js b/embark-ui/src/components/ContractDebugger.js index b5f3a7ae..b6f517ff 100644 --- a/embark-ui/src/components/ContractDebugger.js +++ b/embark-ui/src/components/ContractDebugger.js @@ -57,28 +57,32 @@ class ContractDebugger extends Component { render() { return ( - - - this.handleChange(e)}/> - - - - - - - - - - - - - -
Scopes -
- -
- -
+
+ + + this.handleChange(e)}/> + + + + + + + + + + + + + + + +
Scopes +
+ +
+ +
+
); } } diff --git a/embark-ui/src/components/TextEditorToolbar.js b/embark-ui/src/components/TextEditorToolbar.js index 4eaf4305..61620828 100644 --- a/embark-ui/src/components/TextEditorToolbar.js +++ b/embark-ui/src/components/TextEditorToolbar.js @@ -41,6 +41,9 @@ const TextEditorToolbar = (props) => ( Logger | + }