aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #379 from 0xProject/portal_jsonLeonid2018-02-096-134/+79
|\ | | | | Make portal order JSON compatible with 0x.js
| * Implement blockchain.portalOrderToZeroExOrderLeonid Logvinov2018-02-091-30/+2
| |
| * Make naming of schemas consistentLeonid Logvinov2018-02-093-6/+6
| |
| * Address feedbackLeonid Logvinov2018-02-084-50/+43
| |
| * Remove hash from signatureDataLeonid Logvinov2018-02-084-27/+15
| |
| * Remove networkId from orderJSONLeonid Logvinov2018-02-084-15/+2
| |
| * Split Order into signedOrder and metadataLeonid Logvinov2018-02-081-70/+76
| |
| * Remove unused types and take their namesLeonid Logvinov2018-02-072-16/+8
| |
| * Introduce makerToken and takerToken fields for unsigned token metadataLeonid Logvinov2018-02-071-36/+35
| |
| * Move .taker.amount to .takerTokenAmount and .maker.amount to .makerTokenAmountLeonid Logvinov2018-02-071-12/+12
| |
| * Move .taker.feeAmount to .takerFee and .maker.feeAmount to .makerFeeLeonid Logvinov2018-02-071-6/+6
| |
| * Rename signature to ecSignatureLeonid Logvinov2018-02-071-5/+5
| |
| * Rename exchangeContract to exchangeContractAddressLeonid Logvinov2018-02-071-2/+2
| |
| * Rename expiration to expirationUnixTimestampSecLeonid Logvinov2018-02-072-12/+20
| |
* | Add blog to topBar and as a consequence support external links in topBar ↵Fabio Berger2018-02-092-3/+25
| | | | | | | | menu items
* | Fix flash message when receiving test etherFabio Berger2018-02-081-1/+2
| |
* | Only show faucet error if not on a testnetFabio Berger2018-02-071-4/+3
| |
* | Move isTestNetwork into utils and also check it from showing ZRX request buttonFabio Berger2018-02-071-9/+2
| |
* | Remove stray logFabio Berger2018-02-071-1/+0
| |
* | Use isTestNetwork instead of isKovanTestNetwork on balances page except for ↵Fabio Berger2018-02-071-7/+15
| | | | | | | | Dharma integration
* | 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-074-7/+19
|
* Added logging for order filling and order cancellingThomas Schmidt2018-02-072-1/+26
|
* 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-062-3/+3
|
* GA logging for order creationThomas Schmidt2018-02-062-4/+21
|
* Switch GA to React GA and add logging for PortalThomas Schmidt2018-02-061-1/+12
|
* Remove unused propFabio Berger2018-01-311-1/+0
|
* Fix prettierFabio Berger2018-01-311-9/+1
|
* Uppercase Networks enum valuesFabio Berger2018-01-312-3/+3
|
* Fix linter errorsFabio Berger2018-01-3114-40/+14
|
* Fix all setState calls after unmounted errors. Decided to create our own ↵Fabio Berger2018-01-315-27/+62
| | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative
* Default the derivation path to that found in the Ledger subproviderFabio Berger2018-01-311-1/+4
|
* Add browser data to dialog infoFabio Berger2018-01-311-1/+1
|
* Add Rinkeby supportFabio Berger2018-01-301-6/+3
|
* Disallow negative amountsFabio Berger2018-01-301-1/+1
|
* 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-293-20/+25
| | | | Ledger network dropdown
* Re-set Ledger config dialog to connect step if dialog is closedFabio Berger2018-01-291-0/+1
|
* Make it such that users can switch between Ledger accounts without first ↵Fabio Berger2018-01-292-7/+8
| | | | switching back to an injected provider
* Use colors module and remove in-lined colorsFabio Berger2018-01-292-7/+10
|
* Replace heavy loading animation with simple circular loaderFabio Berger2018-01-292-41/+14
|
* Add network name to the select providerFabio Berger2018-01-291-12/+15
|
* 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-2817-143/+353
|
* Initial Ledger support implementationFabio Berger2018-01-288-45/+419
|
* Properly detect user signing cancellation on Metamask, Parity signer and LedgerFabio Berger2018-01-285-6/+6
|
* Fix fill/cancel order by looking for NoError instead of empty blockchainErr ↵Fabio Berger2018-01-221-2/+2
| | | | given the BlockchainErrs type refactor
* Fix bug hiding the user info from topBarFabio Berger2018-01-191-1/+1
|
* Allow Token symbols to be alphanumericJacob Evans2018-01-191-4/+4
|
* Fix prettierLeonid Logvinov2018-01-181-2/+4
|
* Merge pull request #325 from 0xProject/fix/portal-bugsLeonid2018-01-183-14/+13
|\ | | | | Small Fixes/Additions
| * Add discourse forum to Community section of website footerFabio Berger2018-01-181-0/+6
| |
| * Remove dead-codeFabio Berger2018-01-181-5/+0
| |
| * Fix Portal topbar so that it displays the mobile menuFabio Berger2018-01-181-8/+6
| |
| * 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-174-4/+4
|/
* Fix ts error in portal after enabling more strict checksLeonid Logvinov2018-01-106-20/+23
|
* Fix linter errorsLeonid Logvinov2018-01-041-1/+1
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-0420-20/+20
|
* Apply prettier configLeonid Logvinov2018-01-0358-1547/+1275
|
* Merge pull request #285 from 0xProject/fix/underscorePrivateBrandon Millman2017-12-2237-451/+451
|\ | | | | Add new underscore-privates rule to @0xproject/tslint-config and fix …
| * Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-214-6/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-2037-451/+451
| | |
* | | Fix Max button bugFabio Berger2017-12-211-1/+1
| |/ |/|
* | Move call to error reporter to end of handler so that even if reporting the ↵Fabio Berger2017-12-214-6/+6
|/ | | | error takes a while, it doesn't block the UI
* Fix mergeFabio Berger2017-12-203-7/+7
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-2041-283/+211
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Fix scrolling topBar on PortalFabio Berger2017-12-192-2/+2
| |
| * Fix overflow issue on calculated fillAmountFabio Berger2017-12-191-15/+13
| |
| * Fix faulty importFabio Berger2017-12-191-1/+1
| |
| * Refactor remaining _.assign to spread operatorFabio Berger2017-12-194-8/+15
| |
| * Merge branch 'development' into refactor/websiteFabio Berger2017-12-191-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add additional public changes introduced to changelog Update CHANGELOG Add a comment Introduce a variable for true Remove redundant template string Implement the address derivations Add hdnode dependency Move web3 import after subprovider imports in test web3_factory Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering of markdownCodeBlock renderer if props haven't updated Add convenience `rebuild` command Update website calls to deposit/withdraw Add entry to CHANGELOG Fix tests in contracts Modify the etherToken wrapper methods to accept an etherTokenAddress as the first arg. Since it is becoming apparent we will be updating the canonical WETH contract, we want users of 0x.js to be able to interact with n number of etherTokens without re-instantiating for each one. Fix documentation issue where `unsubscribeAll` shown as method on every contractWrapper instance even though it's only used by Exchange and Token wrappers. # Conflicts: # packages/website/ts/components/eth_weth_conversion_button.tsx
| | * Update website calls to deposit/withdrawFabio Berger2017-12-181-2/+2
| | |
| * | Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-1912-47/+50
| | | | | | | | | | | | alphebetize, rename for logical grouping
| * | remove unused styleFabio Berger2017-12-181-5/+0
| | |
| * | standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-1827-39/+43
| | |
| * | Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-1814-22/+22
| | | | | | | | | | | | greys
| * | Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-1832-138/+60
| | |
| * | Remove unused `location` propFabio Berger2017-12-182-4/+2
| | |
| * | 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-187-12/+12
| | |
| * | Update first two string enums to native typeFabio Berger2017-12-188-31/+31
| |/
* | Add WETHFabio Berger2017-12-191-1/+1
| |
* | remove extra spaceFabio Berger2017-12-191-1/+1
| |
* | Remove binding on prop passed callbacksFabio Berger2017-12-192-4/+4
| |
* | Add notice dialog to balances page about updating the WETH contract. We also ↵Fabio Berger2017-12-182-10/+78
| | | | | | | | draw attention to the new dedicated section for unwrapping from outdated WETH tokens
* | Fix linter errorsFabio Berger2017-12-181-2/+4
| |
* | Move weth.io url to constantsFabio Berger2017-12-181-1/+1
| |
* | Make it such that Wrapped Ether page works on networks without any outdated ↵Fabio Berger2017-12-181-11/+19
| | | | | | | | WETH tokens
* | Add `Max` convenience button in unwrap WETH dialogFabio Berger2017-12-181-1/+15
| |
* | Link all EtherTokens to Etherscan and add address tooltipFabio Berger2017-12-181-20/+53
| |
* | Update to passing etherTokenAddress into withdraw and deposit callsFabio Berger2017-12-181-2/+2
| |
* | Since sending the error report could take some time, we first trigger ↵Fabio Berger2017-12-171-1/+1
|/ | | | `onError` so that the user gets notified immediately
* Two mysteriously missing importsFabio Berger2017-12-161-0/+1
|
* Fix linter errorsFabio Berger2017-12-162-12/+0
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-1628-153/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-162-2/+2
| |
| * Fix website unused varsLeonid Logvinov2017-12-1528-152/+7
| |
* | Update name to be a call to actionFabio Berger2017-12-161-1/+1
| |
* | Add default value for onConversionSuccessfulFabio Berger2017-12-161-3/+2
| |
* | Improve WETH page stylingFabio Berger2017-12-152-12/+35
| |
* | Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after ↵Fabio Berger2017-12-151-63/+186
| | | | | | | | a successful unwrap.
* | Refactor the WETH conversion dialog/button to be either wrap or unwrap ↵Fabio Berger2017-12-152-59/+109
| | | | | | | | specific and not both
* | Make label optional and make sure the input field still renders properly ↵Fabio Berger2017-12-141-3/+4
| | | | | | | | without it
* | Remove ETH-WETH convert button from balances pageFabio Berger2017-12-141-24/+0
| |
* | progress weth pageFabio Berger2017-12-134-1/+240
|/
* 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
|
* Merge branch 'development' into feature/web3-wrapperLeonid2017-12-081-1/+2
|\
| * Make sure we don't pass empty maker into getOrderHashHexFabio Berger2017-12-081-1/+2
| |
* | Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
|/
* Add missing awaitFabio Berger2017-12-061-1/+1
|
* Fix Party element so that an identicon's height is that which was passed inFabio Berger2017-12-061-1/+1
|
* Rename packageName to displayName for clarityFabio Berger2017-11-291-1/+1
|
* Add 0x Connect to footerFabio Berger2017-11-291-0/+4
|
* Add 0x Connect Docs to the menu and topBarFabio Berger2017-11-291-5/+21
|
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-291-9/+7
| | | | one place so it easier to add new doc pages
* fix remaining tslint errorsFabio Berger2017-11-2855-291/+314
|
* Fix tslint issuesFabio Berger2017-11-281-2/+2
|
* update tokenByAddress after tokenStateByAddress to avoid race-conditionFabio Berger2017-11-241-1/+1
|
* Add error when unexpected condition hitFabio Berger2017-11-241-0/+3
|
* Add missing keysFabio Berger2017-11-241-0/+2
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-2257-0/+7102
sub-packages, use new subscribeAsync 0x.js method