aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/token_balances.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Properly detect Rinkeby and Ropsten TokenRegistry tokens as mintableFabio Berger2018-02-071-2/+8
|
* Add networkId to faucet requests so that we can request tokens on Kovan, ↵Fabio Berger2018-02-071-1/+3
| | | | Rinkeby and Ropsten
* Add networkId to event labelFabio Berger2018-02-071-0/+1
|
* Uppercase Networks enum valuesFabio Berger2018-01-311-2/+2
|
* Fix linter errorsFabio Berger2018-01-311-2/+2
|
* Fix all setState calls after unmounted errors. Decided to create our own ↵Fabio Berger2018-01-311-3/+10
| | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative
* Fix bug related to balance/allowance fetching being asyncFabio Berger2018-01-291-0/+14
|
* Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to ↵Fabio Berger2018-01-291-16/+17
| | | | Ledger network dropdown
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-31/+115
|
* Properly detect user signing cancellation on Metamask, Parity signer and LedgerFabio Berger2018-01-281-1/+1
|
* Merge pull request #325 from 0xProject/fix/portal-bugsLeonid2018-01-181-1/+1
|\ | | | | Small Fixes/Additions
| * Fix balance page copy to refer to the Wrap ETH tab instead of a "convert" buttonFabio Berger2018-01-181-1/+1
| |
* | Enable restrict-plus-operands and fix issues detectedLeonid Logvinov2018-01-171-1/+1
|/
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-189/+124
|
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-211-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ...
| * Move call to error reporter to end of handler so that even if reporting the ↵Fabio Berger2017-12-211-2/+2
| | | | | | | | error takes a while, it doesn't block the UI
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-34/+34
|/
* Refactor remaining _.assign to spread operatorFabio Berger2017-12-191-2/+3
|
* Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-191-9/+9
| | | | alphebetize, rename for logical grouping
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-2/+2
|
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-4/+4
|
* Fix unhoverable help tooltip by renaming `Trade Permissions` to `Allowance`Fabio Berger2017-12-181-2/+2
|
* Replace remaining strEnums with property TS string enumsFabio Berger2017-12-181-6/+6
|
* Update first two string enums to native typeFabio Berger2017-12-181-1/+1
|
* Fix linter errorsFabio Berger2017-12-161-5/+0
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-161-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (54 commits) Fix redundant spaces Fix tests Fix website unused vars Fix connect unused vars Fix 0x.js unused vars Dissallow unused vars/imports Implement first custom linter rule async-suffix Reuse intervalutils in website Add a newline Name a variable Add a comment Fix a conditional Make migrations deterministic Fix linter error Fix linter errors Add a function to init token balances Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens Add DummyToken to gitignore Add DummyToken to artifacts list Increase mocha timeout ...
| * Fix redundant spacesLeonid Logvinov2017-12-161-1/+1
| |
| * Fix website unused varsLeonid Logvinov2017-12-151-1/+0
| |
* | Remove ETH-WETH convert button from balances pageFabio Berger2017-12-141-24/+0
|/
* fix remaining tslint errorsFabio Berger2017-11-281-26/+27
|
* Add missing keysFabio Berger2017-11-241-0/+2
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+697
sub-packages, use new subscribeAsync 0x.js method