From 63549024bbc804a6495b82f0f7be5a2c32fca73a Mon Sep 17 00:00:00 2001 From: pbca26 Date: Sat, 22 Apr 2017 20:05:29 +0300 Subject: [PATCH] switched basilisk progress placeholder with animated bar --- react/src/components/dashboard/walletsData.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/react/src/components/dashboard/walletsData.js b/react/src/components/dashboard/walletsData.js index 52d6bab..f80e145 100644 --- a/react/src/components/dashboard/walletsData.js +++ b/react/src/components/dashboard/walletsData.js @@ -328,6 +328,12 @@ class WalletsData extends React.Component { } } +/* +
+ Processing requests: {this.state.currentStackLength} / {this.state.totalStackLength} +
+*/ + render() { if (this.props && this.props.ActiveCoin && this.props.ActiveCoin.coin && this.props.ActiveCoin.mode !== 'native' && !this.props.ActiveCoin.send && !this.props.ActiveCoin.receive) { return ( @@ -343,8 +349,10 @@ class WalletsData extends React.Component {
-
- Processing requests: {this.state.currentStackLength} / {this.state.totalStackLength} +
+
+ Processing requests: {this.state.currentStackLength} / {this.state.totalStackLength} +