From 9805a36d29dc52485b694a533bdb16476a490c4f Mon Sep 17 00:00:00 2001 From: Marc Garreau Date: Wed, 20 Feb 2019 10:12:34 -0700 Subject: [PATCH] fix: mui spinner + progress --- package.json | 2 +- src/containers/Network/ClientDownload.jsx | 17 +- yarn.lock | 239 +++++++++++++++++++++- 3 files changed, 239 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index e845121f..0077532a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "bignumber.js": "^7.2.1", "bn.js": "^4.11.8", "dapp-styles": "git+https://github.com/ethereum/dapp-styles.git", - "ethereum-react-components": "^1.13.0", + "ethereum-react-components": "^1.13.7", "lodash": "^4.17.11", "moment": "^2.22.2", "numeral": "^2.0.6", diff --git a/src/containers/Network/ClientDownload.jsx b/src/containers/Network/ClientDownload.jsx index d3278c68..fc12fd61 100644 --- a/src/containers/Network/ClientDownload.jsx +++ b/src/containers/Network/ClientDownload.jsx @@ -1,5 +1,5 @@ import React, { Component } from 'react' -import { Select, Button, Spinner } from 'ethereum-react-components' +import { Select, Button, Spinner, Progress } from 'ethereum-react-components' import { Mist } from '../../API' const { geth } = Mist @@ -90,7 +90,9 @@ export default class ClientDownload extends Component { return (
{releases.length === 0 ? ( - +
+ +
) : (