Commit Graph

463 Commits

Author SHA1 Message Date
eliabejr ad34afc123 feat(test-components): create test files for components 2019-01-25 17:44:54 -03:00
eliabejr 461f43eb7f feat(test-components): generate snapshots 2019-01-25 17:44:01 -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 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 0b9bfc0c17 chore: package init react-spring 2019-01-24 00:02:46 -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 54edcce4c1
Merge pull request #42 from andrerfneves/bugfix/receive-view-addresses
Bugfix/receive view addresses
2019-01-23 21:02:27 -05:00
André Neves 0b68cc88be
Merge branch 'develop' into bugfix/receive-view-addresses 2019-01-23 21:02:09 -05:00
André Neves f949cb226d
Merge pull request #41 from andrerfneves/feature/transaction-confirm-modal
Feature/transaction confirm modal
2019-01-23 21:00:24 -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 daad1ca41a
Merge pull request #44 from andrerfneves/hotfix/send-view-additional-options
Hotfix/send view additional options
2019-01-23 20:39:07 -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
André Neves 7df3c822fc
Merge pull request #49 from andrerfneves/feature/settings-view-design
Settings view Design
2019-01-23 20:37:22 -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
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 1beaecf253 fix(send-view-additional-options): chevron direction 2019-01-22 14:23:58 -03:00
eliabejr 0fdfd2f34d feat(send-view-additional-options): match design with adobe xd 2019-01-22 14:11:26 -03:00
eliabejr cdf5999509 chore(send-view-additional-options): remove eslint comments 2019-01-22 11:16:09 -03:00
eliabejr c25e424f24 fix: merge conflicts 2019-01-22 11:14:17 -03:00
George Lima 37eb75151a
Merge pull request #46 from andrerfneves/bugfix/bump-flow-bin
Bugfix/bump flow bin
2019-01-21 22:09:23 -02:00
George Lima 87a10a73b0 type(redux): supress redux flow warnings 2019-01-21 21:08:35 -03:00
George Lima 793a116106 type(button): fix icon/onClick proptype 2019-01-21 21:07:28 -03:00
George Lima a61e2a69b5 feat(deps): bump flow-bin 2019-01-21 21:06:42 -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
George Lima d7edbb2f13 feat(confirm-dialog): add render function in children 2019-01-21 18:41:48 -03:00
George Lima 7a5969e783 type(rpc): fix z_getoperationresult and z_getoperationstatus 2019-01-21 18:40:56 -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
eliabejr 4eab82f4b7 feat(send-view-additional-options): add new color on theme 2019-01-21 15:47:57 -03:00
eliabejr dfb037a1d2 feat(send-view-additional-options): add bgColor optional prop 2019-01-21 15:43:25 -03:00
George Lima 18d8d07788 type(button): fix icon PropType 2019-01-21 15:37:21 -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 18722813a4 feat(input): add renderRight prop 2019-01-21 15:13:48 -03:00