Fabio Berger
8c6de7f69d
chore: replace @0xproject with @0x in .tsx files
2018-10-18 13:59:40 +01:00
fragosti
ad161a973e
Change all onTouchTap to onClick
2018-08-24 15:59:14 -07:00
fragosti
dead04dce8
WIP for sending ether from portal (works)
2018-07-19 04:11:44 -07:00
Brandon Millman
fd545ec00f
Remove increase balance link from balance_bounded_input component
2018-07-02 17:14:46 -07:00
Brandon Millman
2b4cd8b2ec
Fix undefined ether balance
2018-06-06 01:33:35 -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
Leonid Logvinov
a2e4aaa9a3
Add clean-state tests
2018-03-27 17:47:04 +02: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
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
5a90fece80
Moved over all pages/shared components and dependencies to react-shared
2018-03-05 13:53:13 +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
cb3582289f
Merge pull request #285 from 0xProject/fix/underscorePrivate
...
Add new underscore-privates rule to @0xproject/tslint-config and fix …
2017-12-21 13:16:25 -05:00
Fabio Berger
66cf60f9cb
Fix Max button bug
2017-12-21 15:32:23 +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
1aed970ce3
standarize on grey
over gray
spelling and other color related fixes
2017-12-18 10:28:34 +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
b2256679be
Add Max
convenience button in unwrap WETH dialog
2017-12-17 15:41:24 -05:00
Fabio Berger
ac1fbeb962
Improve WETH page styling
2017-12-14 19:28:49 -06:00
Fabio Berger
7ce1021798
Refactor the WETH conversion dialog/button to be either wrap or unwrap specific and not both
2017-12-14 10:41:33 -06:00
Fabio Berger
5a59ac4c6b
fix remaining tslint errors
2017-11-27 22:08:08 -06:00
Fabio Berger
3660ba28d7
Add website to mono repo, update packages to align with existing sub-packages, use new subscribeAsync 0x.js method
2017-11-21 14:03:08 -06:00