aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/utils/utils.ts
Commit message (Expand)AuthorAgeFilesLines
* Add media query abstraction around ScreenWidths and stop relayer grid hover e...fragosti2018-07-031-5/+2
* Implement new locked and uninstalled statesBrandon Millman2018-06-291-2/+2
* Update ProviderDisplay with new designBrandon Millman2018-06-291-6/+21
* Remove isTracked field on token in favor of trackedTimestampBrandon Millman2018-06-291-1/+4
* Sort wallet tokens by timestamp added and scroll to newly added tokenBrandon Millman2018-06-291-0/+5
* Change metamask install link based on browserBrandon Millman2018-06-261-0/+13
* Fix z-index issuesfragosti2018-06-221-0/+3
* Various relayer grid ui polish itemsBrandon Millman2018-06-221-0/+3
* Consolidate account state messaging logicBrandon Millman2018-06-191-0/+19
* Add all steps to their own filefragosti2018-06-161-0/+11
* Merge pull request #695 from 0xProject/feature/website/onboarding-flow-allowa...Francesco Agosti2018-06-151-2/+8
|\
| * Implement allowance and final flow stepfragosti2018-06-131-1/+0
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-131-5/+2
| |\
| * \ Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-1/+1
| |\ \
| * | | Add utilities for getting tokens from tokensByAddressfragosti2018-06-071-2/+9
* | | | Add back redirector behind feature flagBrandon Millman2018-06-141-0/+3
| |_|/ |/| |
* | | Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-2/+2
* | | Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-071-1/+1
|\ \ \ | | |/ | |/|
| * | Try enabling no-unused-variable...fragosti2018-06-051-1/+1
| |/
* / Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-061-3/+0
|/
* Onboarding: implement add ETH step, and stub for add WETH stepfragosti2018-05-301-0/+5
* Run linterfragosti2018-05-261-1/+1
* Implement metamask installation flowfragosti2018-05-261-0/+4
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-241-2/+2
* Set up scaffolding for new drawerBrandon Millman2018-05-191-0/+3
* fix style errorsfragosti2018-05-161-1/+1
* Fix circular dependencyfragosti2018-05-161-3/+6
* Add dogfood configs to websiteBrandon Millman2018-05-161-0/+3
* Add missing type definitionsLeonid Logvinov2018-05-141-14/+14
* Fix website and 0x.js docsFabio Berger2018-05-101-17/+26
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-021-1/+2
* Show staging docs on development and stagingFabio Berger2018-04-111-1/+7
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-3/+3
* Improve rounding error messageFabio Berger2018-03-261-1/+2
* Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-151-4/+2
|\
| * Use `isMetaMask` flag rather then constructor name for Metamask provider dete...Fabio Berger2018-03-121-4/+2
* | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-5/+0
|/
* Refactor Analytics so that calls to ReactGA are all in a single module, combi...Fabio Berger2018-03-101-12/+23
* Fixed merge issueTom Schmidt2018-03-101-18/+0
* Merge branch 'development' into feature/website/web3-loggingTom Schmidt2018-03-101-34/+11
|\
| * Add onSelectedVersion callback so it can be handled in any way the caller wishesFabio Berger2018-03-071-0/+6
| * Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-26/+5
| * Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-23/+0
| * Move over AnchorTitle and associated elementsFabio Berger2018-03-041-3/+0
* | Fixed Parity detectionTom Schmidt2018-03-101-1/+1
* | Fixed lintTom Schmidt2018-03-091-4/+4
* | Added web3 provider loggingTom Schmidt2018-03-091-17/+9
* | Added provider canonical name mappingTom Schmidt2018-03-071-1/+20
|/
* Hash hash instead of prefixedHash to scrollToHash functionFabio Berger2018-03-031-4/+4
* Move onPageLoadAsync to utilsFabio Berger2018-03-031-0/+8
* Update react-markdown, properly scroll to section for wiki internal links, co...Fabio Berger2018-03-021-0/+19
* Merge pull request #379 from 0xProject/portal_jsonLeonid2018-02-091-25/+22
|\
| * Address feedbackLeonid Logvinov2018-02-081-2/+1
| * Remove hash from signatureDataLeonid Logvinov2018-02-081-2/+2
| * Remove networkId from orderJSONLeonid Logvinov2018-02-081-2/+0
| * Split Order into signedOrder and metadataLeonid Logvinov2018-02-081-22/+26
| * Remove unused types and take their namesLeonid Logvinov2018-02-071-2/+2
| * Introduce makerToken and takerToken fields for unsigned token metadataLeonid Logvinov2018-02-071-16/+12
| * Move .taker.amount to .takerTokenAmount and .maker.amount to .makerTokenAmountLeonid Logvinov2018-02-071-2/+2
| * Move .taker.feeAmount to .takerFee and .maker.feeAmount to .makerFeeLeonid Logvinov2018-02-071-2/+2
| * Rename signature to ecSignatureLeonid Logvinov2018-02-071-2/+2
| * Rename exchangeContract to exchangeContractAddressLeonid Logvinov2018-02-071-4/+4
| * Rename expiration to expirationUnixTimestampSecLeonid Logvinov2018-02-071-3/+3
* | Move isTestNetwork into utils and also check it from showing ZRX request buttonFabio Berger2018-02-071-0/+11
|/
* Uppercase Networks enum valuesFabio Berger2018-01-311-1/+1
* Pass in whether we want the personal message prefix appended and never append...Fabio Berger2018-01-301-0/+6
* Properly detect user signing cancellation on Metamask, Parity signer and LedgerFabio Berger2018-01-281-1/+1
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
* Apply prettier configLeonid Logvinov2018-01-031-33/+48
* Refactor configs and constants, standardize on uppercase/snakecase, alphebeti...Fabio Berger2017-12-191-4/+5
* Replace remaining strEnums with property TS string enumsFabio Berger2017-12-181-3/+3
* Update first two string enums to native typeFabio Berger2017-12-181-4/+4
* Fix website unused varsLeonid Logvinov2017-12-151-4/+2
* Fix tslint issuesFabio Berger2017-11-281-13/+63
* Add website to mono repo, update packages to align with existing sub-packages...Fabio Berger2017-11-221-0/+215