-
+
}
- style={{ width: 200 }}
+ style={{ width: 400 }}
+ onChange={this.handleReceiverInputChange}
/>
+ style={{marginRight: 10}}
+ onChange={this.handleValueInputChange} />
-
+
+
+
diff --git a/wallet/src/views/notyet/notyet.js b/wallet/src/views/notyet/notyet.js
new file mode 100644
index 0000000..f0bd55b
--- /dev/null
+++ b/wallet/src/views/notyet/notyet.js
@@ -0,0 +1,32 @@
+import React, { Component } from 'react';
+
+import mem from '../../mem/mem';
+
+// import {card, tx} from '../../kit/lib'
+import { Card, Button, Timeline, Row, Col, List, Icon,
+ Form, Input, InputNumber, Checkbox, message,
+ Progress } from 'antd';
+import 'antd/dist/antd.css';
+const FormItem = Form.Item;
+
+
+
+class notyet extends Component {
+ constructor(props) {
+ super(props);
+ this.state = {
+ };
+ }
+
+ render() {
+ return (
+
+
+ Not yet, but meanwhile, here is a penguin 🐧
+
+
+ );
+ }
+}
+
+export default notyet;
diff --git a/wallet/src/views/sidemenu/sidemenu.js b/wallet/src/views/sidemenu/sidemenu.js
index c786173..99ecc7c 100644
--- a/wallet/src/views/sidemenu/sidemenu.js
+++ b/wallet/src/views/sidemenu/sidemenu.js
@@ -34,8 +34,16 @@ class dashboard extends Component {
New transaction
-
History
-
Stats
+
+
+ History
+
+
+
+
+ Stats
+
+
);
}