Commit Graph

113 Commits

Author SHA1 Message Date
eliabejr a28659dc71 fix(send-amount-value-issue): remove 0 initialState value 2019-01-21 16:23:55 -03:00
eliabejr 08eb8459db feat(send-view-additional-options): add see more button 2019-01-21 15:50:37 -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 7bebe7e491 feat(send): add ConfirmTransaction Dialog on send view 2019-01-21 13:29:06 -03:00
André Neves 9f838dc62d chore: solve merge conflicts 2019-01-20 11:46:31 -05:00
eliabejr 51fc36da4f feat(pixel-perfecting): add show/hide address button on receive view 2019-01-15 23:02:49 -03:00
George Lima d5a658e4c6 fix(settings): check for null pathToSave before to backup wallet 2019-01-13 00:06:05 -03:00
George Lima e966a80129 feature(settings): add backup wallet.dat button 2019-01-13 00:03:33 -03:00
George Lima fa6fbb16cd feature(settings): add import private keys 2019-01-12 23:18:59 -03:00
George Lima b586e7ed7f feature(settings): add export private keys in settings view 2019-01-12 16:30:44 -03:00
George Lima 0cf32a2d4a feature(settings): add export view keys button 2019-01-12 15:02:34 -03:00
André Neves 74ec77501a chore: solve merge conflicts 2019-01-10 22:53:59 -05:00
André Neves 4dc9c6a730 chore: flowconfig inputs
refactor: hover state for transaction item styles
refactor: send view bug where deleting 0 from amount would crash the app
2019-01-10 22:38:57 -05:00
André Neves 9a8db79924 refactor: UI improvements all around
chore: adding tests to flowconfig ignore
transaction deatils and item fixes
2019-01-10 22:30:46 -05:00
eliabejr e838a2f5cd chore: fix merge conflicts 2019-01-10 15:49:17 -03:00
George Lima a4b6dbb34b fix: reset send view onDidMount 2019-01-10 15:16:23 -03:00
eliabejr 4066f62ff7 feature: fix SendView fonts 2019-01-10 14:51:51 -03:00
George Lima 34314d766a feature: show info screen after send coins 2019-01-10 11:51:32 -03:00
George Lima 2b860c643f fix: receive typo 2019-01-10 10:02:03 -03:00
George Lima 3b86f01f15 fix: console view defaultState 2019-01-10 09:37:28 -03:00
George Lima e9c7475d27 feature: use bignumber.js 2019-01-09 10:14:02 -03:00
George Lima ea5ccf7220 fix: add margin bottom in multiple receive addresses 2019-01-08 13:01:57 -03:00
George Lima fe74b461ca fix: transactions list sort by date 2019-01-08 13:01:20 -03:00
George Lima d9820e44d5 fix: send amount placeholder and step 2019-01-08 11:35:23 -03:00
George Lima c26aea400e feature: add EmptyTransactionsList component 2019-01-07 16:24:42 -03:00
George Lima b5c84b6329 fix: send view container 2019-01-07 15:59:27 -03:00
George Lima 4f93b392d3 feature: hookup receive view 2019-01-07 15:06:40 -03:00
George Lima 3f6a998fba fix: remove "Waiting for logs..." from console view 2019-01-05 16:35:45 -03:00
George Lima 2130e6e810 fix: remove loading states from dashboard and transactions 2019-01-05 16:31:19 -03:00
George Lima eb27d6a0f3 feature: add layout styles to console view 2019-01-02 16:18:35 -03:00
George Lima 8f3f67cd4b hotfix: add missing key in Dashboard 2018-12-21 13:43:09 -03:00
George Lima 5707a664f5 feature: hookup handleSubmit in send view 2018-12-21 12:44:29 -03:00
George Lima a37c5fb6ca feature: add warning on select custom fee 2018-12-20 16:04:00 -03:00
George Lima 3af8d643cf feature: hookup values to send view 2018-12-20 16:00:35 -03:00
George Lima 150f578a86 feature: add handleChangeFeeType in Send view 2018-12-20 14:18:45 -03:00
George Lima e8340482e9 feature: add select field in Send View fees 2018-12-20 11:33:00 -03:00
George Lima e6c3e8c7f6 feture: add Send view side information 2018-12-20 11:10:44 -03:00
George Lima 4c139dae05 [WIP] feature: add SendView 2018-12-19 18:41:43 -03:00
George Lima 767a1a4f1a
Merge pull request #20 from andrerfneves/feature/loading-screen
Feature/loading screen
2018-12-19 17:05:29 -02:00
George Lima e837ce4604 hotfix: move withDaemonStatusCheck to router container 2018-12-19 12:59:54 -03:00
George Lima 837950ec7c hotfix: use terser-webpack-plugin instead of uglifyjs 2018-12-19 12:33:42 -03:00
George Lima 887eb37baa hotfix: use PureComponent 2018-12-18 18:41:27 -03:00
George Lima bd21c07d01 chore: use Fragments in dashboard 2018-12-15 19:37:12 -03:00
George Lima b5f5ca1fdb feature: add TransactionsView module 2018-12-15 19:36:50 -03:00
George Lima a8b464133c hotfix: keep console logs in scroll div 2018-12-15 18:26:30 -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 fa3e734d78 lint: fix react/destructuring-assignment rule 2018-12-12 15:59:13 -03:00
George Lima 6bfd33c58e feature: add dashboard styles 2018-12-11 21:46:26 -03:00
George Lima a5ec6ae4c2 feature: add withDaemonStatusCheck HOC 2018-12-11 09:13:45 -03:00
George Lima fb374671ab feature: load node's addresses 2018-12-10 21:11:53 -03:00
George Lima 989a39e34a feature: add WalletSummary in Dashboard view 2018-12-10 14:09:30 -03:00
George Lima bc8c261b52 hotfix: remove todo files 2018-12-10 14:04:20 -03:00
George Lima 8ac29bb016 hotfix: use function in setState 2018-12-06 17:26:55 -03:00
George Lima 5112ac9948 feature: add console route 2018-12-05 13:32:13 -03:00
georgelima 698bfe6280 lint: fix eof char 2018-12-03 17:27:56 -02: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 ee2f5e20f1 hotfix: component import in todo view 2018-11-28 19:01:30 -03:00
André Neves bbbee0763e feature: impl of Dashboard Settings Send Receive views and improvements to routing 2018-11-23 18:23:41 -05:00
André Neves 307800a54c chore: update dependencies
types: adding flow annotation to all files
chore: remove android manifest since its only a desktop app
2018-11-23 14:04:47 -05:00
André Neves 68d781002a base: setup react redux app 2018-11-23 13:41:50 -05:00