Xianny
41cc5234c4
Add coordinator wrapper ( #1792 )
...
* wip first pass at coordinator wrapper
* implement cancels, helper methods, and more unit tests
* pin typeorm version in pipeline
* prettier
* add export to 0x.js
* generate ZeroEx transaction using EIP712
* update Coordinator artifact
* change OrderError -> TypedDataError
2019-05-09 15:48:41 -07:00
Xianny
7423028fea
Replace lodash with built-ins where possible to reduce bundle size ( #1766 )
...
* add tslint rule to disallow lodash.isUndefined
* add tslint rule to disallow lodash.isNull
* apply fixes
2019-04-10 09:36:32 -07:00
Fabio Berger
1fa82c1077
Fix up missing Provider interfaces and refactor providerUtils.standardizeOrThrow()
2019-02-19 22:34:31 -08:00
David Sun
3cb2d3dfff
adding free credits page (incomplete)
2019-02-12 16:58:55 -05:00
Leonid Logvinov
c3afc13dd6
Upgrade bignumber.js version
2019-01-15 16:25:24 +01:00
Xianny
943c378309
Implement tslint enum-naming to enforce PascalCase on enum members ( #1474 )
2019-01-11 10:04:30 -08:00
Brandon Millman
3b421ef796
fix(website): fix code splitting
2018-11-11 20:58:47 -08:00
Fabio Berger
724f3b9cf7
Improve sidebar logic to handle MS Edge, Firefox differences between Windows & Mac
2018-10-19 12:25:31 +01:00
Jacob Evans
9f924e459c
chore: change package org from 0xproject to 0x
2018-10-18 22:27:31 +11:00
Alex Browne
5bdfad9b41
Remove ContractNotFound errors in contract-wrappers
2018-10-16 00:23:43 -07:00
fragosti
d6090921a8
Update everything to Coinbase Wallet instead of Toshi
2018-09-26 17:55:40 +02:00
fragosti
46b168e10f
Run linter
2018-09-04 12:09:24 -07:00
Fabio Berger
8a683b8541
Fix imports
2018-09-04 18:37:41 +01:00
Brandon Millman
660e670d38
Update generate and fill order flows
2018-08-30 13:36:44 -07:00
Brandon Millman
82a01ef020
Initial changes for v2 portal
2018-08-30 13:24:24 -07:00
Brandon Millman
67b4ba2a57
Revert error renames
2018-08-20 12:18:35 -07:00
Jacob Evans
88c99396a2
Rename OrderAlreadyCancelledOrFilled -> OrderCancelled.
...
Remove try catch of throwing errors in favour of returning the Errors in a OrderValidationResult
2018-08-16 11:12:35 +10:00
Brandon Millman
31b8dd1bfc
Remove careers page feature flag
2018-07-26 06:55:06 +08:00
Fabio Berger
cc223b9eab
Compare host rather then origin so that it comes without the http/https prefix
2018-07-19 19:01:25 +02:00
Leonid Logvinov
bf8ac3b9e6
Fix tslint issues
2018-07-17 12:59:02 +02:00
fragosti
b70f5d1a1e
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into bug/website/txhash-error
2018-07-13 11:15:50 -07:00
Francesco Agosti
26363931ed
Merge pull request #866 from 0xProject/feature/website/integrate-heap
...
Integrate Heap analytics into the website
2018-07-13 11:14:38 -07:00
fragosti
c5fcdd0657
Move format to helper function
2018-07-13 11:11:49 -07:00
fragosti
b4747c3f85
Refactor utils and add UNNKOWN environment type
2018-07-12 18:11:25 -07:00
fragosti
1df074b73e
Make Analytics API non-async
2018-07-12 16:57:03 -07:00
fragosti
254d30b8df
Fix linting errors
2018-07-12 15:56:01 -07:00
fragosti
ac5588c7c4
Make error reporter not return a promise and add more environment possibilities
2018-07-12 15:56:01 -07:00
fragosti
ddb70a89ad
Do not crash on NaN, and provide default
2018-07-12 15:54:45 -07:00
fragosti
f4b2a9625d
Only upload sourcemaps to rollbar on live deploys, and log NaN error for future debugging
2018-07-12 15:54:45 -07:00
Brandon Millman
09f5609618
Remove legacy portal code
2018-07-11 15:42:20 -07:00
fragosti
098322c564
Integrate heap analytics
2018-07-11 15:39:12 -07:00
fragosti
9131a72a47
Replace calls to google analytics with calls to heap
2018-07-11 12:14:23 -07:00
fragosti
d22cff0976
Shim shouldShowPortalV2 to always return true
2018-07-06 16:08:35 -07:00
Francesco Agosti
269b56b907
Merge pull request #838 from 0xProject/feature/website/portal-final-touches
...
Some final polish touches for portal!
2018-07-06 15:38:51 -07:00
fragosti
9669a4d121
Create Balance component and make token symbols smaller than token amounts
2018-07-06 14:21:30 -07:00
Brandon Millman
49c7365d93
Update token registry icons and asset picker flows
2018-07-06 10:51:46 -07:00
fragosti
302b9deef3
Rename getBestDownloadLink to getBestWalletDownloadLinkAndIsMobile
2018-07-05 10:54:13 -07:00
fragosti
52c956222e
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/website/portal-mobile-improvements
2018-07-03 14:43:23 -07:00
Francesco Agosti
0900e0c85e
Merge pull request #811 from 0xProject/feature/website/onboarding-polish-2
...
Add Hotjar, and other small improvements
2018-07-03 14:43:02 -07:00
fragosti
931e7e7d71
Prompt user to download Toshi or MetaMask in install wallet onboarding step
2018-07-03 14:28:49 -07:00
fragosti
a52eb81380
Rename isMobile utility fn to be more specific and add isMobileOperatingSystem
2018-07-03 12:48:19 -07:00
fragosti
ab0055d5c6
Add OperatingSystemType and get OS util
2018-07-03 12:45:28 -07:00
Brandon Millman
328da21420
Merge pull request #806 from 0xProject/feature/website/mobile-readable-web3-names
...
Add detection logic for Toshi and Cipher
2018-07-02 18:26:16 -07:00
fragosti
a5231df6d9
Add media query abstraction around ScreenWidths and stop relayer grid hover effect on mobile
2018-07-02 17:26:48 -07:00
Brandon Millman
04d11d6fac
Add human readable names for Toshi and Cipher
2018-07-02 16:37:22 -07:00
Brandon Millman
bc7e8ff471
Add better balance formatting rules for balances and usd values
2018-07-02 16:08:02 -07:00
Brandon Millman
7ee37fb62a
Implement new locked and uninstalled states
2018-06-28 11:50:08 -07:00
Brandon Millman
1ca182e741
Update ProviderDisplay with new design
2018-06-28 11:50:08 -07:00
Brandon Millman
4969797c23
Remove isTracked field on token in favor of trackedTimestamp
2018-06-28 10:39:16 -07:00
Brandon Millman
366a9502dd
Sort wallet tokens by timestamp added and scroll to newly added token
2018-06-28 10:38:07 -07:00