Commit Graph

133 Commits

Author SHA1 Message Date
Eliabe Júnior df02b32421
Feature/status pill (#38)
* feat(styles): create status pill component

* feat(styles): add status pill icons

* feat(status-pill): refactor component logic

* feat(status-pill): add component in docz

* feat(status-pill): show component on header

* feat(status-pill): call RPC to check verification progress

* feat(status-pill): add setInterval on getBlockchainStatus function

* chore: clean code

* feat(status-pill): add ticker to check blockchain info

* feat(status-pill): improve component experience

* chore(status-pill): refactor component lifecycle

* chore(status-pill): increase update time
2019-01-17 16:40:27 -03:00
André Neves f52995e3c0 chore: fix naming of application index.html
chore: changing loading label
2019-01-10 22:58:14 -05:00
André Neves 74ec77501a chore: solve merge conflicts 2019-01-10 22:53:59 -05:00
André Neves 4dc9c6a730 chore: flowconfig inputs
refactor: hover state for transaction item styles
refactor: send view bug where deleting 0 from amount would crash the app
2019-01-10 22:38:57 -05:00
André Neves 9a8db79924 refactor: UI improvements all around
chore: adding tests to flowconfig ignore
transaction deatils and item fixes
2019-01-10 22:30:46 -05:00
eliabejr e838a2f5cd chore: fix merge conflicts 2019-01-10 15:49:17 -03:00
eliabejr 5a68f72c97 feature: update input fields margin and padding 2019-01-10 14:51:18 -03:00
George Lima c35a609319
Merge pull request #32 from andrerfneves/feature/get-new-address-startup
Feature/get new address startup
2019-01-10 12:55:43 -02:00
Eliabe Júnior 9fbc198ce8
Feature/transactions detail improvements (#30)
* fix: component import on docz

* feature: modify addresses width on transactions details

* feature: fix SelectMenuButton padding

* feature: add numbers on amount placeholder
2019-01-10 11:05:54 -03:00
George Lima cf59a4183e fix: add overflow-y in select wrapper 2019-01-10 10:07:02 -03:00
George Lima 0f40ca51f0 fix: add relative position in sidebar 2019-01-10 10:00:52 -03:00
George Lima 56624d7e24 fix: zIndex in sidebar item 2019-01-10 09:38:00 -03:00
George Lima 77d57c510c feature: add step prop in Input Text 2019-01-08 11:34:36 -03:00
George Lima 9b8c4aff4c fix: add min-height in WalletSummary 2019-01-08 11:33:39 -03:00
George Lima c26aea400e feature: add EmptyTransactionsList component 2019-01-07 16:24:42 -03:00
George Lima 6c1a64efc1 feature: add onFocus event handler in input component 2019-01-07 15:06:57 -03:00
George Lima e87663e94f feature: add LoadingSpinner in loading screen 2019-01-02 17:34:32 -03:00
André Neves b857afbeeb
Merge branch 'develop' into feature/send-view 2018-12-30 21:03:38 -05:00
André Neves 45f04a0c48
Merge pull request #23 from andrerfneves/feature/pixel-perfecting
Feature/pixel perfecting
2018-12-30 21:01:48 -05:00
George Lima ffb54b039e hotfix: add border-radius on open select 2018-12-21 13:52:50 -03:00
George Lima e6108924b5 hotfix: merge conflicts 2018-12-21 12:47:12 -03:00
George Lima 5d0060194b hotfix: add keys in map 2018-12-21 12:43:12 -03:00
George Lima 571b11af4e hotfix: remove $FlowFixMe from button 2018-12-21 12:42:31 -03:00
eliabejr c91b4b12dd feature: rename fontSize names 2018-12-21 09:13:01 -03:00
eliabejr 9bfa350495 feature: add roboto font 2018-12-20 16:14:58 -03:00
eliabejr 7eb573f198 feature: adjust padding on dropdown component 2018-12-20 16:14:33 -03:00
George Lima 020b12df7d hotfix: add ellipsis in select value 2018-12-20 15:55:27 -03:00
George Lima 29377ca098 Merge branch 'feature/modal' of github.com:andrerfneves/zcash-reference-wallet into feature/transactions-details 2018-12-20 14:20:49 -03:00
George Lima 9245ab7a3a feature: add placement prop in Select 2018-12-20 14:16:46 -03:00
George Lima 7e76173a06 hotfix: add missing overflow in Layout 2018-12-20 14:15:55 -03:00
George Lima b14954de9a feature: add modal docz tests 2018-12-20 12:03:23 -03:00
George Lima 2199c987e1 hotfix: add getSelectedLabel in Select component 2018-12-20 11:32:28 -03:00
George Lima 0423077cd7 hotfix: add with in column component 2018-12-20 11:31:52 -03:00
George Lima b6308f8a3e hotfix: button default styles 2018-12-20 11:10:25 -03:00
George Lima 04ba5a3dc6 feature: split Divider component 2018-12-20 11:10:03 -03:00
George Lima a8b2fadcae feature: add default boxBorderRadius theme prop 2018-12-20 11:09:10 -03:00
George Lima dedb3380d5 hotfix: remove dropdown option from input 2018-12-19 18:41:16 -03:00
George Lima 56acd17efa feature: add Select component 2018-12-19 18:41:00 -03:00
George Lima e43282124a hotfix: remove useless margin top 2018-12-19 18:40:39 -03:00
George Lima 243a645feb feature: add InputLabel 2018-12-19 18:40:24 -03:00
George Lima 8c904d7a37 Merge branch 'develop' of github.com:andrerfneves/zcash-reference-wallet into feature/modal 2018-12-19 16:06:45 -03:00
George Lima b28c87e5b3 hotfix: add TextEllipsis in TransactionDetails 2018-12-19 16:06:19 -03:00
George Lima c02fdd9dca Merge branch 'develop' of github.com:andrerfneves/zcash-reference-wallet into feature/transactions-details 2018-12-19 16:05:43 -03:00
George Lima 3fb10e3dfe hotfix: add box-shadown in TransactionDetails wrapper 2018-12-19 15:40:53 -03:00
George Lima 58f123eaff Merge branch 'feature/modal' of github.com:andrerfneves/zcash-reference-wallet into feature/transactions-details 2018-12-19 15:36:31 -03:00
George Lima 17a254ee5e feature: add closeOnBackdropClick and closeOnEsc props in modal 2018-12-19 15:35:39 -03:00
George Lima a9e89a275c feature: add TransactionDetails modal in TransactionItem 2018-12-19 15:31:01 -03:00
George Lima ed0622c22f hotfix: TransactionsDetails dimensions 2018-12-19 15:30:38 -03:00
George Lima c3f43c9e85 feature: add transactionId in get transactions query 2018-12-19 15:29:45 -03:00
George Lima fee6dca6dc Merge branch 'feature/modal' of github.com:andrerfneves/zcash-reference-wallet into feature/transactions-details 2018-12-19 14:24:51 -03:00