Common components refactor #1

Merged
akinwale merged 42 commits from common-components-refactor into master 2018-04-05 04:57:30 +02:00
3 changed files with 1632 additions and 1419 deletions
Showing only changes of commit 6bc1242381 - Show all commits

File diff suppressed because it is too large Load diff

View file

@ -37,6 +37,7 @@
"keytar": "^4.0.3",
"localforage": "^1.5.0",
"npm": "^5.5.1",
"proxy-polyfill": "^0.1.7",
"qrcode.react": "^0.7.2",
"rc-progress": "^2.0.6",
"react": "^16.2.0",

View file

@ -1,4 +1,5 @@
import jsonrpc from 'jsonrpc';
import 'proxy-polyfill';
const CHECK_DAEMON_STARTED_TRY_NUMBER = 200;