Small UI fixes (#3966)

* Load dapp visibility from localStorage

* Align MethodDecoding address svg properly

* Consolidate svg & img classes overrides

* improve isNullAddress check

* readOnly for null display

* disabled || readOnly
This commit is contained in:
Jaco Greeff
2016-12-27 12:40:33 +01:00
committed by GitHub
parent ce8d9252e7
commit 19c8e55aa9
7 changed files with 27 additions and 11 deletions

View File

@@ -46,6 +46,7 @@ export default class DappsStore {
constructor (api) {
this._api = api;
this.readDisplayApps();
this.loadExternalOverlay();
this.loadApps();
this.subscribeToChanges();