Commit Graph

446 Commits

Author SHA1 Message Date
George Lima 1033366109 ci(config): use xvfb-run 2019-01-24 20:00:11 -03:00
George Lima 69a0728b63 ci(config): update ffmpeg command 2019-01-24 19:47:00 -03:00
George Lima 6a7e471210 ci(config): decrease screen size 2019-01-24 19:09:00 -03:00
George Lima cabb2b9c94 ci(config): install ffmpeg 2019-01-24 18:37:54 -03:00
George Lima a9ab2e3984 ci(config): add ffmpeg record and store_artifacts 2019-01-24 18:35:54 -03:00
George Lima a87c5ea51e ci(config): remove yarn.lock 2019-01-24 17:12:41 -03:00
George Lima b49a096445 ci(config): use xvfb in e2e test 2019-01-24 17:09:40 -03:00
George Lima fe09c2ccc6 ci(config): add yarn config set registry step 2019-01-24 16:34:23 -03:00
George Lima 45570fa329 ci(config): fix filters test job 2019-01-24 16:29:00 -03:00
George Lima 57bb3e6ff5 chore(components): add missing ids 2019-01-24 16:26:03 -03:00
George Lima 97f9767ec8 type(components): fix Props of base components 2019-01-24 16:24:10 -03:00
George Lima 2e501e98ab test(api): update rpc mock api 2019-01-24 16:23:29 -03:00
George Lima 2fb5d2683d test(e2e): fix e2e tests 2019-01-24 16:23:06 -03:00
George Lima 1c529ccaec ci(CircleCI): add config.yml to e2e tests 2019-01-24 16:22:27 -03:00
George Lima e68583b363 chore(git): merge with developer 2019-01-24 11:56:49 -03:00
George Lima 495bcd7548 test(send): add send success tests 2019-01-23 16:37:58 -03:00
George Lima 172f26d842 test(components): add components ids 2019-01-23 16:37:35 -03:00
George Lima d93558605f test(api): mock transactions 2019-01-23 16:37:05 -03:00
George Lima a1a3f84ae0 test(console): fix typo 2019-01-23 16:34:17 -03:00
George Lima e28e37f59a test(send): [WIP] add send e2e tests 2019-01-23 14:05:48 -03:00
George Lima 517d5a87a9 test(input): add name prop to input component 2019-01-23 14:04:57 -03:00
George Lima d16fdd2838 test(console): add console view tests 2019-01-23 14:04:29 -03:00
George Lima b56931734d test(components): add id to components 2019-01-23 14:04:11 -03:00
George Lima d138d09014 test(api): update mock api methods 2019-01-23 14:03:15 -03:00
George Lima b05df96721 test(electron): dont run daemon if NODE_ENV === 'test' 2019-01-23 12:41:25 -03:00
George Lima 8fc737081a test(status-pill): add StatusPill tests 2019-01-23 12:40:18 -03:00
George Lima e918f319ba type(api): remove useless supress 2019-01-23 12:38:10 -03:00
George Lima 0c72ab9590 test(spectron): add NODE_ENV in startup 2019-01-23 12:37:35 -03:00
George Lima e15f1c58cc test(components): remove sidebar test 2019-01-23 12:36:29 -03:00
George Lima 34eba62942 test(api): create simple mock rpc api 2019-01-23 12:26:17 -03:00
George Lima 3a59779913 test(setup): add basics e2e tests 2019-01-22 15:50:11 -03:00
George Lima 19361ae3c7 chore(test): add quitTimeout in Application 2019-01-22 15:48:54 -03:00
George Lima 4e30d698af feat(jest): require jest-extended on setup 2019-01-22 15:45:14 -03:00
George Lima cf4a258ef1 feat(deps): add jest-extended 2019-01-22 15:44:17 -03:00
George Lima c2277529d8 test(snapshot): remove old snapshot 2019-01-22 15:34:26 -03:00
George Lima 37eb75151a
Merge pull request #46 from andrerfneves/bugfix/bump-flow-bin
Bugfix/bump flow bin
2019-01-21 22:09:23 -02:00
George Lima 87a10a73b0 type(redux): supress redux flow warnings 2019-01-21 21:08:35 -03:00
George Lima 793a116106 type(button): fix icon/onClick proptype 2019-01-21 21:07:28 -03:00
George Lima a61e2a69b5 feat(deps): bump flow-bin 2019-01-21 21:06:42 -03:00
George Lima 7ab19e0029
Merge pull request #37 from andrerfneves/feature/settings-export
Feature/settings export
2019-01-21 12:50:40 -02:00
André Neves 89def68756 refactor: sidebar changes for higher contrast 2019-01-20 13:57:27 -05:00
André Neves 1fbed2c965 refactor: statuspill style fixes to match designs more 2019-01-20 12:04:27 -05:00
André Neves 277f8b11c3 chore: making init electron screen larger 2019-01-20 12:04:01 -05:00
André Neves 9f838dc62d chore: solve merge conflicts 2019-01-20 11:46:31 -05:00
André Neves eea3510867
Merge pull request #39 from andrerfneves/feature/new-round-pixel-perfecting
Feature/new round pixel perfecting
2019-01-17 19:25:43 -05:00
eliabejr d4ae30805f feat(pixel-perfecting): add eye on Receive view buttons 2019-01-17 17:26:46 -03:00
eliabejr 069913ebf6 feat(pixel-perfecting): add icon prop on button 2019-01-17 17:24:00 -03:00
Eliabe Júnior df02b32421
Feature/status pill (#38)
* feat(styles): create status pill component

* feat(styles): add status pill icons

* feat(status-pill): refactor component logic

* feat(status-pill): add component in docz

* feat(status-pill): show component on header

* feat(status-pill): call RPC to check verification progress

* feat(status-pill): add setInterval on getBlockchainStatus function

* chore: clean code

* feat(status-pill): add ticker to check blockchain info

* feat(status-pill): improve component experience

* chore(status-pill): refactor component lifecycle

* chore(status-pill): increase update time
2019-01-17 16:40:27 -03:00
eliabejr 4428b6e47f chore(revamp-cases): remove unused method 2019-01-17 12:38:11 -03:00
eliabejr 51fc36da4f feat(pixel-perfecting): add show/hide address button on receive view 2019-01-15 23:02:49 -03:00