Several fixes to the Wallet in general (#4504)

* Fix address non-ellipsis on Wallet view

* Add warning if daily limit has been reached

* Add OOG warnings to TxHash

* Fixes to the Warning

* Added stringified version of the changes

* Add wallet link for notifications

* Fix tests

* Use Formatted Messages

* React Intl

* s/ui.walletSettings/walletSettings in React Intl
This commit is contained in:
Nicolas Gotchac
2017-02-10 18:27:18 +01:00
committed by Jaco Greeff
parent da2e28dad1
commit ace5c27211
10 changed files with 384 additions and 48 deletions

View File

@@ -59,9 +59,15 @@
display: inline-block;
}
.addressline {
display: flex;
}
.address {
display: inline-block;
margin-left: .5em;
margin-left: 0.5em;
overflow: hidden;
text-overflow: ellipsis;
}
.tags {

View File

@@ -55,6 +55,7 @@
.header {
flex: 1;
margin-right: 0.25em;
overflow: hidden;
}
.details {