Commit Graph

438 Commits

Author SHA1 Message Date
Andre Neves 62f6c03af2 feature: refactor theme files to allow for Light and Dark theme separately 2019-02-10 12:52:34 -05:00
Andre Neves 45658e2ef9 refactor: WalletAddress component refactoring based on feedback
chore: removing second click for UI on address and QRCode"
2019-02-10 11:49:24 -05:00
George Lima c711de97e5 feat(theme): add theme dropdown in settings view 2019-02-09 02:02:03 -03:00
George Lima 4c878de7e5 type(row): fix row typings 2019-02-09 02:01:05 -03:00
George Lima c642650d4c chore(utils): remove export default from sortBy 2019-02-09 02:00:16 -03:00
George Lima 099a65da79 chore(theme): hookup styled-theming in theme colors 2019-02-09 01:59:21 -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 1e90f0ad49 feat(send): add load address balance in send container 2019-02-08 01:19:45 -03:00
George Lima 1277ac2d12 chore(select): add default capitalize as true 2019-02-08 01:18:40 -03:00
George Lima 6460a769bb feat(utils): add ascii-to-hexadecimal helper 2019-02-08 01:17:14 -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
André Neves b99db4e7cf refactor: status pill change ready to synced 2019-02-04 22:45:50 -05:00
André Neves c3b8bbfb7c
Merge pull request #65 from andrerfneves/feature/zcash-default-conf
Feature/zcash default conf
2019-02-04 22:32:52 -05:00
André Neves 081c0a43a3
Merge branch 'develop' into feature/zcash-default-conf 2019-02-04 22:19:23 -05:00
André Neves 90f16a6ba6 chore: solve merge conflicts 2019-02-04 22:16:25 -05:00
André Neves 656b789e65
Merge branch 'develop' into feature/test-components-with-jest 2019-02-04 22:08:55 -05:00
georgelima fcc500e379 chore(zcashd-params): fix params download on windows 2019-02-04 22:32:53 -02:00
George Lima 61c845329f chore(error-handler): remove VALIDATE_ADDRESS_ERROR from middleware 2019-02-04 11:54:02 -03:00
George Lima cdc88abbca lint(eslint): remove useless eslint-disable 2019-02-04 11:51:59 -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 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
eliabejr 93acce66d0 Merge branch 'develop' of https://github.com/andrerfneves/zec-react-wallet into feature/test-components-with-jest 2019-02-01 09:33:26 -03: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
George Lima 7a4584382f chore(receive): add missing dispatch 2019-01-31 18:26:08 -03:00
George Lima 4d4b0a3b3e chore(wallet-address): remove flex wrapper component 2019-01-31 18:24:02 -03:00
eliabejr 8e308acbf2 feat(test-components): update components with testid attribute 2019-01-31 13:38:42 -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 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 ef1c43162c chore(status-pill): add check for error in status-pill rpc call 2019-01-30 21:19:34 -03:00
George Lima 1fcb29f6d2 feat(error-handler): add error handler middleware POC 2019-01-30 21:17:47 -03:00
George Lima ed4ffd92a9 feat(error-modal): add ErrorModalComponent 2019-01-30 21:15:44 -03:00
eliabejr 9357feb281 Merge branch 'develop' of https://github.com/andrerfneves/zec-react-wallet into feature/test-components-with-jest 2019-01-30 19:55:27 -03:00
George Lima 6f0660eccf feat(receive): add getnewaddress button 2019-01-30 12:16:10 -03:00
George Lima f0e7a8a1b1 chore(assets): add plus icon 2019-01-30 12:14:30 -03:00
George Lima 1c907ae889 feat(transaction-details): open blocker explorer on transactionId click 2019-01-29 21:28:10 -03:00
George Lima 335c607ba7 feat(explorer): add explorer url constants 2019-01-29 21:27:22 -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 bd2de80943 type(styled): fix usage 2019-01-29 12:03:04 -03:00
George Lima c6088bd8d4 chore(redux): use bignumber 2019-01-29 12:02:34 -03:00
eliabejr d86dfa09d0 fix(test-components): flow and eslint issues 2019-01-29 10:44:05 -03:00
George Lima 2982dda4d3 type(coverage): improve flow coverage 2019-01-28 21:34:07 -03:00
eliabejr 59cf51a8fd fix(test-components): merge conflicts 2019-01-28 15:34:36 -03:00
eliabejr f9743f50a2 feat(test-components): split visual from logic in status-pill 2019-01-28 15:11:13 -03:00
George Lima 4cea1ad88e refactor(warnings): remove react warnings 2019-01-28 12:05:03 -03:00
George Lima 603c045e98 feat(open-external): add openExternal util fn 2019-01-28 10:04:30 -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
eliabejr c971903cb1 Merge branch 'develop' of https://github.com/andrerfneves/zec-react-wallet into feature/test-components-with-jest 2019-01-25 17:54:53 -03:00
eliabejr 2d512c8b04 chore(test-components): remove status pill docz story 2019-01-25 17:47:52 -03:00
eliabejr 978fe5c3c7 chore(test-components): add missing semicolon 2019-01-25 17:46:16 -03: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 97f9767ec8 type(components): fix Props of base components 2019-01-24 16:24:10 -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
George Lima a028109532 type(receive): supress redux connect errors 2019-01-24 10:56:13 -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 4ae193f3ed chore: removing dropdown from tooltip top right 2019-01-24 00:06:33 -05:00
André Neves ad4cc123c7 refactor: remove unnecessary width on Button 2019-01-24 00:05:46 -05:00
André Neves 0902c1d3a8 refactor: style and hover styles improvements to transaction item 2019-01-24 00:04:47 -05:00
André Neves 0f4d5ff36d styles: better styles for Settings view 2019-01-24 00:04:15 -05:00
André Neves c2867ef21f refactor: adding a loadAddresses to always have addresses displayed 2019-01-24 00:03:44 -05:00
André Neves a7d942feb1 feature: anim for loading screen intro 2019-01-24 00:03:13 -05:00
André Neves 4cb61c2261 refactor: changes and improvements to status pill component 2019-01-24 00:02:14 -05:00
André Neves 300c7c254a refactor: isSyncing and user-select cleaning UI 2019-01-23 22:13:08 -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
eliabejr 7efabe0d8e feat(receive-view-design): add border color on app theme 2019-01-23 17:59:30 -03:00
George Lima 172f26d842 test(components): add components ids 2019-01-23 16:37:35 -03:00
George Lima 517d5a87a9 test(input): add name prop to input component 2019-01-23 14:04:57 -03:00
George Lima b56931734d test(components): add id to components 2019-01-23 14:04:11 -03:00
George Lima 8fc737081a test(status-pill): add StatusPill tests 2019-01-23 12:40:18 -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
George Lima 3a59779913 test(setup): add basics e2e tests 2019-01-22 15:50:11 -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 1beaecf253 fix(send-view-additional-options): chevron direction 2019-01-22 14:23:58 -03:00