Xianny
943c378309
Implement tslint enum-naming to enforce PascalCase on enum members ( #1474 )
2019-01-11 10:04:30 -08:00
Alex Browne
89e398fa39
Update prettier to version ^1.15.3
2019-01-10 17:41:13 -08:00
fragosti
ea781b8850
feat: remove unused files
2018-12-20 16:32:00 -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
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
Leonid Logvinov
bf8ac3b9e6
Fix tslint issues
2018-07-17 12:59:02 +02:00
fragosti
97312c2656
Use default networkId of 1 for ledger dropdown
2018-07-05 11:45:54 -07:00
Brandon Millman
fd545ec00f
Remove increase balance link from balance_bounded_input component
2018-07-02 17:14:46 -07:00
fragosti
e4188f5d4c
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/website/support-new-metamask
2018-06-28 11:17:30 -07:00
Brandon Millman
4969797c23
Remove isTracked field on token in favor of trackedTimestamp
2018-06-28 10:39:16 -07:00
fragosti
360927ec77
Changing provider to ledger more consistent with previous experience
2018-06-27 11:37:24 -07:00
fragosti
2a092143dc
Remove IS_MAINNET_ENABLED config
2018-06-27 10:40:07 -07:00
fragosti
3866154b50
Fix stateful ledger dialog edge state
2018-06-26 12:16:10 -07:00
fragosti
e27780aee9
Fix subtle issues with ledger config dialog
2018-06-26 11:59:23 -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
fragosti
9778695b4a
Try enabling no-unused-variable...
2018-06-04 19:48:21 -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
Jacob Evans
f44ef7ce59
Update website to support latest ledger
2018-04-11 15:12:02 +10:00
Leonid Logvinov
a2e4aaa9a3
Add clean-state tests
2018-03-27 17:47:04 +02:00
Fabio Berger
109fc41474
Add error popover if TokenRegistry on network user is browsing on don't include the requisite default tokens for 0x Portal to function
2018-03-25 00:22:06 +00:00
Brandon Millman
c8a8b851d8
Consolidate all console.log into the @0xproject/utils package
2018-03-13 18:13:48 -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
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
ecf86d1d13
Uppercase Networks enum values
2018-01-30 21:01:16 +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
5019c51940
Default the derivation path to that found in the Ledger subprovider
2018-01-30 20:10:51 +01:00
Fabio Berger
da1071526f
Add browser data to dialog info
2018-01-30 19:03:10 +01:00
Fabio Berger
89e98240b4
Add Rinkeby support
2018-01-30 15:05:55 +01:00
Fabio Berger
542a1a11b9
Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to Ledger network dropdown
2018-01-29 13:16:40 +01:00
Fabio Berger
63ffa80c5c
Re-set Ledger config dialog to connect step if dialog is closed
2018-01-29 12:46:07 +01:00
Fabio Berger
af08177f79
Make it such that users can switch between Ledger accounts without first switching back to an injected provider
2018-01-29 12:10:49 +01:00
Fabio Berger
6206ebc994
Implement just-in-time loading of token balances & allowances
2018-01-28 16:19:55 +01:00
Fabio Berger
dd9f5adc2e
Initial Ledger support implementation
2018-01-28 10:29:15 +01:00
Leonid Logvinov
e34b0af251
Fix ts error in portal after enabling more strict checks
2018-01-10 12:43:50 +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
b7004b3002
Refactor remaining _.assign to spread operator
2017-12-19 11:25:50 +01:00