Commit Graph

599 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
eliabejr 4428b6e47f chore(revamp-cases): remove unused method 2019-01-17 12:38:11 -03:00
eliabejr 51fc36da4f feat(pixel-perfecting): add show/hide address button on receive view 2019-01-15 23:02:49 -03:00
eliabejr f7aca59ad0 feat(pixel-perfecting): match theme colors with Adobe XD 2019-01-15 23:02:04 -03:00
eliabejr 919b5d913f chore(pixel-perfecting): remove inconsistent defaultValue of to prop on button component 2019-01-15 23:01:20 -03:00
eliabejr 8658830622 fix(pixel-perfecting): dropdown component exploding 2019-01-15 21:36:01 -03:00
George Lima d5a658e4c6 fix(settings): check for null pathToSave before to backup wallet 2019-01-13 00:06:05 -03:00
George Lima e966a80129 feature(settings): add backup wallet.dat button 2019-01-13 00:03:33 -03:00
George Lima fa6fbb16cd feature(settings): add import private keys 2019-01-12 23:18:59 -03:00
George Lima 52b4d14a35 feature(confirm): add isLoading prop in ConfirmDialog 2019-01-12 23:17:28 -03:00
George Lima b586e7ed7f feature(settings): add export private keys in settings view 2019-01-12 16:30:44 -03:00
George Lima 3cf4d058f7 feature(clipboard): add Clipboard button component 2019-01-12 16:29:50 -03:00
George Lima e75b1b0801 feat(confirm): make confirm dialog handle own state 2019-01-12 16:28:26 -03:00
George Lima 0cf32a2d4a feature(settings): add export view keys button 2019-01-12 15:02:34 -03:00
George Lima c69f2c7de0 feature(redux): add settings container 2019-01-12 15:01:16 -03:00
George Lima db011dcc22 feature(confirm): add ConfirmDialog compopnent 2019-01-12 15:00:17 -03:00
George Lima 41e0143773 type(input): remove useless $FlowFixMe 2019-01-12 14:55:53 -03:00
George Lima f3fc18b032 type(button): make to prop nullable 2019-01-12 14:55:05 -03:00
George Lima 36ff98fb64 fix(theme): primary color 2019-01-12 14:53:42 -03:00
André Neves 45fcb6245d
Merge pull request #34 from andrerfneves/hotfix/design-issues
Hotfix/design issues
2019-01-10 22:58:51 -05: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 b38fa656cd chore: bump version and license date update 2019-01-10 22:50:54 -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
George Lima 718e1bce84
Merge pull request #35 from andrerfneves/feature/testnet-setup
feature: enable testnet for tests
2019-01-10 18:51:19 -02:00
George Lima 0281d6030f feature: enable testnet for tests 2019-01-10 17:49:32 -03:00
eliabejr e838a2f5cd chore: fix merge conflicts 2019-01-10 15:49:17 -03:00
George Lima 47d6abad29
Merge pull request #33 from andrerfneves/feature/get-new-address-startup
fix: reset send view onDidMount
2019-01-10 16:21:24 -02:00
George Lima a4b6dbb34b fix: reset send view onDidMount 2019-01-10 15:16:23 -03:00
eliabejr 4066f62ff7 feature: fix SendView fonts 2019-01-10 14:51:51 -03:00
eliabejr 5a68f72c97 feature: update input fields margin and padding 2019-01-10 14:51:18 -03:00
eliabejr 28951cd218 feature: add fonts on docz 2019-01-10 14:50:27 -03:00
eliabejr ef56a6d241 feature: update value of fontWeight bold 2019-01-10 14:49:26 -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
George Lima 34314d766a feature: show info screen after send coins 2019-01-10 11:51:32 -03: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 49466386cf feature: add getnewaddress on dashboard startup 2019-01-10 10:02:28 -03:00
George Lima 2b860c643f fix: receive typo 2019-01-10 10:02:03 -03:00
George Lima 22b1542b95 fix: z_getnewaddress argument type 2019-01-10 10:01:40 -03:00
George Lima 0f40ca51f0 fix: add relative position in sidebar 2019-01-10 10:00:52 -03:00
George Lima 641b8fa6b4
Merge pull request #31 from andrerfneves/bugfix/sidebar-item-clickable-area
Bugfix/sidebar item clickable area
2019-01-10 10:40:19 -02:00
George Lima 56624d7e24 fix: zIndex in sidebar item 2019-01-10 09:38:00 -03:00
George Lima 3b86f01f15 fix: console view defaultState 2019-01-10 09:37:28 -03:00
George Lima bf9f13f0cc fix: compress console_zcash image 2019-01-10 09:35:48 -03:00
George Lima 2463afbdc9
Merge pull request #29 from andrerfneves/feature/receive-view
Feature/receive view
2019-01-10 09:26:00 -02:00
George Lima e9c7475d27 feature: use bignumber.js 2019-01-09 10:14:02 -03:00
George Lima 04f8eee803 feature: add bignumber.js 2019-01-09 10:12:48 -03:00
George Lima ea5ccf7220 fix: add margin bottom in multiple receive addresses 2019-01-08 13:01:57 -03:00