Fabio Berger
271fa26890
merge v2-prototype
2018-06-06 12:31:30 +02:00
Brandon Millman
afcb7f00da
Move prices into portal
2018-06-05 15:37:51 -07:00
Francesco Agosti
e1b06bfce2
Merge pull request #652 from 0xProject/feature/website/landing-subscribe-button-2
...
Implement subscribe form on landing page
2018-06-05 13:16:10 -07:00
fragosti
9778695b4a
Try enabling no-unused-variable...
2018-06-04 19:48:21 -07:00
fragosti
c8421efcd3
Address feedback
2018-06-04 10:27:24 -07:00
fragosti
f9615c18a1
Move trackedTokenStateByAddress logic into portal
2018-06-04 10:25:38 -07:00
fragosti
95086a75e6
Merge branch 'feature/website/landing-subscribe-button' into feature/website/landing-subscribe-button-2
2018-06-01 17:28:04 -07:00
fragosti
817d9b0d3e
Add styled-components and polished
2018-06-01 11:49:58 -07:00
Brandon Millman
00df102c29
Fix missing key
2018-05-31 11:54:25 -07:00
Brandon Millman
90e68ddd73
Update placeholder param ordering
2018-05-31 11:54:25 -07:00
Brandon Millman
df27f4f118
Change userEtherBalanceInWei to optional so we can know if its loading
2018-05-31 11:54:25 -07:00
Brandon Millman
b76c738785
Tweaks
2018-05-31 11:54:25 -07:00
Brandon Millman
8ca9fb0251
Add Placeholder component
2018-05-31 11:54:25 -07:00
Brandon Millman
3b26a656f7
Add StandardIconRow
2018-05-31 11:54:25 -07:00
Brandon Millman
2f5ac5d993
Split render into loading and loaaded
2018-05-31 11:54:25 -07:00
Francesco Agosti
e18d61b31a
Merge pull request #635 from 0xProject/feature/website/custom-onboarding-tooltip
...
Remove react-joyride and some more refactoring
2018-05-30 11:49:04 -07:00
fragosti
b14c3fe48d
Onboarding: implement add ETH step, and stub for add WETH step
2018-05-29 17:57:22 -07:00
fragosti
bc28a08dd0
Address PR feedback
2018-05-29 15:49:13 -07:00
fragosti
f0bbf2cab0
Improve tooltip look
2018-05-29 12:53:18 -07:00
Brandon Millman
c31ca4af90
Hide wallet management option and expand component on small screens
2018-05-25 18:34:07 -07:00
fragosti
d057b77dc5
Address PR feedback
2018-05-24 10:53:13 -07:00
fragosti
7af77d3eb0
Basic onboarding flow infrastructure set up
2018-05-24 10:51:06 -07:00
Brandon Millman
3fe94891d3
Merge branch 'v2-prototype' into feature/website/wallet-flex-box
...
* v2-prototype: (95 commits)
Add missing dep to website
Upgrade solidity parser
Fix trace test
Fix linter issues
Move contract utils
Fix prettier
Fix NameResolver
Fix prettier
Remove 0x.js as a dependency from website
Enable 0x.js tests
Fix small bug in order-utils
Address feedback
Fix Tslint error caused by "PromiseLike" value
Fix Tslint error caused by "PromiseLike" value
Update dogfood url
fix contract-wrappers version
Parse compiler.json in SolCompilerArtifactsAdapter
Fix TokenTransferProxy artifact name since it's now suffixed with _v1
Update yarn.lock
Fix signature verification test
...
2018-05-23 14:16:32 -07:00
Leonid Logvinov
5913d654bd
Remove 0x.js as a dependency from website
2018-05-23 09:41:35 -07:00
Brandon Millman
d0abc60176
Add missing key
2018-05-21 21:41:03 -07:00
Brandon Millman
ed8acdb11c
Re add wrapped ether item
2018-05-21 21:25:43 -07:00
Brandon Millman
26370da13d
Rewrite balance rows using flex box
2018-05-21 21:25:42 -07:00
Brandon Millman
9ce7be050a
Refactor portal specific colors out of react-shared
2018-05-18 11:35:13 -07:00
Brandon Millman
943b7d39c6
Fix tslint false positive
2018-05-17 11:02:55 -07:00
Brandon Millman
6a0cda7396
Fix lint error
2018-05-17 11:02:55 -07:00
Brandon Millman
c787dc7356
Fix linter errors and relayer index reloading
2018-05-17 11:02:55 -07:00
Brandon Millman
d6e321e97f
Add manage you wallet footer
2018-05-17 11:02:55 -07:00
Brandon Millman
ef1e974346
Back button and title components
2018-05-17 11:02:55 -07:00
Brandon Millman
9e76d2ca63
Add menu
2018-05-17 11:02:55 -07:00
Leonid Logvinov
b74957acdf
Add missing type definitions
2018-05-14 10:35:13 +02:00
Brandon Millman
eba6dcc497
Update wallet footer and add remove token functionality
2018-05-09 15:46:18 -07:00
Brandon Millman
419b670aa3
Make wallet scrollable
2018-05-08 10:16:08 -07:00
Brandon Millman
a44874d2eb
Add token flow
2018-05-08 10:16:08 -07:00
Brandon Millman
3a1f9d01e8
Remove WETH special case, website backend handles this now
2018-04-30 16:49:47 -07:00
Brandon Millman
1131d66b3d
Hit website backend for price information
2018-04-30 16:40:02 -07:00
Brandon Millman
2403323463
Style suggestions
2018-04-27 15:05:23 -07:00
Brandon Millman
feb7dfffa1
Move quote currency string into config
2018-04-27 15:05:23 -07:00
Brandon Millman
9b535e3cec
Rename baseCurrency to quoteCurrency
2018-04-22 14:20:42 -04:00
Brandon Millman
9656895726
Remove some unused imports
2018-04-22 14:17:34 -04:00
Brandon Millman
121b6949a1
Rate limit crypto compare calls
2018-04-22 14:05:03 -04:00
Brandon Millman
fb31c49317
Refactor common fetch logic into fetch_utils
2018-04-22 13:28:13 -04:00
Brandon Millman
e51f9b3593
Grab price information from crypto compare api
2018-04-22 13:10:58 -04:00
Brandon Millman
51b2fce8c1
Implement backendClient object to unify calls to the portal api
2018-04-18 20:12:38 -04:00
Brandon Millman
39c0064ffb
Add price information to wallet
2018-04-18 00:30:52 -04:00
Brandon Millman
21dc94b709
Merge pull request #503 from 0xProject/feature/website/relayer-grid
...
Implement initial relayer grid
2018-04-05 12:15:16 -07:00