Better display of tags (#4564)

* WIP

* Update accounts on whitelist change in Parity Bar

* Fix AccountCard width in Parity Bar (Signer)

* Added AccountCard Example

* Use horizontal tags

* Better Tags display

* Scrollable tags

* Update PR Grumbles

* Fix tests (add tags)

* PR Grumble
This commit is contained in:
Nicolas Gotchac
2017-02-16 17:42:19 +01:00
committed by Gav Wood
parent 00c843afea
commit b825c8e074
12 changed files with 262 additions and 49 deletions

View File

@@ -126,6 +126,7 @@ export default class Personal {
case 'parity_setDappsAddresses':
case 'parity_setNewDappsWhitelist':
this._defaultAccount(true);
this._listAccounts();
return;
}
});