Merge branch 'master' into ui-2

# Conflicts:
#	js/src/shell/Connection/connection.js
#	js/src/ui/Icons/index.js
#	js/src/views/Accounts/CreateAccount/RecoveryPhrase/recoveryPhrase.js
This commit is contained in:
Jaco Greeff
2017-05-19 14:55:13 +02:00
36 changed files with 709 additions and 419 deletions

View File

@@ -49,7 +49,7 @@
}
.info {
margin-top: 2em;
margin-top: 1em;
line-height: 1.618em
}
@@ -59,6 +59,13 @@
text-align: left;
}
.timestamp {
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
margin: 0.75em 0;
padding: 1em;
}
.btnrow {
text-align: right;
padding: 0 4em;

View File

@@ -94,9 +94,16 @@ class Connection extends Component {
} }
/>
</div>
<div className={ styles.timestamp }>
<FormattedMessage
id='connection.timestamp'
defaultMessage='Ensure that both the Parity node and this machine connecting have computer clocks in-sync with each other and with a timestamp server, ensuring both successful token validation and block operations.'
/>
</div>
<div className={ styles.form }>
<Input
className={ styles.formInput }
autoFocus
disabled={ loading }
error={
validToken || (!token || !token.length)

View File

@@ -79,7 +79,7 @@ class FirstRun extends Component {
visible: PropTypes.bool.isRequired
}
createStore = new CreateStore(this.context.api, {}, false);
createStore = new CreateStore(this.context.api, {}, true, false);
state = {
stage: 0,