Commit Graph

144 Commits

Author SHA1 Message Date
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 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 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
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 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
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
georgelima eff884f0b4 –fix(git): merge conflicts 2019-02-18 10:55:25 -03:00
Andre Neves d4e78114f7 styles: continued work on style improvements 2019-02-17 22:56:50 -05:00
Andre Neves 1c8dbb538b refactor: work on console view and more theme work 2019-02-16 22:48:10 -05:00
Andre Neves b0fbb603c8 chore: continued refactoring to accept theme support LIGHT and DARK image assets 2019-02-16 22:34:12 -05:00
Andre Neves eec917158e chore: merge conflicts 2019-02-16 18:47:26 -05:00
George Lima 782425e052 feat(send): fill up "to" field in send viiew 2019-02-14 19:24:38 -03:00
Gabriel Rubens 033e1232ae
chore(transactions): affirmative ternary
Co-Authored-By: georgelima <georgelima11@hotmail.com>
2019-02-13 13:21:25 -03:00
George Lima 91f32e1a8d feat(transactions): add InfiniteScroll in transactions view 2019-02-12 13:51:23 -03:00
George Lima 1a08b740f5 chore(send): fix available amount border left 2019-02-11 10:54:03 -03:00
Andre Neves 32ca0b0e35 feature: further work into making WalletSummary, Sidebar, Header, Button and Divider components themeable 2019-02-10 15:25:09 -05:00
Andre Neves 62f6c03af2 feature: refactor theme files to allow for Light and Dark theme separately 2019-02-10 12:52:34 -05:00
George Lima c711de97e5 feat(theme): add theme dropdown in settings view 2019-02-09 02:02:03 -03:00
George Lima 4be9244c5c feat(send): add MaxAmount button in amount field 2019-02-09 01:57:34 -03:00
George Lima 30aff1e34b chore(send): add hexadecimal memo option 2019-02-09 00:51:34 -03:00
George Lima 6f497a435b feat(send): add calcs to max send value and current address balance 2019-02-08 01:20:39 -03:00
George Lima c08145067c chore(send): remove capitalize from addresses 2019-02-08 00:05:26 -03:00
George Lima 8dc55b97a1 type(styled): add theme as default prop in interpolations 2019-02-07 13:31:59 -03:00
George Lima 7e8e572f6a type(flow): upgrade flow-bin and add styled-components typedefs 2019-02-07 00:06:48 -03:00
André Neves 0726c8bdd2 chore: general code cleanup 2019-02-04 23:41:45 -05:00
George Lima bf2537b8c6
Merge pull request #61 from andrerfneves/feature/receive-get-new-address
Feature/receive get new address
2019-02-04 10:58:42 -02:00
Eliabe Júnior 89aab4264b
Feature/test utils with jest (#56)
* fix(test-utils): wallet summary tests

* feat(test-utils): create tests for utils functions

* chore(test-utils): rename utils to kebab case

* chore(test-utils): move utils to right folder

* fix(test-utils): utils import

* fix(test-utils): bignumber toFormat function types

* feat(test-utils): increase formatNumber test coverage
2019-02-01 09:31:56 -03:00
George Lima faa90b4a2f chore(receive): show all addresses in receive page 2019-01-31 18:28:06 -03:00
Gabriel Rubens 8e18d9285e
chore(receive): remove log
Co-Authored-By: georgelima <georgelima11@hotmail.com>
2019-01-31 12:32:55 -02:00
George Lima 6f0660eccf feat(receive): add getnewaddress button 2019-01-30 12:16:10 -03:00
George Lima c9f6e7dbad type(libs): add new typedefs 2019-01-29 19:18:06 -03:00
George Lima 7f8b41aba8 chore(uuid): replace generateRandonString with uuid 2019-01-29 18:35:22 -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 248e04be98 Merge branch 'develop' of github.com:andrerfneves/zcash-reference-wallet into feature/open-external 2019-01-29 12:09:48 -03:00
George Lima 8fa4fbde80 chore(git): merge with develop 2019-01-29 12:04:50 -03:00