Commit Graph

34 Commits

Author SHA1 Message Date
George Lima ee2263e40f Merge branch 'develop' of github.com:andrerfneves/zcash-reference-wallet into feature/catch-error-middleware 2019-02-04 11:23:32 -03:00
George Lima ead5a87858 feat(error-modal): hookup ErrorModal in app layout 2019-01-30 21:22:24 -03:00
George Lima eaa0ca3f6a feat(redux): add App redux module 2019-01-30 21:21:22 -03:00
George Lima 1fcb29f6d2 feat(error-handler): add error handler middleware POC 2019-01-30 21:17:47 -03:00
George Lima 6f0660eccf feat(receive): add getnewaddress button 2019-01-30 12:16:10 -03:00
George Lima 025d9d0e9e chore(git): merge with develop 2019-01-29 18:22:29 -03:00
George Lima 2efab1bb12 lint(import): remove default exports 2019-01-29 12:36:13 -03:00
George Lima 2982dda4d3 type(coverage): improve flow coverage 2019-01-28 21:34:07 -03:00
George Lima 3daf958336 feat(send): load addresses and zec price in Send View 2019-01-24 11:15:09 -03:00
André Neves 0b68cc88be
Merge branch 'develop' into bugfix/receive-view-addresses 2019-01-23 21:02:09 -05:00
André Neves b704f7a8ca
Merge branch 'develop' into feature/transaction-confirm-modal 2019-01-23 20:59:57 -05:00
George Lima 87a10a73b0 type(redux): supress redux flow warnings 2019-01-21 21:08:35 -03:00
George Lima b6b3549cc8 feat(receive): load addresses in receive view container 2019-01-21 15:37:04 -03:00
George Lima 70c0cb6fc4 feat(send): validate TO address 2019-01-21 15:16:16 -03:00
George Lima 34314d766a feature: show info screen after send coins 2019-01-10 11:51:32 -03:00
George Lima fe74b461ca fix: transactions list sort by date 2019-01-08 13:01:20 -03:00
George Lima 535681c94d hotfix: replace browserHistory with hashHistory 2019-01-03 14:19:54 -03:00
George Lima c3e66a286c feature: add send redux module 2018-12-21 12:44:11 -03:00
George Lima f7d6642429 lint: fix transactions redux line break 2018-12-18 18:42:19 -03:00
George Lima b5f5ca1fdb feature: add TransactionsView module 2018-12-15 19:36:50 -03:00
George Lima 82e41053ca lint: remove useless comment 2018-12-15 19:34:59 -03:00
George Lima ec6422bf75 lint: decrease max-len 2018-12-15 12:10:39 -03:00
George Lima 956782679b feature: pass down zec dollar value to dashboard components 2018-12-13 18:37:15 -03:00
George Lima 7de3b6b0e9 feature: add transactions list in redux 2018-12-13 17:21:08 -03:00
George Lima fb374671ab feature: load node's addresses 2018-12-10 21:11:53 -03:00
George Lima 3c2b200636 hotfix: add walletSummary in rootReducer 2018-12-10 14:08:03 -03:00
George Lima bc56fde68b feature: add wallet redux module 2018-12-10 14:07:28 -03:00
George Lima bc8c261b52 hotfix: remove todo files 2018-12-10 14:04:20 -03:00
georgelima 698bfe6280 lint: fix eof char 2018-12-03 17:27:56 -02:00
George Lima 2c34ed4298 type: fix RouterHistory 2018-11-29 19:56:43 -03:00
André Neves a9225b9497 refactor: file naming case
refactor: code clean up
types: introduce flow types
2018-11-28 23:14:44 -05:00
George Lima 22b92bc10d hotfix: remove mutability from createStore 2018-11-28 16:33:19 -03:00
George Lima 1de717d31b hotfix: remove mutability from reducers 2018-11-28 16:32:50 -03:00
George Lima 5dd33f9062 feature: move redux structure to ducks pattern
- Remove actions folder
- Remove reducers folder
- Remove actions constants file
- Add redux folder with reducers and store
2018-11-28 11:06:11 -03:00