Commit Graph

49 Commits

Author SHA1 Message Date
George Lima 28a0a31fee feat(loading-state): add fetchState in screens 2019-06-04 21:35:02 -03:00
George Lima 4e39ea5334 feature(redux): add fetchStateHandler middleware 2019-06-04 21:28:06 -03:00
George Lima ad0147fef7 feat(loading): add loading state
- Receive
- Send
2019-06-02 21:18:48 -03:00
George Lima 23bc7ad3a6 feat(dashboard): add unconfirmed balance on dashboard 2019-04-22 09:40:18 -03:00
George Lima 6f8f26d392 feat(send): deny send transaction if node isn`t ready 2019-04-10 20:17:14 -03:00
Andre Neves c58b76c5ff chore: docs removal and editting
feature: redux fixes
versioning: 0.5
2019-03-30 17:43:18 -04:00
George Lima 93dd9768c5 fix(receive): GET_NEW_ADDRESS_SUCCESS reducer 2019-03-19 22:27:32 -03:00
George Lima 32246727b5 feat(mainnet): add ability to choose the network
- App Reducer: embeddedDaemon (if is running the embedded daemon)
- App Reducer: zcashNetwork (which network the daemon is connected)
- Settings View: Add select field to change the network
- Config: Update run-daemon function to work with multiple networks
2019-03-17 00:25:16 -03:00
George Lima 27dbe741f8 fix(address): improve address UI
- Add balance information on the side of addresses (receive, send)
- Remove addresses with balance 0 from lists
2019-03-17 00:21:03 -03:00
George Lima d137f8724a feat(status-pill): move status-pill to redux 2019-02-20 16:35:23 -03:00
George Lima 50c76a8145 chore(transactions): use lodash.uniqby instead of uniq 2019-02-13 15:27:36 -03:00
George Lima bddd8e3ce6 chore(transactions): redux state 2019-02-12 13:50:24 -03:00
George Lima 1e90f0ad49 feat(send): add load address balance in send container 2019-02-08 01:19:45 -03:00
André Neves 0726c8bdd2 chore: general code cleanup 2019-02-04 23:41:45 -05:00
George Lima 61c845329f chore(error-handler): remove VALIDATE_ADDRESS_ERROR from middleware 2019-02-04 11:54:02 -03:00
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