aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components
Commit message (Collapse)AuthorAgeFilesLines
* Address PR feedbackfragosti2018-05-254-12/+6
|
* Fix build errorsfragosti2018-05-251-1/+1
|
* Fix issue where modal can be out of sync with app statefragosti2018-05-254-14/+35
|
* Basic onboarding flow infrastructure set upfragosti2018-05-258-36/+150
|
* Use visibility property instead of placeholder div in wrap ether itemBrandon Millman2018-05-241-7/+4
|
* Merge branch 'v2-prototype' into feature/website/wallet-flex-boxBrandon Millman2018-05-2421-65/+78
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (95 commits) Add missing dep to website Upgrade solidity parser Fix trace test Fix linter issues Move contract utils Fix prettier Fix NameResolver Fix prettier Remove 0x.js as a dependency from website Enable 0x.js tests Fix small bug in order-utils Address feedback Fix Tslint error caused by "PromiseLike" value Fix Tslint error caused by "PromiseLike" value Update dogfood url fix contract-wrappers version Parse compiler.json in SolCompilerArtifactsAdapter Fix TokenTransferProxy artifact name since it's now suffixed with _v1 Update yarn.lock Fix signature verification test ...
| * Fix prettierLeonid Logvinov2018-05-241-1/+3
| |
| * Fix prettierLeonid Logvinov2018-05-241-3/+1
| |
| * Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-2417-55/+68
| |
| * Fix tslintFabio Berger2018-05-232-4/+4
| |
| * merge developmentFabio Berger2018-05-232-6/+6
| |\
| | * Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-172-8/+8
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Remove "Order utils" from menu for now Fix top tokens key Improve about page descriptions Do not remove artifacts when running `clean`
| | * | Fix TSLint rulesFabio Berger2018-05-162-6/+6
| | | |
* | | | Add missing keyBrandon Millman2018-05-221-3/+6
| | | |
* | | | Use flexbox for wrapped ether itemBrandon Millman2018-05-221-21/+29
| | | |
* | | | Re add wrapped ether itemBrandon Millman2018-05-221-7/+24
| | | |
* | | | Rewrite balance rows using flex boxBrandon Millman2018-05-223-122/+129
|/ / /
* | | merge developmentFabio Berger2018-05-221-6/+0
|\ \ \ | | |/ | |/|
| * | Remove "Order utils" from menu for nowFabio Berger2018-05-171-6/+0
| | |
| * | Fix top tokens keyBrandon Millman2018-05-171-2/+8
| |/
* | PrettierBrandon Millman2018-05-191-1/+3
| |
* | Change number of columns in relayer index for small screensBrandon Millman2018-05-191-1/+1
| |
* | Wallet instead of balances for small screensBrandon Millman2018-05-191-23/+21
| |
* | Close drawer when new path is chosenBrandon Millman2018-05-191-0/+7
| |
* | Fix styling of portal menuBrandon Millman2018-05-193-20/+35
| |
* | Refactor portal specific colors out of react-sharedBrandon Millman2018-05-198-11/+18
| |
* | Add custom styling for drawerBrandon Millman2018-05-193-16/+106
| |
* | Fix key issue for portal routesBrandon Millman2018-05-191-1/+7
| |
* | Fix responsiveness broken in rebaseBrandon Millman2018-05-191-13/+33
| |
* | Set up scaffolding for new drawerBrandon Millman2018-05-191-1/+16
| |
* | Hide wallet component for small screensBrandon Millman2018-05-191-0/+2
| |
* | Fix token link keyBrandon Millman2018-05-191-2/+8
| |
* | Modulate number of columns based on screenwidthBrandon Millman2018-05-192-4/+19
| |
* | Fix prettierBrandon Millman2018-05-192-22/+17
| |
* | Center all the thingsfragosti2018-05-184-11/+46
| |
* | Refactor code in response to CR feedbackfragosti2018-05-183-10/+11
| |
* | Remove duplicate function call to validatefragosti2018-05-181-1/+1
| |
* | Show error messages in the wrapped ether itemfragosti2018-05-184-22/+48
| |
* | Fix tslint false positiveBrandon Millman2018-05-181-2/+9
| |
* | Refactor account management itmesBrandon Millman2018-05-181-74/+70
| |
* | Add loading componentBrandon Millman2018-05-183-50/+77
| |
* | Refactor a bunch of layouts into their own filesBrandon Millman2018-05-186-139/+176
| |
* | Add portal layout componentBrandon Millman2018-05-181-31/+36
| |
* | Get rid of extra curly bracketsBrandon Millman2018-05-181-9/+9
| |
* | Fix lint errorBrandon Millman2018-05-181-2/+1
| |
* | Fix commentsBrandon Millman2018-05-183-4/+10
| |
* | Wait for blockchain to display the account management routesBrandon Millman2018-05-182-16/+36
| |
* | Fix linter errors and relayer index reloadingBrandon Millman2018-05-183-14/+17
| |
* | Trade direct routeBrandon Millman2018-05-182-44/+37
| |
* | Add manage you wallet footerBrandon Millman2018-05-181-24/+41
| |
* | Add props to back buttonBrandon Millman2018-05-181-9/+13
| |
* | Back button and title componentsBrandon Millman2018-05-183-64/+112
| |
* | Implement new menu stylingBrandon Millman2018-05-182-4/+95
| |
* | Add menuBrandon Millman2018-05-182-20/+41
| |
* | Add routesBrandon Millman2018-05-181-2/+105
| |
* | Merge branch 'development' into v2-prototypeFabio Berger2018-05-1662-321/+354
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Do not remove artifacts when running `clean` fix style errors Fix circular dependency Add my profile image to images Add myself to about page Add dogfood configs to website Revert to lerna:run lint Do lint sequentially Exclude monorepo-scripts from tslint as test Fix prettier Add hover state to top tokens Change to weekly txn volume Change minimum Node version to 6.12 Document Node.js version requirement and add it to package.json Apply prettier to some files which were not formatted correctly Fix TSLint issues Fix TSLint issues Update ethereeumjs-testrpc to ganache-cli Fix infinite loop Add changelog entries for packages where executable binary exporting fixed ... # Conflicts: # packages/contracts/package.json # packages/contracts/util/formatters.ts # packages/contracts/util/signed_order_utils.ts # packages/migrations/package.json # yarn.lock
| * Add hover state to top tokensBrandon Millman2018-05-151-10/+43
| |
| * Change to weekly txn volumeBrandon Millman2018-05-151-3/+3
| |
| * Add missing type definitionsLeonid Logvinov2018-05-1462-308/+308
| |
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-1610-222/+594
|\|
| * Merge pull request #574 from 0xProject/feature/rm-rf-deployerLeonid Logvinov2018-05-111-9/+9
| |\ | | | | | | Remove @0xproject/deployer.Deployer. Make contracts able to deploy themselves
| | * Fix templatesLeonid Logvinov2018-05-101-1/+1
| | |
| | * Rename deployer to sol-compilerLeonid Logvinov2018-05-101-8/+8
| | |
| * | Merge pull request #580 from 0xProject/feature/website/remove-tokensBrandon Millman2018-05-112-12/+69
| |\ \ | | |/ | |/| Update wallet footer and add remove token functionality
| | * Update wallet footer and add remove token functionalityBrandon Millman2018-05-102-12/+69
| | |
| * | Add fallback image support to relayer grid tileBrandon Millman2018-05-101-2/+36
| | |
| * | Clear relayer grid state when fetchingBrandon Millman2018-05-101-0/+6
| |/
| * Implement loading and error state for relayer gridBrandon Millman2018-05-101-10/+50
| |
| * Fallback image for relayer grid tileBrandon Millman2018-05-101-1/+2
| |
| * Change relayer grid tile to link on headerBrandon Millman2018-05-101-17/+17
| |
| * Merge pull request #576 from 0xProject/feature/website/top-tokensBrandon Millman2018-05-092-40/+9
| |\ | | | | | | Display top tokens from backend
| | * Display top tokens from backendBrandon Millman2018-05-092-40/+9
| | |
| * | Merge branch 'development' into feature/website/top-bar-redesignBrandon Millman2018-05-094-79/+92
| |\| | | | | | | | | | | | | | | | | | | | | | | | | * development: Remove overflowZ property from portal Fix typo Only show untracked tokens Make wallet scrollable Add token flow
| | * Remove overflowZ property from portalBrandon Millman2018-05-091-1/+0
| | |
| | * Fix typoBrandon Millman2018-05-091-1/+1
| | |
| | * Only show untracked tokensBrandon Millman2018-05-091-1/+1
| | |
| | * Make wallet scrollableBrandon Millman2018-05-091-9/+48
| | |
| | * Add token flowBrandon Millman2018-05-094-69/+43
| | |
| * | Suggestions and fix bad mergeBrandon Millman2018-05-092-21/+6
| | |
| * | Merge branch 'development' into feature/website/top-bar-redesignBrandon Millman2018-05-096-30/+62
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (63 commits) Update The Ocean logo Fix artifacts paths Create an artifacts folder Introduce a var Add removeHexPrefix util method CHeck if ABI exists Improve the readability of the check for should compile Use named constants Add a comment Fix comments Rename args to constructor-args Fix a typo Define a separator const Move artifacts from src/artifacts to artifacts/v1 Fix sol-cov to work with the new artifacts format Implement new artifacts format Publish Updated CHANGELOGS Make node types a dependency Fix type errors in CSS properties ...
| | * Merge pull request #556 from 0xProject/feature/website/portal-v2Brandon Millman2018-05-091-0/+230
| | |\ | | | | | | | | Add new top-level portal component with wallet and relayer index layout
| | | * Add headers to wallet and relayer indexBrandon Millman2018-05-052-2/+12
| | | |
| | | * Add scrolling to relayer indexBrandon Millman2018-05-052-2/+8
| | | |
| | | * Lay out wallet and relayersBrandon Millman2018-05-051-0/+214
| | | |
| | * | Fix type errors in CSS propertiesLeonid Logvinov2018-05-052-2/+2
| | |/
| | * Add order utils docs to the menuLeonid Logvinov2018-05-041-0/+6
| | |
| | * Open relayer app when clicking on grid tileBrandon Millman2018-05-041-16/+19
| | |
| | * Add header images to relayer grid tilesBrandon Millman2018-05-041-3/+5
| | |
| | * Fix logo left padding on mobileFabio Berger2018-05-031-1/+1
| | |
| | * Remove id property from WebsiteBackendRelayerInfoBrandon Millman2018-05-031-1/+1
| | |
| | * Remove WETH special case, website backend handles this nowBrandon Millman2018-05-011-6/+2
| | |
| | * Hit website backend for price informationBrandon Millman2018-05-011-40/+6
| | |
| | * Style suggestionsBrandon Millman2018-04-281-15/+10
| | |
| | * Move quote currency string into configBrandon Millman2018-04-281-3/+2
| | |
| | * Merge branch 'development' into feature/website/crypto-compare-pricesBrandon Millman2018-04-273-17/+15
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix react type versions to avoid minor version bumps with breaking changes Update Web3 Provider Engine to 14.0.4 Remove auto-assignment of everyone to PR's Check for Yarn instead of npm Add hack comment about the use of sudo Fix lazy load component name Rename Portal and PortalMenu components to LegacyPortal and LegacyPortalMenu Remove unnecessary additional params Remove outside declaration Capitalize yarn Use path for platform independence Consolidate github personal access token env to one place: constants.ts Use methods moved to utils since now shared by multiple scripts Add comment Improve comments Add checks for the required local setup before running the publish script Add descriptions for all commands in monorepo-scripts Add removeGitTags script that can be run after a failed Lerna publish
| | * | Rename baseCurrency to quoteCurrencyBrandon Millman2018-04-231-3/+3
| | | |
| | * | Remove some unused importsBrandon Millman2018-04-231-2/+1
| | | |
| | * | Rate limit crypto compare callsBrandon Millman2018-04-231-3/+25
| | | |
| | * | Refactor common fetch logic into fetch_utilsBrandon Millman2018-04-231-16/+23
| | | |
| | * | Grab price information from crypto compare apiBrandon Millman2018-04-231-8/+37
| | | |
| * | | ProviderDisplay changesBrandon Millman2018-04-242-37/+28
| | | |
| * | | Top bar expanded display typeBrandon Millman2018-04-242-17/+33
| | | |
| * | | Relayer grid spacing tweaksBrandon Millman2018-04-241-2/+2
| | | |
| * | | Add headers to wallet and relayer indexBrandon Millman2018-04-242-2/+12
| | | |
| * | | Add scrolling to relayer indexBrandon Millman2018-04-242-2/+8
| | | |
| * | | Lay out wallet and relayersBrandon Millman2018-04-241-0/+214
| | |/ | |/|
| * | Rename Portal and PortalMenu components to LegacyPortal and LegacyPortalMenuBrandon Millman2018-04-243-17/+15
| |/
* | Fix zeppelin imports, run prettierAmir Bandeali2018-04-211-1/+3
| |
* | Fix type issueFabio Berger2018-04-211-2/+2
|/
* Add specific render path for error and loadingBrandon Millman2018-04-211-5/+7
|
* Integrate relayer index with website backendBrandon Millman2018-04-202-98/+107
|
* Implement backendClient object to unify calls to the portal apiBrandon Millman2018-04-191-15/+8
|
* Add price information to walletBrandon Millman2018-04-181-37/+75
|
* Add /jobs endpoint to website, link to it and have it re-direct to AngellistFabio Berger2018-04-132-2/+12
|
* Merge branch 'development' into feature/subproviders/mnemonic-wallet-subproviderJacob Evans2018-04-121-3/+9
|\
| * Update 0x.js and web3-wrapper doc urls so that last segment is identical to ↵Fabio Berger2018-04-111-3/+9
| | | | | | | | package name. Keep legacy endpoints.
* | Update website to support latest ledgerJacob Evans2018-04-111-1/+0
|/
* Merge pull request #503 from 0xProject/feature/website/relayer-gridBrandon Millman2018-04-066-11/+286
|\ | | | | Implement initial relayer grid
| * Implement initial relayer gridBrandon Millman2018-04-056-11/+286
| |
* | Change undefined to nullBrandon Millman2018-04-061-3/+1
| |
* | Fix missing key warnings in wallet componentBrandon Millman2018-04-052-5/+14
|/
* Remove Dharma integration from WebsiteFabio Berger2018-04-031-69/+0
|
* Add HACK comment and reorganize use other wallet buttonBrandon Millman2018-03-311-10/+12
|
* Implement wallet locked and uninstalled statesBrandon Millman2018-03-304-9/+130
|
* Style changesBrandon Millman2018-03-302-5/+9
|
* Merge branch 'development' into feature/website/wallet-wrapBrandon Millman2018-03-305-7/+23
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (35 commits) Fix CHANGELOG Update Yarn.lock Standardize changelog dates and format Fix stubbing of a non-existent property Remove redundant cast Move common types out of web3 types Add monorepo_scripts to npmignore Add typeRoots Add clean-state tests Remove nested .gitignore files since `yarn publish` gets confused by them and ignores their contents on the top-level scope Remove WETH hack now that updated WETH address is in TokenRegistry Revert TokenRegistry address on Kovan Improve rounding error message Portal fill with mixed decimals Add error popover if TokenRegistry on network user is browsing on don't include the requisite default tokens for 0x Portal to function Set timeout for compiler tests Remove redundant types Add missing param comments Fix a comment Add a comment ...
| * Add clean-state testsLeonid Logvinov2018-03-273-5/+5
| |
| * Portal fill with mixed decimalsJacob Evans2018-03-261-2/+4
| | | | | | | | When the token pair has different decimal precison we can end up with a remainder when multiplying by an exchange rate (as one is in 18 decimals and the other is 6 for example)
| * Add error popover if TokenRegistry on network user is browsing on don't ↵Fabio Berger2018-03-251-0/+14
| | | | | | | | include the requisite default tokens for 0x Portal to function
* | Remove props that are covered by the defaultsBrandon Millman2018-03-231-2/+0
| |
* | Implement ETH/WETH conversion and allowance toggle stylingBrandon Millman2018-03-238-62/+382
|/
* Merge branch 'development' into addExtraDocsFabio Berger2018-03-225-41/+453
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Change blockchain prop to not optional Other style changes Updated padding and colors Refactor TokenState type Fix a bug causing fillOrdersUpTo validation to fail because of some extra orders being passed Implement initial wallet interface # Conflicts: # packages/react-shared/CHANGELOG.md # packages/website/ts/types.ts
| * Change blockchain prop to not optionalBrandon Millman2018-03-221-1/+1
| |
| * Other style changesBrandon Millman2018-03-221-3/+3
| |
| * Updated padding and colorsBrandon Millman2018-03-221-6/+7
| |
| * Refactor TokenState typeBrandon Millman2018-03-223-50/+30
| |
| * Implement initial wallet interfaceBrandon Millman2018-03-213-2/+433
| |
* | Pass actual iconUrl and add default icon imageFabio Berger2018-03-201-1/+1
| |
* | Refactor titleToIcon mapping to idToIcon and move to docPageFabio Berger2018-03-202-15/+5
| |
* | Add Subprovider docs to websiteFabio Berger2018-03-192-7/+27
| |
* | Re-order developers dropdownFabio Berger2018-03-181-19/+19
| |
* | Add sol-cov docs to websiteFabio Berger2018-03-182-0/+20
| |
* | Add JSON Schemas docs to websiteFabio Berger2018-03-182-0/+20
| |
* | Merge branch 'development' into addExtraDocsFabio Berger2018-03-169-29/+29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add changelog entry about pragma addition Add pragma above command-line script Keep console.log in monorepo-scripts Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Update CHANGELOGs Consolidate all console.log into the @0xproject/utils package # Conflicts: # packages/deployer/package.json
| * Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-149-29/+29
| |
* | Add Deployer docs to websiteFabio Berger2018-03-162-0/+20
| |
* | Add Web3Wrapper docs to websiteFabio Berger2018-03-142-1/+23
|/
* Fix the default always overriding to addressJacob Evans2018-03-121-1/+1
|
* Merge pull request #447 from 0xProject/refactorAnalyticsFabio Berger2018-03-123-50/+11
|\ | | | | Refactor Website Analytics
| * Fix tslint issuesFabio Berger2018-03-103-3/+3
| |
| * Refactor Analytics so that calls to ReactGA are all in a single module, ↵Fabio Berger2018-03-103-50/+11
| | | | | | | | combining the provider type util function, moving GA id to configs and using utils.onPageLoadAsync
* | Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ↵Fabio Berger2018-03-115-9/+18
| | | | | | | | don't sometimes pass an empty string and sometimes undefined
* | Fix userAddress bugsFabio Berger2018-03-112-1/+3
| |
* | Replace local PRECISION constants with global config.AMOUNT_DISPLAY_PRECISIONFabio Berger2018-03-114-13/+12
| |
* | Create blockchainWatcher class and refactor Portal such that Ether amounts ↵Fabio Berger2018-03-106-24/+38
|/ | | | are always passed around as baseUnits
* Add onSelectedVersion callback so it can be handled in any way the caller wishesFabio Berger2018-03-071-0/+2
|
* Add example docs to react-docs packageFabio Berger2018-03-071-3/+1
|
* Fix tslint errorsFabio Berger2018-03-072-4/+2
|
* Make sidebar header configurableFabio Berger2018-03-072-2/+49
|
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-0615-99/+45
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-0533-37/+34
|
* Bug fixesFabio Berger2018-03-054-4/+4
|
* Move over AnchorTitle and associated elementsFabio Berger2018-03-043-3/+5
|
* Move more configs into docsInfo and remove logic that does not belong there ↵Fabio Berger2018-02-281-1/+0
| | | | elsewhere
* Fix footer on mobileFabio Berger2018-02-241-5/+3
|
* Slight improvement to footerFabio Berger2018-02-221-1/+1
|
* Remove extenuous defaultPropsFabio Berger2018-02-222-4/+0
|
* Make translate required by footerFabio Berger2018-02-221-1/+1
|
* Make translate a required prop of TopBarFabio Berger2018-02-222-1/+2
|
* Keep topBar and footer language to the one picked by the userFabio Berger2018-02-222-5/+6
|
* Fix rocket.chat keyFabio Berger2018-02-221-1/+1
|
* Improve homepage and add translations in chinese, russian, korean and spanishFabio Berger2018-02-213-12/+50
|
* Add translation infra and replace english text with calls to translateFabio Berger2018-02-212-112/+135
|
* Re-design docs pagesFabio Berger2018-02-161-3/+0
|
* Re-designed Wiki and half-redesigned docs pagesFabio Berger2018-02-162-46/+46
|
* 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