1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #286 from MetaMask/FixSpinner

Made network spinner clickable
This commit is contained in:
Dan Finlay 2016-06-14 15:26:33 -07:00 committed by GitHub
commit 92f8d1b2ca
2 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,9 @@
## Current Master
- Clean up UI
- Remove nonfunctional QR code button
- Clean up UI.
- Remove nonfunctional QR code button.
- Make network loading indicator clickable to select accessible network.
## 2.3.1 2016-06-09

View File

@ -19,6 +19,7 @@ Network.prototype.render = function() {
if (networkNumber == 'loading') {
return h('img', {
title: 'Attempting to connect to blockchain.',
onClick:(event) => this.props.onClick(event),
style: {
width: '27px',
marginRight: '-27px'