Commit Graph

26 Commits

Author SHA1 Message Date
George Lima f1732f8101 feat(status-pill): add StatusPill refetching status 2019-06-04 21:31:15 -03:00
George Lima af7622ce17 chore(status-pill): avoid requests queue 2019-05-30 01:07:40 -03:00
George Lima de4ac9973e fix(status-pill): remove undefined on error 2019-05-08 00:36:25 -03:00
Andre Neves 025b6bfa40 refactor: copy change for status pill 2019-04-16 23:20:16 -04:00
George Lima 1c4d3c5eae
Merge branch 'develop' into feature/pill-status-tooltip 2019-04-11 17:24:26 -03:00
George Lima 777807d1b3 feat(node-sync): add node-sync-types constants 2019-04-10 20:15:51 -03:00
George Lima b3f01770c9 feat(status-pill): add status tooltip onHover 2019-04-10 19:53:32 -03:00
George Lima d137f8724a feat(status-pill): move status-pill to redux 2019-02-20 16:35:23 -03:00
Andre Neves b0fbb603c8 chore: continued refactoring to accept theme support LIGHT and DARK image assets 2019-02-16 22:34:12 -05:00
Andre Neves 32ca0b0e35 feature: further work into making WalletSummary, Sidebar, Header, Button and Divider components themeable 2019-02-10 15:25:09 -05: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 90f16a6ba6 chore: solve merge conflicts 2019-02-04 22:16:25 -05:00
eliabejr 8e308acbf2 feat(test-components): update components with testid attribute 2019-01-31 13:38:42 -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
eliabejr d86dfa09d0 fix(test-components): flow and eslint issues 2019-01-29 10:44:05 -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 e68583b363 chore(git): merge with developer 2019-01-24 11:56:49 -03: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
George Lima 8fc737081a test(status-pill): add StatusPill tests 2019-01-23 12:40:18 -03:00
André Neves 1fbed2c965 refactor: statuspill style fixes to match designs more 2019-01-20 12:04:27 -05:00
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