Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Revert "Publish"" | Fabio Berger | 2018-07-24 | 1 | -11/+8 |
| | | | | This reverts commit a66ccaa1da2af753038bf22a5e7e63bdc307bf2f. | ||||
* | Revert "Publish" | Leonid Logvinov | 2018-07-23 | 1 | -8/+11 |
| | | | | This reverts commit 3dc94051713e4a32796ce3b4ae4b70b527e24cfe. | ||||
* | Publish | Leonid Logvinov | 2018-07-23 | 1 | -11/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.0 - @0xproject/abi-gen@1.0.1 - @0xproject/assert@1.0.1 - @0xproject/base-contract@1.0.1 - @0xproject/connect@1.0.1 - @0xproject/contract-wrappers@1.0.0 - contracts@2.1.36 - @0xproject/dev-utils@1.0.1 - ethereum-types@1.0.1 - @0xproject/fill-scenarios@1.0.0 - @0xproject/json-schemas@1.0.0 - @0xproject/metacoin@0.0.11 - @0xproject/migrations@1.0.1 - @0xproject/monorepo-scripts@1.0.1 - @0xproject/order-utils@1.0.0 - @0xproject/order-watcher@1.0.0 - @0xproject/react-docs@1.0.1 - @0xproject/react-docs-example@0.0.16 - @0xproject/react-shared@1.0.1 - @0xproject/sol-compiler@1.0.1 - @0xproject/sol-cov@1.0.1 - @0xproject/sol-resolver@1.0.1 - @0xproject/sra-report@1.0.1 - @0xproject/subproviders@1.0.1 - @0xproject/testnet-faucets@1.0.37 - @0xproject/tslint-config@1.0.1 - @0xproject/types@1.0.0 - @0xproject/typescript-typings@1.0.1 - @0xproject/utils@1.0.1 - @0xproject/web3-wrapper@1.0.1 - @0xproject/website@0.0.40 | ||||
* | Merge pull request #895 from 0xProject/feature/website/send-eth-from-portal | Francesco Agosti | 2018-07-22 | 9 | -48/+129 |
|\ | | | | | Send Ether from Portal | ||||
| * | Remove TODO | fragosti | 2018-07-19 | 1 | -1/+0 |
| | | |||||
| * | Remove unused Token import | fragosti | 2018-07-19 | 1 | -1/+0 |
| | | |||||
| * | Add lifecycle messages | fragosti | 2018-07-19 | 3 | -17/+56 |
| | | |||||
| * | WIP for sending ether from portal (works) | fragosti | 2018-07-19 | 7 | -38/+82 |
| | | |||||
* | | Increase node heap size for webpack command | Brandon Millman | 2018-07-21 | 1 | -1/+1 |
| | | |||||
* | | Upgrade some @0xproject packages to 1.0.0 in website | Brandon Millman | 2018-07-21 | 1 | -4/+4 |
| | | |||||
* | | Update website package.json with original imports | Fabio Berger | 2018-07-20 | 1 | -9/+9 |
| | | |||||
* | | Change all package to depend on the new @0xproject/contract-wrappers@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | |||||
* | | Change all package to depend on the new @0xproject/react-docs@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | |||||
* | | Change all package to depend on the new @0xproject/react-shared@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | |||||
* | | Change all package to depend on the new @0xproject/order-utils@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | |||||
* | | Change all package to depend on the new @0xproject/subproviders@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | |||||
* | | Change all package to depend on the new @0xproject/web3-wrapper@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | |||||
* | | Change all package to depend on the new @0xproject/utils@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | |||||
* | | Change all package to depend on the new @0xproject/types@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | |||||
* | | Change all package to depend on the new @0xproject/typescript-typings@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
| | | |||||
* | | Specify exact version | Fabio Berger | 2018-07-20 | 1 | -1/+1 |
| | | |||||
* | | Fix version dropdown so it also renders RC versions properly | Fabio Berger | 2018-07-20 | 1 | -2/+1 |
| | | |||||
* | | Update doc md files for v2 packages | Fabio Berger | 2018-07-20 | 4 | -0/+17 |
| | | |||||
* | | Compare host rather then origin so that it comes without the http/https prefix | Fabio Berger | 2018-07-20 | 1 | -1/+1 |
| | | |||||
* | | merge v2-prototype | Fabio Berger | 2018-07-19 | 60 | -843/+496 |
|\ \ | |||||
| * | | Fix broken links in sol-cov documentation | Brandon Millman | 2018-07-19 | 1 | -2/+2 |
| |/ | |||||
| * | Update package versions | Fabio Berger | 2018-07-18 | 1 | -8/+8 |
| | | |||||
| * | Merge pull request #884 from 0xProject/export-more-0x.js | Fabio Berger | 2018-07-18 | 1 | -0/+26 |
| |\ | | | | | | | Export missing V2 pieces from 0x.js | ||||
| | * | Export missing types and add to doc ref whitelist | Fabio Berger | 2018-07-17 | 1 | -0/+26 |
| | | | |||||
| * | | Merge pull request #883 from 0xProject/feature/tslint-improvements | Leonid Logvinov | 2018-07-18 | 23 | -48/+52 |
| |\ \ | | |/ | |/| | New tslint rules | ||||
| | * | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 22 | -47/+51 |
| | | | |||||
| | * | Upgrade tslint to the newest version | Leonid Logvinov | 2018-07-17 | 1 | -1/+1 |
| | | | |||||
| * | | Add chris to website | fragosti | 2018-07-17 | 1 | -8/+8 |
| | | | |||||
| * | | Fix ocean link | Brandon Millman | 2018-07-17 | 1 | -1/+1 |
| |/ | |||||
| * | Move update onboarding step tracking to onboarding flow code | fragosti | 2018-07-14 | 2 | -5/+3 |
| | | |||||
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-07-14 | 24 | -144/+247 |
| |\ | | | | | | | | | | bug/website/txhash-error | ||||
| | * | Merge pull request #866 from 0xProject/feature/website/integrate-heap | Francesco Agosti | 2018-07-14 | 20 | -120/+229 |
| | |\ | | | | | | | | | Integrate Heap analytics into the website | ||||
| | | * | Fix logging typo | fragosti | 2018-07-13 | 1 | -1/+1 |
| | | | | |||||
| | | * | Fix indentify typo | fragosti | 2018-07-13 | 2 | -4/+4 |
| | | | | |||||
| | | * | Make Analytics API non-async | fragosti | 2018-07-13 | 13 | -71/+44 |
| | | | | |||||
| | | * | Add no-floating-promises ignore comments | fragosti | 2018-07-12 | 12 | -5/+24 |
| | | | | |||||
| | | * | Remove unused configs and constants | fragosti | 2018-07-12 | 2 | -2/+0 |
| | | | | |||||
| | | * | Integrate heap analytics | fragosti | 2018-07-12 | 18 | -74/+122 |
| | | | | |||||
| | | * | Replace calls to google analytics with calls to heap | fragosti | 2018-07-12 | 16 | -82/+147 |
| | | | | |||||
| | | * | Add Heap snippet | fragosti | 2018-07-11 | 1 | -0/+6 |
| | | | | |||||
| | * | | Fix linter issues | Fabio Berger | 2018-07-14 | 1 | -4/+3 |
| | | | | |||||
| | * | | Merge branch 'v2-prototype' into fix/request-timeout-issue | Fabio Berger | 2018-07-13 | 6 | -538/+5 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Remove legacy portal code | ||||
| | * | | | Export Web3ProviderEngine from subproviders package | Fabio Berger | 2018-07-13 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | -fetch'; | Fabio Berger | 2018-07-13 | 7 | -22/+14 |
| | | |/ | | |/| | |||||
| * | | | Move format to helper function | fragosti | 2018-07-14 | 1 | -12/+10 |
| | | | | |||||
| * | | | Refactor utils and add UNNKOWN environment type | fragosti | 2018-07-13 | 5 | -27/+16 |
| | | | | |||||
| * | | | Fix linting errors | fragosti | 2018-07-13 | 2 | -4/+2 |
| | | | | |||||
| * | | | Make error reporter not return a promise and add more environment possibilities | fragosti | 2018-07-13 | 14 | -43/+51 |
| | | | | |||||
| * | | | Do not crash on NaN, and provide default | fragosti | 2018-07-13 | 1 | -2/+6 |
| | | | | |||||
| * | | | Only upload sourcemaps to rollbar on live deploys, and log NaN error for ↵ | fragosti | 2018-07-13 | 3 | -31/+43 |
| | |/ | |/| | | | | | | | future debugging | ||||
| * | | Remove legacy portal code | Brandon Millman | 2018-07-12 | 6 | -538/+5 |
| |/ | |||||
| * | Grab token registry information from our DB for mainnet | Brandon Millman | 2018-07-11 | 2 | -3/+13 |
| | | |||||
| * | Merge pull request #846 from 0xProject/feature/website/add-peter-to-about | Francesco Agosti | 2018-07-11 | 2 | -0/+7 |
| |\ | | | | | | | Add Peter to about page | ||||
| | * | Add LinkedIn for Peter | fragosti | 2018-07-11 | 1 | -0/+1 |
| | | | |||||
| | * | Add Peter to about page | fragosti | 2018-07-10 | 2 | -0/+6 |
| | | | |||||
| * | | Update rollbar for telemetry | fragosti | 2018-07-10 | 3 | -2/+3 |
| | | | |||||
| * | | Get rollbar uploads working by enabling sourcemaps | fragosti | 2018-07-10 | 3 | -5/+9 |
| | | | |||||
| * | | Fix unsubscribe bug | fragosti | 2018-07-10 | 1 | -1/+3 |
| | | | |||||
| * | | Use JSON stringify around GIT_SHA | fragosti | 2018-07-10 | 1 | -1/+1 |
| | | | |||||
| * | | Add sourcemaps for rollbar | fragosti | 2018-07-10 | 4 | -1/+23 |
| |/ | |||||
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-07-10 | 2 | -0/+0 |
| |\ | | | | | | | | | | v2-prototype | ||||
| | * | Delete wings.png | Brandon Millman | 2018-07-10 | 1 | -0/+0 |
| | | | |||||
| | * | Delete taas.png | Brandon Millman | 2018-07-10 | 1 | -0/+0 |
| | | | |||||
| * | | Change Jacobs title to Ecosystem Engineer | fragosti | 2018-07-10 | 1 | -1/+1 |
| |/ | |||||
| * | Delete qtum.png | Brandon Millman | 2018-07-10 | 1 | -0/+0 |
| | | |||||
| * | Delete eos.png | Brandon Millman | 2018-07-10 | 1 | -0/+0 |
| | | |||||
| * | Update icon file names | Brandon Millman | 2018-07-10 | 4 | -0/+0 |
| | | |||||
* | | merge v2-prototype | Fabio Berger | 2018-07-10 | 1 | -7/+8 |
|\| | |||||
| * | Remaining version fixes | Fabio Berger | 2018-07-10 | 1 | -0/+1 |
| | | |||||
| * | Update package versions | Fabio Berger | 2018-07-10 | 1 | -7/+7 |
| | | |||||
* | | Add ability to nest doc ref markdown under specific versions | Fabio Berger | 2018-07-10 | 24 | -59/+79 |
|/ | |||||
* | Give environment enums string values | Brandon Millman | 2018-07-08 | 1 | -2/+2 |
| | |||||
* | Shim shouldShowPortalV2 to always return true | fragosti | 2018-07-07 | 1 | -1/+3 |
| | |||||
* | Merge pull request #838 from 0xProject/feature/website/portal-final-touches | Francesco Agosti | 2018-07-07 | 12 | -107/+165 |
|\ | | | | | Some final polish touches for portal! | ||||
| * | Fix lint errors | fragosti | 2018-07-07 | 1 | -1/+1 |
| | | |||||
| * | Make unlock metamask step look more like mock | fragosti | 2018-07-07 | 4 | -52/+81 |
| | | |||||
| * | Add updated asset for unlock metamask portal onboarding step | fragosti | 2018-07-07 | 5 | -21/+25 |
| | | |||||
| * | Create Balance component and make token symbols smaller than token amounts | fragosti | 2018-07-07 | 7 | -38/+63 |
| | | |||||
| * | Give Wallet a min height | fragosti | 2018-07-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #835 from 0xProject/feature/website/token-updates | Brandon Millman | 2018-07-07 | 149 | -57/+39 |
|\ \ | |/ |/| | Update token registry icons and asset picker flows | ||||
| * | Update token registry icons and asset picker flows | Brandon Millman | 2018-07-07 | 149 | -57/+39 |
| | | |||||
* | | Merge pull request #828 from 0xProject/feature/website/portal-improvements | Brandon Millman | 2018-07-07 | 6 | -8/+41 |
|\ \ | | | | | | | Fix some portal bugs, and poll for best gas price | ||||
| * | | address CR feedback | fragosti | 2018-07-07 | 2 | -3/+4 |
| | | | |||||
| * | | Make wallet height responsive | fragosti | 2018-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | Poll for gas prices and use fast instead of average for better UX | fragosti | 2018-07-06 | 2 | -4/+29 |
| | | | |||||
| * | | Just disable closing onboarding by clicking outside for firefox | fragosti | 2018-07-06 | 1 | -3/+1 |
| | | | |||||
| * | | Use default networkId of 1 for ledger dropdown | fragosti | 2018-07-06 | 1 | -1/+4 |
| | | | |||||
| * | | Fix onboarding closing on unlock metamask step on click outside | fragosti | 2018-07-06 | 2 | -2/+8 |
| | | | |||||
* | | | Hard code exchange abi | Brandon Millman | 2018-07-07 | 2 | -1/+616 |
| |/ |/| | |||||
* | | Merge pull request #831 from 0xProject/fix-readme-intros | Fabio Berger | 2018-07-06 | 2 | -14/+9 |
|\ \ | | | | | | | Update Package Descriptions | ||||
| * | | Update readme and doc intros | Fabio Berger | 2018-07-06 | 2 | -14/+9 |
| |/ | |||||
* | | Change call to action link to /portal | Brandon Millman | 2018-07-06 | 1 | -6/+2 |
| | | |||||
* | | Unify large and small padding in Portal | Brandon Millman | 2018-07-06 | 1 | -13/+6 |
| | | |||||
* | | Implement landing page change in preperation for portal | Brandon Millman | 2018-07-06 | 9 | -29/+46 |
| | | |||||
* | | Various fixes for portal on mobile and top bar layout | Brandon Millman | 2018-07-06 | 4 | -42/+71 |
|/ | |||||
* | Merge pull request #816 from ↵ | Francesco Agosti | 2018-07-06 | 11 | -49/+134 |
|\ | | | | | | | | | 0xProject/feature/website/portal-mobile-improvements Make onboarding and wallet copy dynamic based on OS | ||||
| * | Rename getBestDownloadLink to getBestWalletDownloadLinkAndIsMobile | fragosti | 2018-07-06 | 3 | -3/+3 |
| | | |||||
| * | No longer elevate relayer grid tile on long press | fragosti | 2018-07-04 | 2 | -3/+4 |
| | | |||||
| * | Fix issue where onboarding doesn't scroll to wallet when starting from ↵ | fragosti | 2018-07-04 | 2 | -6/+5 |
| | | | | | | | | relayers page | ||||
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-07-04 | 19 | -247/+324 |
| |\ | | | | | | | | | | feature/website/portal-mobile-improvements | ||||
| * | | Add toshi logo asset | fragosti | 2018-07-04 | 1 | -0/+0 |
| | | | |||||
| * | | Prompt user to download Toshi or MetaMask in install wallet onboarding step | fragosti | 2018-07-04 | 3 | -46/+73 |
| | | | |||||
| * | | Show different download links and icons when on mobile | fragosti | 2018-07-04 | 3 | -20/+47 |
| | | | |||||
| * | | Rename isMobile utility fn to be more specific and add isMobileOperatingSystem | fragosti | 2018-07-04 | 3 | -5/+8 |
| | | | |||||
| * | | Add OperatingSystemType and get OS util | fragosti | 2018-07-04 | 2 | -0/+28 |
| | | | |||||
* | | | merge v2-prototype | Fabio Berger | 2018-07-04 | 10 | -48/+111 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #811 from 0xProject/feature/website/onboarding-polish-2 | Francesco Agosti | 2018-07-04 | 10 | -48/+111 |
| |\ \ | | | | | | | | | Add Hotjar, and other small improvements | ||||
| | * | | Persist whether onboarding is open or close across refreshes | fragosti | 2018-07-04 | 1 | -1/+3 |
| | | | | |||||
| | * | | Fix linting | fragosti | 2018-07-04 | 2 | -3/+2 |
| | | | | |||||
| | * | | Merge branch 'fixed-position-onboarding' into ↵ | fragosti | 2018-07-04 | 2 | -33/+67 |
| | |\ \ | | | | | | | | | | | | | | | | feature/website/onboarding-polish-2 | ||||
| | | * | | Implement fixed position onboarding option | fragosti | 2018-07-03 | 2 | -33/+67 |
| | | | | | |||||
| | * | | | Remove unused import | fragosti | 2018-07-03 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Add end comment to hotjar tracking code | fragosti | 2018-07-03 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Add media file and remove stray comment | fragosti | 2018-07-03 | 2 | -2/+15 |
| | |/ / | |||||
| | * | | Add media query abstraction around ScreenWidths and stop relayer grid hover ↵ | fragosti | 2018-07-03 | 5 | -10/+22 |
| | | | | | | | | | | | | | | | | effect on mobile | ||||
| | * | | Remove max-width from onboarding card to support iPad | fragosti | 2018-07-03 | 1 | -1/+1 |
| | | | | |||||
| | * | | Only auto-start onboarding if blockchain is loaded | fragosti | 2018-07-03 | 1 | -2/+5 |
| | | | | |||||
* | | | | Add missing undefined check | Fabio Berger | 2018-07-04 | 1 | -0/+1 |
| | | | | |||||
* | | | | improve comment | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| | | | | |||||
* | | | | remove console.log | Fabio Berger | 2018-07-04 | 1 | -1/+0 |
| | | | | |||||
* | | | | Fix conditional | Fabio Berger | 2018-07-04 | 1 | -3/+4 |
| | | | | |||||
* | | | | Rename to InjectedProvider and make publicConfigStore optional | Fabio Berger | 2018-07-04 | 1 | -3/+3 |
| | | | | |||||
* | | | | Fix type | Fabio Berger | 2018-07-04 | 1 | -1/+5 |
| | | | | |||||
* | | | | Rename subprovider in blockchain.ts | Fabio Berger | 2018-07-04 | 1 | -2/+2 |
| | | | | |||||
* | | | | Remove dep on Web3 in Website. Introduced InjectedWeb3 type. | Fabio Berger | 2018-07-04 | 4 | -13/+32 |
| | | | | |||||
* | | | | Replace use of web3 w/ web3wrapper in subproviders and rename injectedWeb3 ↵ | Fabio Berger | 2018-07-04 | 1 | -0/+3 |
|/ / / | | | | | | | | | | to signer subprovider for clarity | ||||
* | | | Merge pull request #799 from 0xProject/feature/website/wallet-menu | Brandon Millman | 2018-07-04 | 9 | -199/+213 |
|\ \ \ | |_|/ |/| | | Add menu for at the top of wallet and top right component | ||||
| * | | Remove InstallPrompt | Brandon Millman | 2018-07-04 | 2 | -61/+0 |
| | | | |||||
| * | | Implement clickaway for wallet menu on mobile | Brandon Millman | 2018-07-04 | 2 | -14/+24 |
| | | | |||||
| * | | Add optional onClick to Link simple menu item | Brandon Millman | 2018-07-03 | 1 | -2/+7 |
| | | | |||||
| * | | Lint fixes | Brandon Millman | 2018-07-02 | 4 | -17/+5 |
| | | | |||||
| * | | More cleanup | Brandon Millman | 2018-07-02 | 2 | -31/+31 |
| | | | |||||
| * | | Consolidate logic for common menu items | Brandon Millman | 2018-07-02 | 3 | -33/+74 |
| | | | |||||
| * | | Give connected header accessory more padding | Brandon Millman | 2018-07-02 | 1 | -9/+13 |
| | | | |||||
| * | | Implement correct behavior for menu in the wallet | Brandon Millman | 2018-07-02 | 6 | -31/+52 |
| | | | |||||
| * | | Add menu to wallet | Brandon Millman | 2018-07-02 | 1 | -8/+32 |
| | | | |||||
| * | | Implement simple menu | Brandon Millman | 2018-07-02 | 5 | -91/+50 |
| | | | |||||
| * | | Clean up a bit of the provider display logic | Brandon Millman | 2018-07-02 | 3 | -73/+80 |
| | | | |||||
| * | | Implement icon button | Brandon Millman | 2018-07-02 | 2 | -2/+18 |
| | | | |||||
* | | | Fix alignment | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| | | | |||||
* | | | Update web3-provider-engine version w/o caret | Fabio Berger | 2018-07-03 | 1 | -1/+1 |
| | | | |||||
* | | | Update web3-provider-engine | Fabio Berger | 2018-07-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #806 from ↵ | Brandon Millman | 2018-07-03 | 4 | -0/+11 |
|\ \ \ | | | | | | | | | | | | | | | | | 0xProject/feature/website/mobile-readable-web3-names Add detection logic for Toshi and Cipher | ||||
| * | | | Add human readable names for Toshi and Cipher | Brandon Millman | 2018-07-03 | 4 | -0/+11 |
| | | | | |||||
* | | | | Merge pull request #808 from 0xProject/feature/website/better-balance-formatting | Brandon Millman | 2018-07-03 | 4 | -18/+23 |
|\ \ \ \ | | | | | | | | | | | Add better balance formatting rules for balances and usd values | ||||
| * | | | | Add better balance formatting rules for balances and usd values | Brandon Millman | 2018-07-03 | 4 | -18/+23 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #810 from 0xProject/feature/wesbite/remove-add-balance | Brandon Millman | 2018-07-03 | 5 | -42/+2 |
|\ \ \ \ | | | | | | | | | | | Remove increase balance link from balance_bounded_input component | ||||
| * | | | | Remove increase balance link from balance_bounded_input component | Brandon Millman | 2018-07-03 | 5 | -42/+2 |
| | | | | | |||||
* | | | | | Use new lock svg | Brandon Millman | 2018-07-03 | 2 | -2/+5 |
|/ / / / | |||||
* | / / | Always show the wrap ether row in between ETH and WETH | Brandon Millman | 2018-07-03 | 2 | -18/+20 |
| |/ / |/| | | |||||
* | | | Update start onboarding copy and relayer grid empty color | Brandon Millman | 2018-07-03 | 3 | -7/+10 |
|/ / | |||||
* / | Add Alex Browne to about page | fragosti | 2018-07-03 | 2 | -10/+19 |
|/ | |||||
* | Update relayer grid tiles to use Text | Brandon Millman | 2018-07-01 | 2 | -50/+17 |
| | |||||
* | Merge pull request #787 from 0xProject/feature/website/portal-onboarding-polish | Francesco Agosti | 2018-06-30 | 19 | -360/+354 |
|\ | | | | | Portal v2 onboarding polish | ||||
| * | Remove state variable from Link component in Portal | fragosti | 2018-06-30 | 1 | -4/+1 |
| | | |||||
| * | Remove extra call to scrollIntoView for wallet in onboarding | fragosti | 2018-06-30 | 1 | -4/+0 |
| | | |||||
| * | Bump automatic show onborading delay by 1000ms | fragosti | 2018-06-30 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-30 | 24 | -397/+586 |
| |\ | | | | | | | | | | feature/website/portal-onboarding-polish | ||||
| * | | Fix onboarding always starting | fragosti | 2018-06-30 | 1 | -1/+2 |
| | | | |||||
| * | | Rename userHasAllowances bool to follow proper convention | fragosti | 2018-06-30 | 2 | -6/+6 |
| | | | |||||
| * | | Allow you to continue the onboarding flow once youve installed metamask and ↵ | fragosti | 2018-06-30 | 5 | -17/+18 |
| | | | | | | | | | | | | refreshed the page | ||||
| * | | Use Image component where relevant and add back tracked token timestamp logic | fragosti | 2018-06-30 | 3 | -8/+24 |
| | | | |||||
| * | | Bold all balances in onboarding | fragosti | 2018-06-29 | 2 | -6/+8 |
| | | | |||||
| * | | Customize allowance setting onboarding step if you have your allowances set | fragosti | 2018-06-29 | 2 | -0/+4 |
| | | | |||||
| * | | Re-center react-popper on every step | fragosti | 2018-06-29 | 2 | -16/+4 |
| | | | |||||
| * | | Fix button hover and active hover state | fragosti | 2018-06-29 | 1 | -1/+1 |
| | | | |||||
| * | | Show eth balance in add eth balance onboarding step | fragosti | 2018-06-29 | 3 | -11/+16 |
| | | | |||||
| * | | Change onboarding flow to communicate 3 steps | fragosti | 2018-06-29 | 2 | -6/+10 |
| | | | |||||
| * | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-29 | 19 | -301/+304 |
| |\ \ | | | | | | | | | | | | | feature/website/portal-onboarding-polish | ||||
| * | | | Scroll to top when going to relayers page from onboarding | fragosti | 2018-06-28 | 1 | -0/+1 |
| | | | | |||||
| * | | | Bring you directly to relayers page once you finish onboarding | fragosti | 2018-06-28 | 3 | -1/+14 |
| | | | | |||||
| * | | | Remove period in title from last step | fragosti | 2018-06-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Always restart onboarding from 0 and other small improvements | fragosti | 2018-06-28 | 2 | -3/+5 |
| | | | | |||||
| * | | | Customize flow depending on what steps you've completed | fragosti | 2018-06-28 | 4 | -20/+43 |
| | | | | |||||
| * | | | Break wrapping ETH into a 3rd step | fragosti | 2018-06-28 | 2 | -5/+24 |
| | | | | |||||
| * | | | Fix animation when coming from bottom | fragosti | 2018-06-28 | 1 | -0/+6 |
| | | | | |||||
| * | | | Fix width issue with onboarding card on mobile | fragosti | 2018-06-28 | 2 | -1/+3 |
| | | | | |||||
| * | | | Clicking overlay closes onboarding | fragosti | 2018-06-28 | 4 | -6/+12 |
| | | | | |||||
| * | | | Fix z index issue with wrap buttons and onboarding cards | fragosti | 2018-06-28 | 2 | -1/+2 |
| | | | | |||||
| * | | | Break wrath ETH step into 2 | fragosti | 2018-06-28 | 3 | -70/+72 |
| | | | | |||||
| * | | | Fix skip button position on first step | fragosti | 2018-06-28 | 1 | -11/+15 |
| | | | | |||||
| * | | | Make onboarding bounce around less | fragosti | 2018-06-28 | 2 | -13/+5 |
| | | | | |||||
| * | | | Scroll to wallet when onboarding automatically starts as well | fragosti | 2018-06-28 | 1 | -1/+4 |
| | | | | |||||
| * | | | Change asset for final onboarding step | fragosti | 2018-06-28 | 1 | -217/+122 |
| | | | | |||||
* | | | | Update staging api link | Brandon Millman | 2018-06-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Move /docs route to the end | Brandon Millman | 2018-06-30 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge pull request #792 from 0xProject/feature/website/wallet-polish | Brandon Millman | 2018-06-30 | 24 | -397/+585 |
|\ \ \ | |_|/ |/| | | Various wallet polish items | ||||
| * | | Change function to a const | Brandon Millman | 2018-06-30 | 1 | -2/+2 |
| | | | |||||
| * | | Move wallet scrollIntoView into PortalOnboardingFlow | Brandon Millman | 2018-06-30 | 2 | -7/+7 |
| | | | |||||
| * | | Add dollar sign to NullTokenRow | Brandon Millman | 2018-06-29 | 1 | -1/+1 |
| | | | |||||
| * | | Remove unused imports and variables | Brandon Millman | 2018-06-29 | 5 | -20/+1 |
| | | | |||||
| * | | Refactor inline styles out of Wallet | Brandon Millman | 2018-06-29 | 6 | -132/+139 |
| | | | |||||
| * | | Remove some hardcoded MetaMask colors | Brandon Millman | 2018-06-29 | 2 | -3/+5 |
| | | | |||||
| * | | Create AccountConnection component | Brandon Millman | 2018-06-29 | 3 | -31/+61 |
| | | | |||||
| * | | Fix scrollbar bug | Brandon Millman | 2018-06-29 | 1 | -1/+1 |
| | | | |||||
| * | | Start onboarding from relayer index | Brandon Millman | 2018-06-29 | 1 | -6/+20 |
| | | | |||||
| * | | Fix learn how to set up account layout | Brandon Millman | 2018-06-29 | 2 | -11/+13 |
| | | | |||||
| * | | Fix typo | Brandon Millman | 2018-06-29 | 1 | -1/+1 |
| | | | |||||
| * | | Get rid of unused stuff in wallet | Brandon Millman | 2018-06-29 | 1 | -65/+1 |
| | | | |||||
| * | | Fix body overlay on mobile | Brandon Millman | 2018-06-29 | 2 | -3/+3 |
| | | | |||||
| * | | Change learn how to update your account styling | Brandon Millman | 2018-06-29 | 1 | -27/+17 |
| | | | |||||
| * | | Fix key issue and remove WalletDisconnectedItem | Brandon Millman | 2018-06-29 | 2 | -112/+1 |
| | | | |||||
| * | | Implement new locked and uninstalled states | Brandon Millman | 2018-06-29 | 7 | -7/+178 |
| | | | |||||
| * | | Fix off center icon in wallet | Brandon Millman | 2018-06-29 | 1 | -4/+7 |
| | | | |||||
| * | | Change wallet margin based on hover to prevent re-layout | Brandon Millman | 2018-06-29 | 1 | -0/+1 |
| | | | |||||
| * | | Update ProviderDisplay with new design | Brandon Millman | 2018-06-29 | 5 | -37/+118 |
| | | | |||||
| * | | Implement provider name in header | Brandon Millman | 2018-06-29 | 2 | -4/+18 |
| | | | |||||
| * | | Implement loading body rows | Brandon Millman | 2018-06-29 | 4 | -28/+80 |
| | | | |||||
| * | | Added Circle component | Brandon Millman | 2018-06-29 | 3 | -6/+21 |
| | | | |||||
* | | | Fix NotFound component and render 0x.js docs for /docs | Brandon Millman | 2018-06-29 | 3 | -3/+5 |
|/ / | |||||
* | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-29 | 18 | -55/+118 |
|\ \ | | | | | | | | | | feature/website/support-new-metamask | ||||
| * | | Remove isTracked field on token in favor of trackedTimestamp | Brandon Millman | 2018-06-29 | 11 | -26/+31 |
| | | | |||||
| * | | Use moment and lodash | Brandon Millman | 2018-06-29 | 2 | -2/+3 |
| | | | |||||
| * | | Sort wallet tokens by timestamp added and scroll to newly added token | Brandon Millman | 2018-06-29 | 6 | -11/+26 |
| |/ | |||||
| * | Polish asset picker layout | Brandon Millman | 2018-06-27 | 1 | -4/+4 |
| | | |||||
| * | Update relayer grid fallback icon | Brandon Millman | 2018-06-27 | 2 | -1/+1 |
| | | |||||
| * | Change metamask install link based on browser | Brandon Millman | 2018-06-26 | 5 | -14/+57 |
| | | |||||
* | | Changing provider to ledger more consistent with previous experience | fragosti | 2018-06-28 | 2 | -5/+5 |
| | | |||||
* | | Fix convention stuff | fragosti | 2018-06-28 | 2 | -20/+20 |
| | | |||||
* | | Remove IS_MAINNET_ENABLED config | fragosti | 2018-06-28 | 4 | -74/+49 |
| | | |||||
* | | Rename all corresponding bools to shouldUseLedgerProvider | fragosti | 2018-06-28 | 1 | -13/+13 |
| | | |||||
* | | Never use trackedTokenState when fetching new token state | fragosti | 2018-06-27 | 1 | -6/+5 |
| | | |||||
* | | Fix bug where we are requesting tokens on a different network | fragosti | 2018-06-27 | 1 | -1/+1 |
| | | |||||
* | | Remove unused variables | fragosti | 2018-06-27 | 4 | -24/+9 |
| | | |||||
* | | Make unsubscribing work | fragosti | 2018-06-27 | 1 | -1/+5 |
| | | |||||
* | | Fix stateful ledger dialog edge state | fragosti | 2018-06-27 | 2 | -2/+2 |
| | | |||||
* | | Get things working with legacy portal | fragosti | 2018-06-27 | 1 | -10/+8 |
| | | |||||
* | | Fix subtle issues with ledger config dialog | fragosti | 2018-06-27 | 3 | -11/+13 |
| | | |||||
* | | Ledger to metamask to ledger working | fragosti | 2018-06-27 | 3 | -42/+35 |
| | | |||||
* | | Have basic network switching working | fragosti | 2018-06-26 | 6 | -120/+158 |
| | | |||||
* | | Remove existing networkId watching logic from BlockchainWatcher | fragosti | 2018-06-26 | 2 | -28/+15 |
|/ | |||||
* | Remove extra border from the bottom of the wallet | Brandon Millman | 2018-06-23 | 1 | -3/+11 |
| | |||||
* | Do not render ZRX or WETH as removable tracked tokens | Brandon Millman | 2018-06-23 | 1 | -1/+4 |
| | |||||
* | Center items in portal drawer header | Brandon Millman | 2018-06-23 | 1 | -1/+1 |
| | |||||
* | Fix issue where hovered tiles appear over top bar | fragosti | 2018-06-23 | 2 | -5/+10 |
| | |||||
* | Merge pull request #746 from 0xProject/feature/website/relayer-grid-polish | Francesco Agosti | 2018-06-23 | 11 | -152/+138 |
|\ | | | | | Relayer grid polish | ||||
| * | Remove unecessary position relative rules | fragosti | 2018-06-23 | 2 | -2/+4 |
| | | |||||
| * | Lint and fix typo | fragosti | 2018-06-22 | 2 | -2/+2 |
| | | |||||
| * | Fix z-index issues | fragosti | 2018-06-22 | 6 | -49/+63 |
| | | |||||
| * | Fix issues that arose from merge | fragosti | 2018-06-22 | 2 | -4/+8 |
| | | |||||
| * | Remove Background component | Brandon Millman | 2018-06-22 | 5 | -57/+12 |
| | | |||||
| * | Padding adjustment | Brandon Millman | 2018-06-22 | 1 | -1/+2 |
| | | |||||
| * | Remove styles from Portal component | Brandon Millman | 2018-06-22 | 1 | -24/+13 |
| | | |||||
| * | Add Background component | Brandon Millman | 2018-06-22 | 3 | -14/+35 |
| | | |||||
| * | Various relayer grid ui polish items | Brandon Millman | 2018-06-22 | 6 | -42/+42 |
| | |