Commit Graph

108 Commits

Author SHA1 Message Date
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
George Lima 2982dda4d3 type(coverage): improve flow coverage 2019-01-28 21:34:07 -03:00
George Lima 4cea1ad88e refactor(warnings): remove react warnings 2019-01-28 12:05:03 -03:00
George Lima 2fae82c1fe refactor(namecase): decamelize filename 2019-01-28 10:03:11 -03:00
André Neves 7b18cecf99 chore: solve merge conflicts 2019-01-25 17:52:55 -05:00
George Lima 047616f8ec chore(git): fix conflicts 2019-01-25 19:07:29 -03:00
André Neves 291e011eb7 chore: electron default window height
refactor: modal background overlay rgba change
refactor: fix transitions on all relevant components
2019-01-25 16:57:12 -05:00
André Neves 21d20110a2 chore: solve merge conflicts 2019-01-24 22:44:14 -05:00
André Neves 26268e6faf refactor: fix for dropdown selector 2019-01-24 22:37:53 -05:00
George Lima 57bb3e6ff5 chore(components): add missing ids 2019-01-24 16:26:03 -03:00
George Lima e68583b363 chore(git): merge with developer 2019-01-24 11:56:49 -03:00
George Lima 3daf958336 feat(send): load addresses and zec price in Send View 2019-01-24 11:15:09 -03:00
George Lima 25f418e7bd lint(send): fix send eslint issues 2019-01-24 10:56:51 -03:00
André Neves 70fe5fb120 feature: animation and general improvements to the send and receive views 2019-01-24 00:08:20 -05:00
André Neves 0f4d5ff36d styles: better styles for Settings view 2019-01-24 00:04:15 -05:00
André Neves b4df7c3769 chore: solve bad merge 2019-01-23 22:10:08 -05: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
André Neves 2d9b7f89c7
Merge pull request #43 from andrerfneves/hotfix/send-amount-value-issue
Fix Send View Amount field issues
2019-01-23 20:43:01 -05:00
André Neves e8552ad2d9
Merge branch 'develop' into hotfix/send-view-additional-options 2019-01-23 20:38:32 -05:00
André Neves c653ef3788
Merge pull request #48 from andrerfneves/hotfix/receive-view-design
Hotfix/receive view design
2019-01-23 20:37:46 -05:00
eliabejr c25c83641c feat(receive-view-design): filter wallets by type 2019-01-23 18:00:42 -03:00
George Lima 172f26d842 test(components): add components ids 2019-01-23 16:37:35 -03:00
George Lima b56931734d test(components): add id to components 2019-01-23 14:04:11 -03:00
eliabejr a3f0337453 feat(settings-view-design): match design with adobe xd 2019-01-23 12:07:08 -03:00
eliabejr 2427e2a53c feat(send-amount-value-issue): add ZEC preffix on amount field 2019-01-22 17:08:41 -03:00
eliabejr 50120928f9 fix(send-amount-value-issue): put zeros on amount suffix 2019-01-22 16:07:59 -03:00
eliabejr d87740e956 fix(send-amount-value-issue): remove leading zero 2019-01-22 15:24:44 -03:00
eliabejr 460dd75e7d Merge branch 'develop' of https://github.com/andrerfneves/zec-react-wallet into hotfix/send-amount-value-issue 2019-01-22 14:50:25 -03:00
eliabejr c25e424f24 fix: merge conflicts 2019-01-22 11:14:17 -03:00
George Lima 9c1897fa30 feat(send): add transaction status modal on send 2019-01-21 18:42:50 -03:00
George Lima f514457fe4 chore(settings): fix ConfirmModal usage 2019-01-21 18:42:20 -03:00
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