aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1132 from 0xProject/removeRollbarUMDKadinsky2018-10-131-2/+3
|\ | | | | fix(website): replace Rollbar UMD with regular npm package
| * fix(website): replace Rollbar UMD with regular npm packageFabio Berger2018-10-111-2/+3
| |
* | feat: add Steve to team pageSteve Klebanoff2018-10-111-0/+11
|/
* Throw and handle errors from Providers.Jacob Evans2018-10-091-3/+9
| | | | | | | In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined. In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing. Exposed the ZeroExTransaction JSON schema. In Website only use the MetamaskSubprovider if we can detect the provider is Metamask
* Introduce Metamask Subprovider.Jacob Evans2018-10-051-18/+4
| | | | MM has a number of inconsistencies with other providers when implementing the JSON RPC interface. This subprovider wraps those nuances so they do not leak into the rest of our code
* Upgrade webpackFabio Berger2018-10-042-16/+16
|
* Add Jason to websiteBrandon Millman2018-10-021-0/+7
|
* Fix network badges for V1 and add them for V2Fabio Berger2018-09-281-16/+44
|
* Fix dropdown menu item so it says "0x smart contracts" not "smart contract"Fabio Berger2018-09-281-1/+1
|
* Rename for clarityFabio Berger2018-09-281-3/+3
|
* remove items-center classnamefragosti2018-09-261-1/+1
|
* Change clay to Ecosystem Development Leadfragosti2018-09-261-1/+1
|
* Update everything to Coinbase Wallet instead of Toshifragosti2018-09-266-15/+15
|
* Merge pull request #1088 from 0xProject/fix/website/relayers-columnFrancesco Agosti2018-09-261-1/+5
|\ | | | | [website] When number of relayers is less than number of columns, reduce column…
| * When number of relayers is less than number of columns, reduce column number ↵Brandon Millman2018-09-261-1/+5
| | | | | | | | to number of relayers
* | Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-262-2/+20
|\ \
| * | Add weijie and rahulfragosti2018-09-261-0/+18
| | |
| * | Change news linkfragosti2018-09-261-2/+2
| |/
* | fix: call out a HACK in commentsF. Eugene Aumson2018-09-261-1/+1
| | | | | | | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r220010054 https://github.com/0xProject/0x-monorepo/pull/1004
* | fix: rename SupportedDocJson field to SolDocF. Eugene Aumson2018-09-262-2/+2
| | | | | | | | | | | | | | from Solidity https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219976199 https://github.com/0xProject/0x-monorepo/pull/1004
* | Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-255-9/+6
|\|
| * Merge pull request #1037 from 0xProject/feature/forwarder-helper/sra-and-rpcFrancesco Agosti2018-09-243-7/+4
| |\ | | | | | | [asset-buyer] Create new AssetBuyer class
| | * Move ObjectMap to shared typesfragosti2018-09-193-7/+4
| | |
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-09-181-15/+18
| |\| | | | | | | | | | fix/website/signing-order-validation-bug
| * | Fix order creation and fill flow in Portalfragosti2018-09-182-2/+2
| | |
* | | BREAKING CHANGE: document contracts from sol-docF. Eugene Aumson2018-09-223-10/+31
| |/ |/| | | | | | | Change website to accept smart contract documentation in the format generated by sol-doc rather than that generated by Doxity.
* | Merge pull request #1063 from 0xProject/feature/0x.js/update-readme-importJacob Evans2018-09-181-15/+18
|\ \ | |/ |/| 0xjs README/website docs update
| * Folder 1.0.0 -> 1.0.1Jacob Evans2018-09-181-5/+5
| |
| * Rename to v1->v0 v2->v1Jacob Evans2018-09-181-17/+17
| |
| * Remove note about RC versionsJacob Evans2018-09-131-10/+10
| |
| * 0xjs README/website docs updateJacob Evans2018-09-131-14/+17
| |
* | Change Davids descriptionfragosti2018-09-121-1/+1
| |
* | Fix David Sacks linksfragosti2018-09-121-4/+4
| |
* | Merge branch 'feature/website/add-gene' into developmentfragosti2018-09-121-0/+8
|\ \
| * | Add Gene info to websitefragosti2018-09-121-0/+8
| | |
* | | Add david sacksfragosti2018-09-121-2/+14
|/ /
* | Clear localstoragefragosti2018-09-071-1/+1
| |
* | Fix minting for new tokens on testnetsfragosti2018-09-075-40/+51
|/
* Run linterfragosti2018-09-052-3/+1
|
* Merge branch 'feature/website/update-portal-v2' of ↵fragosti2018-09-053-9/+5
|\ | | | | | | https://github.com/0xProject/0x-monorepo into feature/website/update-portal-v2
| * Remove unused imports and console.logFabio Berger2018-09-051-4/+1
| |
| * Add back order validation logicFabio Berger2018-09-051-7/+5
| |
| * Fix importsFabio Berger2018-09-051-2/+1
| |
| * remove console logFabio Berger2018-09-051-1/+0
| |
| * merge developmentFabio Berger2018-09-0517-356/+296
| |\
* | | Use order parser utils from order utilsfragosti2018-09-0510-42/+9
| | |
* | | Merge https://github.com/0xProject/0x-monorepo into ↵fragosti2018-09-0517-356/+296
|\ \ \ | |/ / |/| / | |/ feature/website/update-portal-v2
| * Add temporarily missing web3-provider-engine types in websiteLeonid Logvinov2018-09-041-0/+1
| |
| * Remove unused importsLeonid Logvinov2018-09-042-6/+0
| |
| * Merge pull request #1048 from 0xProject/feature/website/patch-v2-landingBrandon Millman2018-08-311-3/+7
| |\ | | | | | | [website] Final tweaks for landing page
| | * Tweaks to benefits and use casesBrandon Millman2018-08-311-2/+6
| | |
| | * Final tweaks for landing pagefragosti2018-08-311-1/+1
| | |
| * | Merge pull request #1047 from 0xProject/feature/re-add-no-unused-variablesFrancesco Agosti2018-08-3111-15/+8
| |\ \ | | |/ | |/| Re-add no-unused-variable tslint rule
| | * Fix unused vars for react-shared and websitefragosti2018-08-3111-15/+8
| | |
| * | Revert whats new textBrandon Millman2018-08-311-2/+1
| | |
| * | Add new exchange everywhere graphicBrandon Millman2018-08-311-4/+8
| | |
| * | Remove unused render methods in landing pageBrandon Millman2018-08-311-110/+0
| | |
| * | Remove conflict stringsfragosti2018-08-311-3/+0
| | |
| * | Add careers page to top barfragosti2018-08-311-1/+11
| | |
| * | Final tweaksfragosti2018-08-313-11/+17
| | |
| * | Remove redundant importfragosti2018-08-311-1/+0
| | |
| * | Add TypedText component and use it on landing pagefragosti2018-08-314-0/+110
| | |
| * | Add generic title changesfragosti2018-08-311-17/+7
| | |
| * | Added todo comments for missing itemsBrandon Millman2018-08-311-1/+2
| | |
| * | Add title header to use cases sectionBrandon Millman2018-08-312-14/+12
| | |
| * | Make hero image responsiveBrandon Millman2018-08-311-2/+3
| | |
| * | Update what's new stylingBrandon Millman2018-08-311-4/+4
| | |
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-3014-21/+18
| |\| | | | | | | | | | feature/website/v2-tweaks
| * | Update use cases sectionBrandon Millman2018-08-302-48/+89
| | |
| * | Update tokenization sectionBrandon Millman2018-08-302-43/+12
| | |
| * | Update benefitsBrandon Millman2018-08-301-3/+1
| | |
| * | Update whats newBrandon Millman2018-08-301-13/+19
| | |
| * | Add new header imageBrandon Millman2018-08-301-4/+5
| | |
| * | Replace projects section with relayersBrandon Millman2018-08-301-77/+5
| | |
* | | Update exchange ABI for decoding logsBrandon Millman2018-08-312-615/+1
| | |
* | | Remove LogError legacy stuffBrandon Millman2018-08-311-4/+0
| | |
* | | Update comment for validationBrandon Millman2018-08-311-1/+2
| | |
* | | Remove commented out blockBrandon Millman2018-08-311-20/+0
| | |
* | | Remove cancel checkBrandon Millman2018-08-312-12/+0
| | |
* | | Update generate and fill order flowsBrandon Millman2018-08-317-30/+41
| | |
* | | Token registry from old 0x versionBrandon Millman2018-08-311-9/+12
| | |
* | | Fix importBrandon Millman2018-08-311-1/+1
| | |
* | | Initial changes for v2 portalBrandon Millman2018-08-3115-276/+303
| |/ |/|
* | Revert "Simplify dropdown component"fragosti2018-08-291-15/+25
| | | | | | | | This reverts commit 91a9014a50cca8e0d42634666fe409839aeae8cf.
* | Revert "Have new Popover component working in React 16"fragosti2018-08-298-84/+39
| | | | | | | | This reverts commit 5785ec0713c39466b3a6a171f5f0a2d38207b44b.
* | Revert "Enable hovering state for dropdown"fragosti2018-08-293-10/+7
| | | | | | | | This reverts commit ac1640140c9279ac9e8a92d84702a2f84d9165fb.
* | Enable hovering state for dropdownfragosti2018-08-293-7/+10
| |
* | Have new Popover component working in React 16fragosti2018-08-288-39/+84
| |
* | Simplify dropdown componentfragosti2018-08-251-25/+15
| |
* | Change all onTouchTap to onClickfragosti2018-08-2513-18/+18
| |
* | Update react and remove tap event plugin [deprecated]fragosti2018-08-251-3/+0
|/
* Add documentation for connect v2fragosti2018-08-241-0/+5
|
* Add missing keyuFabio Berger2018-08-231-1/+5
|
* Remove docs catch-all endpointFabio Berger2018-08-231-1/+0
|
* merge developmentFabio Berger2018-08-231-0/+7
|\
| * Add documentation for json-schemasfragosti2018-08-231-0/+7
| |
* | Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-232-8/+11
| |
* | Use actual packageName for external example importsFabio Berger2018-08-2212-1/+12
| |
* | Merge development branchFabio Berger2018-08-222-2/+11
|\|
| * Update lock icon in onboardingBrandon Millman2018-08-211-1/+3
| |
| * Add Matt Taylor to websiteBrandon Millman2018-08-211-1/+8
| |
| * Revert error renamesBrandon Millman2018-08-211-2/+5
| |
* | Fix website given that it still depends on an old version of @0xproject/TypesFabio Berger2018-08-201-2/+5
| |
* | Merge developmentFabio Berger2018-08-171-5/+2
|\|
| * Rename OrderAlreadyCancelledOrFilled -> OrderCancelled.Jacob Evans2018-08-161-5/+2
| | | | | | | | Remove try catch of throwing errors in favour of returning the Errors in a OrderValidationResult
* | Move external types to link mapping to doc generation util and refactor ↵Fabio Berger2018-08-1611-67/+6
| | | | | | | | typedocUtils to be a class to avoid excessive param passing
* | Merge developmentFabio Berger2018-08-157-81/+140
|\|
| * Update Clays linkedinfragosti2018-08-101-1/+1
| |
| * Add clay to websitefragosti2018-08-101-0/+11
| |
| * Change amir picturefragosti2018-08-091-1/+1
| |
| * Fix jobs page overflow issueBrandon Millman2018-07-303-4/+6
| |
| * Create MetaTags componentBrandon Millman2018-07-304-68/+114
| |
* | Fix bug related to react-scroll's scrollSpy and the render order of elementsFabio Berger2018-08-061-2/+12
| |
* | Stop exporting constants from order-utilsFabio Berger2018-08-041-1/+2
| |
* | Fix sol-compiler doc configsFabio Berger2018-08-031-4/+0
| |
* | Fix-up Order-utils doc pageFabio Berger2018-08-031-5/+1
| |
* | Add OrderWatcher docs pageFabio Berger2018-08-036-10/+109
| |
* | Add MD sections to contract-wrappers docsFabio Berger2018-08-031-4/+19
| |
* | Fix connect docsFabio Berger2018-08-021-6/+0
| |
* | Add contract-wrappers page and make topBar component more conciseFabio Berger2018-08-025-117/+103
| |
* | Prefix menu and sections with markdown as that is all the should now be definedFabio Berger2018-08-0210-121/+81
| |
* | Start refactoring docs to remove unnecessary configs given more concise ↵Fabio Berger2018-08-0112-426/+3
|/ | | | TypeDoc JSON
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-07-2818-446/+292
|\ | | | | | | feature/website/upgrade-allowance-toggles-to-locks-and-checks
| * Fix linterFabio Berger2018-07-262-3/+0
| |
| * Remove careers page feature flagBrandon Millman2018-07-262-14/+2
| |
| * Merge pull request #893 from 0xProject/feature/website/jobs-page-part2Brandon Millman2018-07-2617-438/+299
| |\ | | | | | | Jobs page
| | * Header copy changeBrandon Millman2018-07-261-8/+7
| | |
| | * Margin polishBrandon Millman2018-07-262-4/+4
| | |
| | * Update open positions sectionBrandon Millman2018-07-253-10/+29
| | |
| | * Update benefits sectionBrandon Millman2018-07-253-23/+48
| | |
| | * Update mission sectionBrandon Millman2018-07-251-5/+6
| | |
| | * Header copy updatesBrandon Millman2018-07-251-6/+16
| | |
| | * Use isMobileWidth utilBrandon Millman2018-07-251-1/+1
| | |
| | * Use our image component in missionBrandon Millman2018-07-252-2/+7
| | |
| | * Always go to open positions when clicking CTABrandon Millman2018-07-241-0/+1
| | |
| | * Fix hiding of dots on small screensBrandon Millman2018-07-241-2/+2
| | |
| | * Merge branch 'v2-prototype' into feature/website/jobs-page-part2Brandon Millman2018-07-249-48/+129
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (38 commits) Revert "Publish" Publish Remove ERC721 callback functions Use != instead of > in loops, add sanity checks to market fill functions Add more tests and fixes Remove MConstants and MixinConstants for LibConstants Remove redundant external call by reimplementing fillOrderNoThrow Remove orders length check Add assertValidFillResults Update web3Wrapper CHANGELOG Get actual gasPrice from transaction instead of setting default Store orders length in varible before looping over orders Use transferFrom instead of safeTransferFrom Fix minimal tests Fix rounding error issues, use different logic when makerAsset is ZRX Rename marketSellEth => marketSellWeth Update percentage constants Update transferEthFeeAndRefund, add check to ERC721 transfer Refactor forwarding contract architecture, remove batch functions Updated CHANGELOGS ...
| | * \ Merge branch 'v2-prototype' into feature/website/jobs-page-part2Brandon Millman2018-07-2111-61/+91
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (103 commits) Add changelog entry for @0xproject/utils Add AbortController polyfill to fetchAsync in utils Increase node heap size for webpack command Add missing timestamp to CHANGELOG entries Upgrade some @0xproject packages to 1.0.0 in website Hard code fillOrder selector into abiEncodeFillOrder Returns byte array instead of memory range for encoding fillOrder calldata Created LibAbiEncoder with `fillOrderNoThrow` Add missing dep in migrations Fix the abi-gen entry point Fix linter error Remove the postinstall hook Update website package.json with original imports @0xproject/sra-report@1.0.0 Change all package to depend on the new @0xproject/connect@1.0.0 @0xproject/connect@1.0.0 Use old assert version in @0xproject/connect FIx a typo Remove rc versions from unmigrated packages 0x.js@1.0.0-rc.2 ...
| | * | | Update hr colorBrandon Millman2018-07-192-4/+1
| | | | |
| | * | | Fix lint errorsBrandon Millman2018-07-193-26/+0
| | | | |
| | * | | Add /careers route and fix hr stylingBrandon Millman2018-07-197-9/+19
| | | | |
| | * | | Fix typosBrandon Millman2018-07-192-5/+5
| | | | |
| | * | | Fix key errors and typoBrandon Millman2018-07-192-5/+4
| | | | |
| | * | | Fix padding on open positions sectionBrandon Millman2018-07-191-1/+1
| | | | |
| | * | | Add dots on heroBrandon Millman2018-07-191-1/+11
| | | | |
| | * | | Padding fixesBrandon Millman2018-07-192-7/+4
| | | | |
| | * | | Update open positions sectionBrandon Millman2018-07-193-85/+78
| | | | |
| | * | | Benefits and values sectionsBrandon Millman2018-07-199-284/+116
| | | | |
| | * | | Remove sectionsBrandon Millman2018-07-191-7/+0
| | | | |
| | * | | Update mission sectionBrandon Millman2018-07-191-37/+29
| | | | |
| | * | | Updates to the Join 0x sectionBrandon Millman2018-07-191-8/+12
| | | | |
| | * | | Fix development environment checkBrandon Millman2018-07-191-1/+1
| | | | |
* | | | | Remove unused variablefragosti2018-07-281-1/+0
| | | | |
* | | | | Add loading state for initial load and other PR feedbackfragosti2018-07-282-10/+14
| | | | |
* | | | | Make a non-jank Spinner component and use itfragosti2018-07-253-2/+83
| | | | |
* | | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-07-2510-49/+135
|\| | | | | | | | | | | | | | | | | | | feature/website/upgrade-allowance-toggles-to-locks-and-checks
| * | | | Merge pull request #891 from 0xProject/bug/website/wiki-page-topbarFrancesco Agosti2018-07-251-1/+6
| |\ \ \ \ | | |_|_|/ | |/| | | Make topbar zIndex 1
| | * | | Add zIndex 1 to topbar and fix issue where no box-shadow present on /docsfragosti2018-07-192-2/+6
| | | | |
| | * | | Make topbar zIndex 1fragosti2018-07-181-0/+1
| | |/ /
| * | | Merge pull request #895 from 0xProject/feature/website/send-eth-from-portalFrancesco Agosti2018-07-229-48/+129
| |\ \ \ | | |_|/ | |/| | Send Ether from Portal
| | * | Remove TODOfragosti2018-07-191-1/+0
| | | |
| | * | Remove unused Token importfragosti2018-07-191-1/+0
| | | |
| | * | Add lifecycle messagesfragosti2018-07-193-17/+56
| | | |
| | * | WIP for sending ether from portal (works)fragosti2018-07-197-38/+82
| | |/
* | | Center allowance toggles in account pagefragosti2018-07-251-7/+9
| | |
* | | Increase allowance toggle loading spinner size by 1fragosti2018-07-251-1/+1
| | |
* | | Add unlocking and locking token copyfragosti2018-07-251-2/+2
| | |
* | | Hide tooltip after allowance toggle clickfragosti2018-07-251-1/+3
| | |
* | | Make tooltip appear to the left of the toggle when onboarding in progressfragosti2018-07-256-3/+20
| | |
* | | Fix tooltip wrapping issue in onboardinfragosti2018-07-252-8/+16
| | |
* | | Fix wrap button alignment issuefragosti2018-07-257-224/+40
| | |
* | | WIP for allowance toggle redesign workingfragosti2018-07-214-16/+118
| | |
* | | Show token name dynamically in tooltipfragosti2018-07-214-13/+19
| | |
* | | Implement tooltipsfragosti2018-07-212-8/+56
| | |
* | | Add loading statefragosti2018-07-213-3/+4
| | |
* | | Have basic lock and check working in waleltfragosti2018-07-204-13/+93
|/ /
* | Fix version dropdown so it also renders RC versions properlyFabio Berger2018-07-201-2/+1
| |
* | Update doc md files for v2 packagesFabio Berger2018-07-201-0/+11
| |
* | Compare host rather then origin so that it comes without the http/https prefixFabio Berger2018-07-201-1/+1
| |
* | merge v2-prototypeFabio Berger2018-07-1949-803/+425
|\|
| * Merge pull request #884 from 0xProject/export-more-0x.jsFabio Berger2018-07-181-0/+26
| |\ | | | | | | Export missing V2 pieces from 0x.js
| | * Export missing types and add to doc ref whitelistFabio Berger2018-07-171-0/+26
| | |
| * | Merge pull request #883 from 0xProject/feature/tslint-improvementsLeonid Logvinov2018-07-1822-47/+51
| |\ \ | | |/ | |/| New tslint rules
| | * Fix tslint issuesLeonid Logvinov2018-07-1722-47/+51
| | |
| * | Add chris to websitefragosti2018-07-171-8/+8
| | |
| * | Fix ocean linkBrandon Millman2018-07-171-1/+1
| |/
| * Move update onboarding step tracking to onboarding flow codefragosti2018-07-142-5/+3
| |
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-07-1422-142/+241
| |\ | | | | | | | | | bug/website/txhash-error
| | * Merge pull request #866 from 0xProject/feature/website/integrate-heapFrancesco Agosti2018-07-1418-113/+220
| | |\ | | | | | | | | Integrate Heap analytics into the website
| | | * Fix logging typofragosti2018-07-131-1/+1
| | | |
| | | * Fix indentify typofragosti2018-07-132-4/+4
| | | |
| | | * Make Analytics API non-asyncfragosti2018-07-1313-71/+44
| | | |
| | | * Add no-floating-promises ignore commentsfragosti2018-07-1212-5/+24
| | | |
| | | * Remove unused configs and constantsfragosti2018-07-122-2/+0
| | | |
| | | * Integrate heap analyticsfragosti2018-07-1217-68/+116
| | | |
| | | * Replace calls to google analytics with calls to heapfragosti2018-07-1215-75/+144
| | | |
| | * | Fix linter issuesFabio Berger2018-07-141-4/+3
| | | |
| | * | Merge branch 'v2-prototype' into fix/request-timeout-issueFabio Berger2018-07-136-538/+5
| | |\ \ | | | | | | | | | | | | | | | | | | | | * v2-prototype: Remove legacy portal code
| | * | | Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-131-4/+4
| | | | |
| | * | | -fetch';Fabio Berger2018-07-136-21/+14
| | | |/ | | |/|
| * | | Move format to helper functionfragosti2018-07-141-12/+10
| | | |
| * | | Refactor utils and add UNNKOWN environment typefragosti2018-07-135-27/+16
| | | |
| * | | Fix linting errorsfragosti2018-07-132-4/+2
| | | |
| * | | Make error reporter not return a promise and add more environment possibilitiesfragosti2018-07-1314-43/+51
| | | |
| * | | Do not crash on NaN, and provide defaultfragosti2018-07-131-2/+6
| | | |
| * | | Only upload sourcemaps to rollbar on live deploys, and log NaN error for ↵fragosti2018-07-131-0/+4
| | |/ | |/| | | | | | | future debugging
| * | Remove legacy portal codeBrandon Millman2018-07-126-538/+5
| |/
| * Grab token registry information from our DB for mainnetBrandon Millman2018-07-112-3/+13
| |
| * Merge pull request #846 from 0xProject/feature/website/add-peter-to-aboutFrancesco Agosti2018-07-111-0/+7
| |\ | | | | | | Add Peter to about page
| | * Add LinkedIn for Peterfragosti2018-07-111-0/+1
| | |
| | * Add Peter to about pagefragosti2018-07-101-0/+6
| | |
| * | Update rollbar for telemetryfragosti2018-07-101-1/+1
| | |
| * | Get rollbar uploads working by enabling sourcemapsfragosti2018-07-101-1/+1
| | |
| * | Fix unsubscribe bugfragosti2018-07-101-1/+3
| | |
| * | Add sourcemaps for rollbarfragosti2018-07-102-1/+9
| |/
| * Change Jacobs title to Ecosystem Engineerfragosti2018-07-101-1/+1
| |
* | Add ability to nest doc ref markdown under specific versionsFabio Berger2018-07-1010-59/+79
|/
* Give environment enums string valuesBrandon Millman2018-07-081-2/+2
|
* Shim shouldShowPortalV2 to always return truefragosti2018-07-071-1/+3
|
* Merge pull request #838 from 0xProject/feature/website/portal-final-touchesFrancesco Agosti2018-07-0711-107/+165
|\ | | | | Some final polish touches for portal!
| * Fix lint errorsfragosti2018-07-071-1/+1
| |
| * Make unlock metamask step look more like mockfragosti2018-07-074-52/+81
| |
| * Add updated asset for unlock metamask portal onboarding stepfragosti2018-07-074-21/+25
| |
| * Create Balance component and make token symbols smaller than token amountsfragosti2018-07-077-38/+63
| |
| * Give Wallet a min heightfragosti2018-07-071-1/+1
| |
* | Merge pull request #835 from 0xProject/feature/website/token-updatesBrandon Millman2018-07-075-57/+39
|\ \ | |/ |/| Update token registry icons and asset picker flows
| * Update token registry icons and asset picker flowsBrandon Millman2018-07-075-57/+39
| |
* | Merge pull request #828 from 0xProject/feature/website/portal-improvementsBrandon Millman2018-07-076-8/+41
|\ \ | | | | | | Fix some portal bugs, and poll for best gas price
| * | address CR feedbackfragosti2018-07-072-3/+4
| | |
| * | Make wallet height responsivefragosti2018-07-061-1/+1
| | |
| * | Poll for gas prices and use fast instead of average for better UXfragosti2018-07-062-4/+29
| | |
| * | Just disable closing onboarding by clicking outside for firefoxfragosti2018-07-061-3/+1
| | |
| * | Use default networkId of 1 for ledger dropdownfragosti2018-07-061-1/+4
| | |
| * | Fix onboarding closing on unlock metamask step on click outsidefragosti2018-07-062-2/+8
| | |
* | | Hard code exchange abiBrandon Millman2018-07-072-1/+616
| |/ |/|
* | Change call to action link to /portalBrandon Millman2018-07-061-6/+2
| |
* | Unify large and small padding in PortalBrandon Millman2018-07-061-13/+6
| |
* | Implement landing page change in preperation for portalBrandon Millman2018-07-068-28/+44
| |
* | Various fixes for portal on mobile and top bar layoutBrandon Millman2018-07-064-42/+71
|/
* Merge pull request #816 from ↵Francesco Agosti2018-07-0610-49/+134
|\ | | | | | | | | 0xProject/feature/website/portal-mobile-improvements Make onboarding and wallet copy dynamic based on OS
| * Rename getBestDownloadLink to getBestWalletDownloadLinkAndIsMobilefragosti2018-07-063-3/+3
| |
| * No longer elevate relayer grid tile on long pressfragosti2018-07-042-3/+4
| |
| * Fix issue where onboarding doesn't scroll to wallet when starting from ↵fragosti2018-07-042-6/+5
| | | | | | | | relayers page
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-07-0418-246/+312
| |\ | | | | | | | | | feature/website/portal-mobile-improvements
| * | Prompt user to download Toshi or MetaMask in install wallet onboarding stepfragosti2018-07-043-46/+73
| | |
| * | Show different download links and icons when on mobilefragosti2018-07-043-20/+47
| | |
| * | Rename isMobile utility fn to be more specific and add isMobileOperatingSystemfragosti2018-07-043-5/+8
| | |
| * | Add OperatingSystemType and get OS utilfragosti2018-07-042-0/+28
| | |
* | | merge v2-prototypeFabio Berger2018-07-049-47/+99
|\ \ \ | | |/ | |/|
| * | Merge pull request #811 from 0xProject/feature/website/onboarding-polish-2Francesco Agosti2018-07-049-47/+99
| |\ \ | | | | | | | | Add Hotjar, and other small improvements