fragosti
bb691aa4ed
feat: more blog url fixes
2018-12-17 15:48:17 -08:00
Brandon Millman
51b1cab72a
fix(website) replace 0xproject.com with 0x.org
2018-12-14 14:46:05 -08:00
Brandon Millman
3b421ef796
fix(website): fix code splitting
2018-11-11 20:58:47 -08:00
Fabio Berger
8c6de7f69d
chore: replace @0xproject with @0x in .tsx files
2018-10-18 13:59:40 +01:00
Brandon Millman
49c7365d93
Update token registry icons and asset picker flows
2018-07-06 10:51:46 -07:00
Fabio Berger
e1879ef4d9
Fix no-unused-variable tslint rule to include parameters and fix issues
2018-06-11 23:42:30 +02:00
fragosti
64906a1ba5
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/improve-linting
2018-06-06 16:43:37 -07:00
Brandon Millman
2b4cd8b2ec
Fix undefined ether balance
2018-06-06 01:33:35 -07:00
Brandon Millman
ab4d2faea3
Fix EthWrappers background color
2018-06-06 01:33:35 -07:00
Brandon Millman
03854baf53
Update EthWrappers component
2018-06-06 01:33:35 -07:00
fragosti
9778695b4a
Try enabling no-unused-variable...
2018-06-04 19:48:21 -07:00
Brandon Millman
df27f4f118
Change userEtherBalanceInWei to optional so we can know if its loading
2018-05-31 11:54:25 -07:00
Leonid Logvinov
5913d654bd
Remove 0x.js as a dependency from website
2018-05-23 09:41:35 -07:00
Leonid Logvinov
b74957acdf
Add missing type definitions
2018-05-14 10:35:13 +02:00
Brandon Millman
4e5cd472c2
Refactor TokenState type
2018-03-21 13:02:44 -07:00
Fabio Berger
caaa70f630
Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we don't sometimes pass an empty string and sometimes undefined
2018-03-11 12:33:34 +01:00
Fabio Berger
4c08667a07
Replace local PRECISION constants with global config.AMOUNT_DISPLAY_PRECISION
2018-03-10 22:43:13 +01:00
Fabio Berger
7ebebb5bd9
Create blockchainWatcher class and refactor Portal such that Ether amounts are always passed around as baseUnits
2018-03-09 19:02:07 +01:00
Fabio Berger
0b1ba9f997
Move Documentation to the @0xproject/react-docs
package
2018-03-06 16:31:55 +01:00
Fabio Berger
5a90fece80
Moved over all pages/shared components and dependencies to react-shared
2018-03-05 13:53:13 +01:00
Fabio Berger
8aac6e46d4
Remove unused prop
2018-01-30 21:34:13 +01:00
Fabio Berger
16ea0348a9
Fix linter errors
2018-01-30 20:45:09 +01:00
Fabio Berger
e219772b2a
Fix all setState calls after unmounted errors. Decided to create our own flag rather then using a cancellablePromise since there was little to be gained from this alternative
2018-01-30 20:12:32 +01:00
Fabio Berger
6206ebc994
Implement just-in-time loading of token balances & allowances
2018-01-28 16:19:55 +01:00
Leonid Logvinov
4dfa720f2d
Use configured version of bignumber in all packages
2018-01-04 12:38:19 +01:00
Leonid Logvinov
e744e4cd98
Apply prettier config
2018-01-03 11:37:38 +01:00
Brandon Millman
cb11aec84d
Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors
2017-12-20 15:30:25 +01:00
Fabio Berger
08f2406ca2
Fix merge
2017-12-19 23:04:08 +01:00
Fabio Berger
41104b2d45
Merge branch 'development' into createWethPage
...
* development: (27 commits)
Remove re-assignment
Fix scrolling topBar on Portal
Fix overflow issue on calculated fillAmount
Fix faulty import
Introduce an identityCommandBuilder
Define types for methodID
Define types for ethereumjs-abi
Install types for yargs
Fix comments
Fix linter issues
Fix linter error
Rename SubscriptionOpts to BlockRange
Refactor remaining _.assign to spread operator
Move muiTheme into it's own module
Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping
Sort colors into color spectrum
remove unused style
standarize on `grey` over `gray` spelling and other color related fixes
Standardize colors to always be in uppercase hex and consolidate material-ui greys
Consolidate all custom colors and material-ui colors into a colors module
...
# Conflicts:
# packages/website/ts/components/eth_wrappers.tsx
# packages/website/ts/components/portal.tsx
# packages/website/ts/utils/configs.ts
# packages/website/ts/utils/constants.ts
2017-12-19 22:58:06 +01:00
Fabio Berger
16c91bca0a
remove extra space
2017-12-19 10:41:45 +01:00
Fabio Berger
fb0b7efc45
Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping
2017-12-18 19:30:25 +01:00
Fabio Berger
1aed970ce3
standarize on grey
over gray
spelling and other color related fixes
2017-12-18 10:28:34 +01:00
Fabio Berger
445ff1e28e
Standardize colors to always be in uppercase hex and consolidate material-ui greys
2017-12-18 10:06:16 +01:00
Fabio Berger
df9d3e3e16
Consolidate all custom colors and material-ui colors into a colors module
2017-12-18 09:15:12 +01:00
Fabio Berger
22c4ee6ef7
Update first two string enums to native type
2017-12-17 19:35:24 -05:00
Fabio Berger
672c8acaca
Fix linter errors
2017-12-17 17:21:33 -05:00
Fabio Berger
681617480a
Move weth.io url to constants
2017-12-17 17:10:51 -05:00
Fabio Berger
95dfac6f9b
Make it such that Wrapped Ether page works on networks without any outdated WETH tokens
2017-12-17 17:09:16 -05:00
Fabio Berger
9e914be975
Link all EtherTokens to Etherscan and add address tooltip
2017-12-17 14:14:23 -06:00
Fabio Berger
13279f1f20
Fix linter errors
2017-12-15 12:47:16 -06:00
Fabio Berger
ac1fbeb962
Improve WETH page styling
2017-12-14 19:28:49 -06:00
Fabio Berger
6d386220d9
Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after a successful unwrap.
2017-12-14 10:43:20 -06:00
Fabio Berger
d0916e196c
progress weth page
2017-12-12 14:53:39 -06:00