aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/inputs
Commit message (Collapse)AuthorAgeFilesLines
* Add networkId to event labelFabio Berger2018-02-071-2/+6
|
* Added logging for order filling and order cancellingThomas Schmidt2018-02-071-1/+1
|
* Moved to async awaitThomas Schmidt2018-02-061-18/+13
|
* Formatting and removed old GA codeThomas Schmidt2018-02-061-16/+18
|
* Converted BigNumber to number for GA loggingThomas Schmidt2018-02-061-2/+2
|
* GA logging for order creationThomas Schmidt2018-02-061-4/+9
|
* Switch GA to React GA and add logging for PortalThomas Schmidt2018-02-061-1/+12
|
* Fix linter errorsFabio Berger2018-01-311-1/+2
|
* Fix all setState calls after unmounted errors. Decided to create our own ↵Fabio Berger2018-01-311-5/+12
| | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative
* Disallow negative amountsFabio Berger2018-01-301-1/+1
|
* Fix bug where could not switch to Ledger and backFabio Berger2018-01-291-4/+4
|
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-283-5/+57
|
* Properly detect user signing cancellation on Metamask, Parity signer and LedgerFabio Berger2018-01-281-1/+1
|
* Enable restrict-plus-operands and fix issues detectedLeonid Logvinov2018-01-171-1/+1
|
* Fix ts error in portal after enabling more strict checksLeonid Logvinov2018-01-102-4/+5
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-045-5/+5
|
* Apply prettier configLeonid Logvinov2018-01-039-134/+103
|
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-211-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1/+1
| | | | | | | | 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-209-44/+44
|/
* Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-191-2/+2
| | | | alphebetize, rename for logical grouping
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-184-6/+6
|
* Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-184-5/+5
| | | | greys
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-184-4/+4
|
* Update first two string enums to native typeFabio Berger2017-12-181-1/+1
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-163-4/+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 website unused varsLeonid Logvinov2017-12-153-4/+1
| |
* | Make label optional and make sure the input field still renders properly ↵Fabio Berger2017-12-141-3/+4
|/ | | | without it
* Fix an invocationLeonid Logvinov2017-12-121-1/+1
|
* Move isAddress to shared utils and remove all dependencies on ethereum-addressLeonid Logvinov2017-12-111-1/+1
|
* Make sure we don't pass empty maker into getOrderHashHexFabio Berger2017-12-081-1/+2
|
* fix remaining tslint errorsFabio Berger2017-11-289-30/+30
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-229-0/+784
sub-packages, use new subscribeAsync 0x.js method