aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Run linterfragosti2018-06-155-8/+21
* | | | Add Portal v2 loggingfragosti2018-06-156-15/+58
|/ / /
* | | Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-1215-24/+22
* | | Fix linter issueFabio Berger2018-06-081-1/+0
* | | Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-0739-136/+138
|\ \ \ | | |/ | |/|
| * | Run prettierfragosti2018-06-071-9/+1
| * | Remove unused variablefragosti2018-06-071-1/+0
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-078-39/+100
| |\ \
| | * \ Merge pull request #672 from 0xProject/feature/website/account-management-polishBrandon Millman2018-06-078-39/+100
| | |\ \
| | | * | Change shouldRenderHeader prop to shouldHideHeaderBrandon Millman2018-06-074-12/+12
| | | * | Fix undefined ether balanceBrandon Millman2018-06-063-9/+13
| | | * | Make scrollability a prop on TradeHistoryBrandon Millman2018-06-062-3/+10
| | | * | Fix EthWrappers background colorBrandon Millman2018-06-061-2/+2
| | | * | Update GenerateOrderForm and FillOrder componentsBrandon Millman2018-06-063-6/+32
| | | * | Update EthWrappers componentBrandon Millman2018-06-062-1/+7
| | | * | Update TradeHistory componentBrandon Millman2018-06-062-3/+16
| | | * | Hide action column on mainnetBrandon Millman2018-06-061-13/+14
| | | * | Fix TokenBalances background colorBrandon Millman2018-06-061-1/+1
| | | * | Add isFullWidth prop to TokenBalances componentBrandon Millman2018-06-062-1/+5
| * | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-072-9/+31
| |\| | |
| | * | | Merge pull request #669 from 0xProject/bug/website/fix-balance-renderingBrandon Millman2018-06-071-9/+14
| | |\ \ \
| | | * | | Update balance amount rendering logicBrandon Millman2018-06-061-9/+14
| | | |/ /
| | * | | Merge pull request #653 from 0xProject/feature/ethereum-types-docsLeonid Logvinov2018-06-071-0/+17
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Add EthereumTypes to _renderDrawerLeonid Logvinov2018-06-071-0/+11
| | | * | Add a documentation page for ethereum typesLeonid Logvinov2018-06-051-0/+6
| * | | | Fix merge conflictfragosti2018-06-071-14/+0
| * | | | Fix remaining tslint issuesFabio Berger2018-06-063-4/+0
| * | | | merge v2-prototypeFabio Berger2018-06-0620-35/+378
| |\| | |
| * | | | Try enabling no-unused-variable...fragosti2018-06-0532-105/+6
* | | | | Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-063-5/+6
| |/ / / |/| | |
* | | | Remove TranslatedTextfragosti2018-06-061-15/+0
* | | | Fix prettierBrandon Millman2018-06-061-1/+1
* | | | Merge pull request #668 from 0xProject/feature/website/move-disclaimerBrandon Millman2018-06-061-16/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | Move portal disclaimer to the account management sectionBrandon Millman2018-06-061-16/+18
* | | | Move prices into portalBrandon Millman2018-06-062-30/+32
|/ / /
* | | Merge pull request #652 from 0xProject/feature/website/landing-subscribe-butt...Francesco Agosti2018-06-0620-21/+330
|\ \ \ | |/ / |/| |
| * | Use stricter check for subscribe input textfragosti2018-06-061-1/+2
| * | Make buttons stack on mobilefragosti2018-06-051-1/+1
| * | Address PR feedbackfragosti2018-06-054-22/+24
| * | Lint and cleanupfragosti2018-06-022-5/+5
| * | Merge branch 'feature/website/landing-subscribe-button' into feature/website/...fragosti2018-06-0220-21/+327
| |\ \ | | |/ | |/|
| | * Implement subscription formfragosti2018-06-025-38/+276
| | * Add styled-components and polishedfragosti2018-06-0215-18/+18
| | * Have basic newsletter subscribe form workingfragosti2018-06-022-1/+69
* | | Address feedbackfragosti2018-06-053-11/+15
* | | Implement WETH step logic for continuefragosti2018-06-052-4/+9
* | | Move trackedTokenStateByAddress logic into portalfragosti2018-06-052-83/+100
|/ /
* | Merge pull request #648 from 0xProject/feature/website/fill-orderBrandon Millman2018-06-023-34/+42
|\ \
| * | Remove old parse codeBrandon Millman2018-06-021-26/+0
| * | Refactor order parser and add shared order support to new portalBrandon Millman2018-06-022-3/+10
| * | Add generate and fill order routesBrandon Millman2018-06-022-7/+34
* | | Only show ProviderDisplay in portalBrandon Millman2018-06-021-12/+14
|/ /
* | Fix missing keyBrandon Millman2018-06-011-1/+2
* | Update placeholder param orderingBrandon Millman2018-06-011-10/+21
* | Change userEtherBalanceInWei to optional so we can know if its loadingBrandon Millman2018-06-017-12/+16
* | Add loading state to ProviderDisplayBrandon Millman2018-06-012-22/+39
* | TweaksBrandon Millman2018-06-012-8/+29
* | Add Placeholder componentBrandon Millman2018-06-011-14/+48
* | Add StandardIconRowBrandon Millman2018-06-011-34/+41
* | Split render into loading and loaadedBrandon Millman2018-06-011-5/+11
|/
* Merge pull request #635 from 0xProject/feature/website/custom-onboarding-tooltipFrancesco Agosti2018-05-318-57/+310
|\
| * Onboarding: implement add ETH step, and stub for add WETH stepfragosti2018-05-304-45/+106
| * Address PR feedbackfragosti2018-05-303-12/+12
| * Remove blacklist conceptfragosti2018-05-304-66/+20
| * Some cleanupfragosti2018-05-302-11/+13
| * Improve tooltip lookfragosti2018-05-306-12/+67
| * Add types for react-popper, remove types for react-joyridefragosti2018-05-302-17/+16
| * Replace react-joyride with react-popperfragosti2018-05-302-11/+23
| * Write custom tooltip componentfragosti2018-05-262-6/+56
| * Run linterfragosti2018-05-261-1/+4
| * Add next buttonfragosti2018-05-262-1/+11
| * Auto-show onboarding flow on first page viewfragosti2018-05-261-2/+15
| * Add ability to blacklist onboarding stepsfragosti2018-05-262-34/+85
| * Fix PortalOnboardingFlowPropsfragosti2018-05-261-1/+0
| * Implement metamask installation flowfragosti2018-05-264-18/+62
* | Fix unselected relayer drawer itemBrandon Millman2018-05-301-1/+1
* | Hide wallet management option and expand component on small screensBrandon Millman2018-05-262-15/+23
|/
* Implement design for relayers with no volume or tokensBrandon Millman2018-05-252-8/+30
* Improve OnboardingFlow API and typescript typesfragosti2018-05-252-9/+5
* 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
|\
| * 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
| | |\
| | * | 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
|\|
| * 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
| |\
| | * 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 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 backendBrandon Millman2018-05-092-40/+9
| * | Merge branch 'development' into feature/website/top-bar-redesignBrandon Millman2018-05-094-79/+92
| |\|
| | * 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
| |\|
| | * Merge pull request #556 from 0xProject/feature/website/portal-v2Brandon Millman2018-05-091-0/+230
| | |\
| | | * 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
| | |\
| | * | 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 p...Fabio Berger2018-04-111-3/+9
* | 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 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
|\
| * Add clean-state testsLeonid Logvinov2018-03-273-5/+5
| * Portal fill with mixed decimalsJacob Evans2018-03-261-2/+4
| * Add error popover if TokenRegistry on network user is browsing on don't inclu...Fabio Berger2018-03-251-0/+14
* | 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
|\
| * 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
|\|
| * 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
|\
| * Fix tslint issuesFabio Berger2018-03-103-3/+3
| * Refactor Analytics so that calls to ReactGA are all in a single module, combi...Fabio Berger2018-03-103-50/+11
* | Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ...Fabio Berger2018-03-115-9/+18
* | 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 ar...Fabio Berger2018-03-106-24/+38
|/
* 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 e...Fabio Berger2018-02-281-1/+0
* 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