Commit Graph

467 Commits

Author SHA1 Message Date
George Lima 93dd9768c5 fix(receive): GET_NEW_ADDRESS_SUCCESS reducer 2019-03-19 22:27:32 -03:00
George Lima 0bdf809567 test(receive): add e2e tests to receive view 2019-03-19 22:25:56 -03:00
George Lima 79676ddc79 feat(daemon): add flag to indicate if daemon is fetching params 2019-03-18 12:06:27 -03:00
George Lima fcc7f555ef fix(send): fix maxAmount button 2019-03-18 11:15:05 -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 cb8749d6be feat(utils): add helpers 2019-03-17 00:18:40 -03:00
George Lima 7409264b15 feat(wallet-address): add balance information 2019-03-17 00:17:04 -03:00
George Lima fecf8ba6d0 fix(select): add max-height in options wrapper 2019-03-17 00:15:46 -03:00
George Lima 780cc6cae1 fix(loading-screen): better messages in loading screen 2019-03-01 20:25:38 -03:00
Andre Neves 79e074c560 hotfix: send and select dropdown fixes 2019-02-24 22:01:41 -05:00
Andre Neves 8c84a813dc refactor: styles refactoring readability 2019-02-24 16:56:58 -05:00
Andre Neves 62cb8e417a chore: settings copy and styles 2019-02-24 16:26:07 -05:00
Andre Neves 9ab1c07d0c hotfix: resolve loading screen color issues 2019-02-24 14:39:27 -05:00
Andre Neves 42d93323cc fixes: wallet address fixes spacing 2019-02-24 14:32:52 -05:00
Andre Neves 4b065e0106 refactor: further theme modifications 2019-02-24 14:30:47 -05:00
Andre Neves 89843bbc17 refactor: clean up theme files 2019-02-24 13:07:46 -05:00
Andre Neves 9becefbcf5 refactor: using borderboxradius theme var 2019-02-24 11:20:05 -05:00
Andre Neves 51d9eeb50e hotfix: add user helper to suggest all funds are being sent with the tx fee needed 2019-02-24 11:18:07 -05:00
George Lima 29486d02b5 fix(sidebar): icon prop typo 2019-02-20 16:50:18 -03:00
George Lima d137f8724a feat(status-pill): move status-pill to redux 2019-02-20 16:35:23 -03:00
George Lima c356ade1b3 feat(transactions): save shielded txid in electron-store 2019-02-20 14:25:03 -03:00
George Lima bdc41f50f1 fix(send): amount field vertical align 2019-02-20 12:18:55 -03:00
George Lima 52b496c476 fix(send): only shows balance tooltip if from address is valid 2019-02-20 12:08:53 -03:00
George Lima 8bcd08b915 fix(theme): fix colors usage 2019-02-20 12:02:23 -03:00
George Lima 29dfa3988c fix(theme): fix getInitialTheme helper 2019-02-20 11:59:57 -03:00
George Lima ac2c7c13ea feat(transactions): add fee to transactions lists 2019-02-19 13:06:34 -03:00
George Lima e5ec33d540 fix(send): just add fee value if amount > 0 2019-02-19 13:03:27 -03:00
George Lima ad03a14e1a chore(deps): remove rc-tooltip 2019-02-19 12:58:02 -03:00
George Lima beea8e6cae fix: merge conflicts 2019-02-19 11:07:15 -03:00
George Lima 0e76d64744 fix: merge with develop 2019-02-19 00:38:09 -03:00
Andre Neves bf101695a3 hotfix: fix merge conflicts 2019-02-18 21:52:20 -05:00
André Neves 91f65e554f
Merge branch 'develop' into bugfix/send-view-ux 2019-02-18 21:33:28 -05:00
André Neves 47440963cc
Merge branch 'develop' into feature/deep-link 2019-02-18 21:30:45 -05:00
André Neves 64883a0cf0
Merge branch 'develop' into feature/theme-support 2019-02-18 21:26:03 -05:00
Andre Neves c5383998ca styles: fix on icons for light and dark and more work on send view support for theme 2019-02-18 21:22:38 -05:00
George Lima f67bbeba15 fix(settings): add getWalletFolderPath for all platforms 2019-02-18 23:20:25 -03:00
George Lima 3fdeb3d56d fix(settings): load addresses in settings view 2019-02-18 23:10:42 -03:00
George Lima d67b1f7a65 lint(deeplink): clean up and lint files 2019-02-18 22:56:40 -03:00
georgelima cbc92d0cff fix(deeplink) - fix deeplink on osx startup 2019-02-18 20:22:07 -05:00
Andre Neves 1ffcf59da2 styles: UI improvements and theme support on send view and loading screen
styles: support for scrolling without scrollbar shown
feature: new CopyToClipboard component
2019-02-18 18:40:15 -05:00
Andre Neves ca040ee99f styles: work on copy and qrcode icons for WalletAddress 2019-02-18 13:04:41 -05:00
Andre Neves 18710f69cf chore: add icon support for theme on send and receive icons; 2019-02-18 12:25:16 -05:00
George Lima a52778c59e fix(send): remove useless z-index 2019-02-18 14:12:49 -03:00
George Lima 393230d3da feat(send): add amount tooltip in send view 2019-02-18 14:00:41 -03:00
George Lima 9d14c017ab type(fix): remove $FlowFixMe 2019-02-18 13:58:45 -03:00
George Lima 0f221d7319 feat(deps): add rc-tooltip 2019-02-18 13:57:25 -03:00
Andre Neves 5d8c7bd9df styles: send view and buttons general refactoring 2019-02-18 11:20:47 -05:00
Andre Neves be958a0c82 feature: improve settings UI and introduce theme support 2019-02-18 10:45:34 -05:00
Andre Neves bcadd50f1e styles: fix send card padding top 2019-02-18 09:36:24 -05:00