aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components
Commit message (Collapse)AuthorAgeFilesLines
* Change all onTouchTap to onClickfragosti2018-08-2513-18/+18
|
* Add missing keyuFabio Berger2018-08-231-1/+5
|
* Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-231-7/+10
|
* Merge development branchFabio Berger2018-08-221-1/+3
|\
| * Update lock icon in onboardingBrandon Millman2018-08-211-1/+3
| |
* | Merge developmentFabio Berger2018-08-153-1/+31
|\|
| * Fix jobs page overflow issueBrandon Millman2018-07-301-0/+1
| |
| * Create MetaTags componentBrandon Millman2018-07-302-1/+30
| |
* | Fix bug related to react-scroll's scrollSpy and the render order of elementsFabio Berger2018-08-061-2/+12
| |
* | Add OrderWatcher docs pageFabio Berger2018-08-031-7/+22
| |
* | Add contract-wrappers page and make topBar component more conciseFabio Berger2018-08-021-117/+38
|/
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-07-284-4/+14
|\ | | | | | | feature/website/upgrade-allowance-toggles-to-locks-and-checks
| * Merge pull request #893 from 0xProject/feature/website/jobs-page-part2Brandon Millman2018-07-264-4/+14
| |\ | | | | | | Jobs page
| | * Update open positions sectionBrandon Millman2018-07-251-0/+3
| | |
| | * Use our image component in missionBrandon Millman2018-07-251-1/+5
| | |
| | * Merge branch 'v2-prototype' into feature/website/jobs-page-part2Brandon Millman2018-07-247-45/+63
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| | * | Add /careers route and fix hr stylingBrandon Millman2018-07-191-1/+1
| | | |
| | * | Update open positions sectionBrandon Millman2018-07-191-2/+5
| | | |
* | | | 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-252-2/+61
| | | |
* | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-07-258-46/+69
|\| | | | | | | | | | | | | | | 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-191-1/+6
| | |/
| * | Remove unused Token importfragosti2018-07-191-1/+0
| | |
| * | Add lifecycle messagesfragosti2018-07-191-6/+7
| | |
| * | WIP for sending ether from portal (works)fragosti2018-07-196-38/+56
| |/
* | 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-255-3/+18
| |
* | Fix tooltip wrapping issue in onboardinfragosti2018-07-252-8/+16
| |
* | Fix wrap button alignment issuefragosti2018-07-255-182/+40
| |
* | WIP for allowance toggle redesign workingfragosti2018-07-213-12/+102
| |
* | Show token name dynamically in tooltipfragosti2018-07-213-12/+15
| |
* | Implement tooltipsfragosti2018-07-212-8/+56
| |
* | Add loading statefragosti2018-07-213-3/+4
| |
* | Have basic lock and check working in waleltfragosti2018-07-203-13/+67
|/
* Fix tslint issuesLeonid Logvinov2018-07-1713-18/+18
|
* Move update onboarding step tracking to onboarding flow codefragosti2018-07-141-0/+3
|
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-07-1412-75/+88
|\ | | | | | | bug/website/txhash-error
| * Merge pull request #866 from 0xProject/feature/website/integrate-heapFrancesco Agosti2018-07-1410-71/+84
| |\ | | | | | | Integrate Heap analytics into the website
| | * Fix logging typofragosti2018-07-131-1/+1
| | |
| | * Fix indentify typofragosti2018-07-131-1/+1
| | |
| | * Make Analytics API non-asyncfragosti2018-07-1310-34/+17
| | |
| | * Add no-floating-promises ignore commentsfragosti2018-07-1210-5/+18
| | |
| | * Integrate heap analyticsfragosti2018-07-1210-35/+28
| | |
| | * Replace calls to google analytics with calls to heapfragosti2018-07-129-51/+75
| | |
| * | Merge branch 'v2-prototype' into fix/request-timeout-issueFabio Berger2018-07-133-433/+2
| |\ \ | | | | | | | | | | | | | | | | * v2-prototype: Remove legacy portal code
| * | | -fetch';Fabio Berger2018-07-132-4/+4
| | |/ | |/|
* | | Make error reporter not return a promise and add more environment possibilitiesfragosti2018-07-138-10/+10
| |/ |/|
* | Remove legacy portal codeBrandon Millman2018-07-123-433/+2
|/
* Add sourcemaps for rollbarfragosti2018-07-101-1/+1
|
* Merge pull request #838 from 0xProject/feature/website/portal-final-touchesFrancesco Agosti2018-07-0710-104/+162
|\ | | | | 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-076-35/+60
| |
| * Give Wallet a min heightfragosti2018-07-071-1/+1
| |
* | Merge pull request #835 from 0xProject/feature/website/token-updatesBrandon Millman2018-07-072-14/+33
|\ \ | |/ |/| Update token registry icons and asset picker flows
| * Update token registry icons and asset picker flowsBrandon Millman2018-07-072-14/+33
| |
* | Merge pull request #828 from 0xProject/feature/website/portal-improvementsBrandon Millman2018-07-074-4/+12
|\ \ | |/ |/| Fix some portal bugs, and poll for best gas price
| * address CR feedbackfragosti2018-07-071-1/+2
| |
| * Make wallet height responsivefragosti2018-07-061-1/+1
| |
| * 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
| |
* | Unify large and small padding in PortalBrandon Millman2018-07-061-13/+6
| |
* | Implement landing page change in preperation for portalBrandon Millman2018-07-065-26/+28
| |
* | Various fixes for portal on mobile and top bar layoutBrandon Millman2018-07-064-42/+71
|/
* Rename getBestDownloadLink to getBestWalletDownloadLinkAndIsMobilefragosti2018-07-062-2/+2
|
* No longer elevate relayer grid tile on long pressfragosti2018-07-041-2/+3
|
* 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-0413-233/+286
|\ | | | | | | feature/website/portal-mobile-improvements
| * Merge pull request #811 from 0xProject/feature/website/onboarding-polish-2Francesco Agosti2018-07-045-38/+76
| |\ | | | | | | Add Hotjar, and other small improvements
| | * Fix lintingfragosti2018-07-042-3/+2
| | |
| | * Merge branch 'fixed-position-onboarding' into ↵fragosti2018-07-042-33/+67
| | |\ | | | | | | | | | | | | feature/website/onboarding-polish-2
| | | * Implement fixed position onboarding optionfragosti2018-07-032-33/+67
| | | |
| | * | Add media file and remove stray commentfragosti2018-07-031-2/+0
| | |/
| | * Add media query abstraction around ScreenWidths and stop relayer grid hover ↵fragosti2018-07-032-1/+5
| | | | | | | | | | | | effect on mobile
| | * Remove max-width from onboarding card to support iPadfragosti2018-07-031-1/+1
| | |
| | * Only auto-start onboarding if blockchain is loadedfragosti2018-07-031-2/+5
| | |
| * | Merge pull request #799 from 0xProject/feature/website/wallet-menuBrandon Millman2018-07-048-195/+210
| |\ \ | | | | | | | | Add menu for at the top of wallet and top right component
| | * | Remove InstallPromptBrandon Millman2018-07-042-61/+0
| | | |
| | * | Implement clickaway for wallet menu on mobileBrandon Millman2018-07-042-14/+24
| | | |
| | * | Add optional onClick to Link simple menu itemBrandon Millman2018-07-031-2/+7
| | | |
| | * | Lint fixesBrandon Millman2018-07-024-17/+5
| | | |
| | * | More cleanupBrandon Millman2018-07-022-31/+31
| | | |
| | * | Consolidate logic for common menu itemsBrandon Millman2018-07-023-33/+74
| | | |
| | * | Give connected header accessory more paddingBrandon Millman2018-07-021-9/+13
| | | |
| | * | Implement correct behavior for menu in the walletBrandon Millman2018-07-025-27/+49
| | | |
| | * | Add menu to walletBrandon Millman2018-07-021-8/+32
| | | |
| | * | Implement simple menuBrandon Millman2018-07-025-91/+50
| | | |
| | * | Clean up a bit of the provider display logicBrandon Millman2018-07-023-73/+80
| | | |
| | * | Implement icon buttonBrandon Millman2018-07-022-2/+18
| | |/
* | | Prompt user to download Toshi or MetaMask in install wallet onboarding stepfragosti2018-07-042-45/+37
| | |
* | | Show different download links and icons when on mobilefragosti2018-07-042-20/+45
| | |
* | | Rename isMobile utility fn to be more specific and add isMobileOperatingSystemfragosti2018-07-042-4/+4
|/ /
* | Merge pull request #808 from 0xProject/feature/website/better-balance-formattingBrandon Millman2018-07-031-15/+5
|\ \ | | | | | | Add better balance formatting rules for balances and usd values
| * | Add better balance formatting rules for balances and usd valuesBrandon Millman2018-07-031-15/+5
| |/
* | Merge pull request #810 from 0xProject/feature/wesbite/remove-add-balanceBrandon Millman2018-07-035-42/+2
|\ \ | | | | | | Remove increase balance link from balance_bounded_input component
| * | Remove increase balance link from balance_bounded_input componentBrandon Millman2018-07-035-42/+2
| | |
* | | Use new lock svgBrandon Millman2018-07-031-2/+2
|/ /
* | Always show the wrap ether row in between ETH and WETHBrandon Millman2018-07-032-18/+20
| |
* | Update start onboarding copy and relayer grid empty colorBrandon Millman2018-07-032-7/+7
|/
* Update relayer grid tiles to use TextBrandon Millman2018-07-012-50/+17
|
* Remove state variable from Link component in Portalfragosti2018-06-301-4/+1
|
* Remove extra call to scrollIntoView for wallet in onboardingfragosti2018-06-301-4/+0
|
* Bump automatic show onborading delay by 1000msfragosti2018-06-301-1/+1
|
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-3018-376/+552
|\ | | | | | | feature/website/portal-onboarding-polish
| * Change function to a constBrandon Millman2018-06-301-2/+2
| |
| * Move wallet scrollIntoView into PortalOnboardingFlowBrandon Millman2018-06-302-7/+7
| |
| * Add dollar sign to NullTokenRowBrandon Millman2018-06-291-1/+1
| |
| * Remove unused imports and variablesBrandon Millman2018-06-295-20/+1
| |
| * Refactor inline styles out of WalletBrandon Millman2018-06-295-123/+139
| |
| * Remove some hardcoded MetaMask colorsBrandon Millman2018-06-291-3/+3
| |
| * Create AccountConnection componentBrandon Millman2018-06-293-31/+61
| |
| * Fix scrollbar bugBrandon Millman2018-06-291-1/+1
| |
| * Start onboarding from relayer indexBrandon Millman2018-06-291-6/+20
| |
| * Fix learn how to set up account layoutBrandon Millman2018-06-292-11/+13
| |
| * Fix typoBrandon Millman2018-06-291-1/+1
| |
| * Get rid of unused stuff in walletBrandon Millman2018-06-291-65/+1
| |
| * Fix body overlay on mobileBrandon Millman2018-06-292-3/+3
| |
| * Change learn how to update your account stylingBrandon Millman2018-06-291-27/+17
| |
| * Fix key issue and remove WalletDisconnectedItemBrandon Millman2018-06-292-112/+1
| |
| * Implement new locked and uninstalled statesBrandon Millman2018-06-295-4/+175
| |
| * Fix off center icon in walletBrandon Millman2018-06-291-4/+7
| |
| * Change wallet margin based on hover to prevent re-layoutBrandon Millman2018-06-291-0/+1
| |
| * Update ProviderDisplay with new designBrandon Millman2018-06-293-31/+90
| |
| * Implement provider name in headerBrandon Millman2018-06-291-3/+17
| |
| * Implement loading body rowsBrandon Millman2018-06-293-26/+80
| |
| * Added Circle componentBrandon Millman2018-06-292-3/+18
| |
* | Fix onboarding always startingfragosti2018-06-301-1/+2
| |
* | Rename userHasAllowances bool to follow proper conventionfragosti2018-06-302-6/+6
| |
* | Allow you to continue the onboarding flow once youve installed metamask and ↵fragosti2018-06-302-11/+12
| | | | | | | | refreshed the page
* | Use Image component where relevant and add back tracked token timestamp logicfragosti2018-06-303-8/+24
| |
* | Bold all balances in onboardingfragosti2018-06-292-6/+8
| |
* | Customize allowance setting onboarding step if you have your allowances setfragosti2018-06-292-0/+4
| |
* | Re-center react-popper on every stepfragosti2018-06-292-16/+4
| |
* | Fix button hover and active hover statefragosti2018-06-291-1/+1
| |
* | Show eth balance in add eth balance onboarding stepfragosti2018-06-293-11/+16
| |
* | Change onboarding flow to communicate 3 stepsfragosti2018-06-292-6/+10
| |
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-2912-133/+124
|\| | | | | | | feature/website/portal-onboarding-polish
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-2911-48/+77
| |\ | | | | | | | | | feature/website/support-new-metamask
| | * Remove isTracked field on token in favor of trackedTimestampBrandon Millman2018-06-297-18/+19
| | |
| | * Use moment and lodashBrandon Millman2018-06-292-2/+3
| | |
| | * Sort wallet tokens by timestamp added and scroll to newly added tokenBrandon Millman2018-06-294-11/+20
| | |
| * | Changing provider to ledger more consistent with previous experiencefragosti2018-06-281-2/+0
| | |
| * | Fix convention stufffragosti2018-06-281-5/+5
| | |
| * | Remove IS_MAINNET_ENABLED configfragosti2018-06-282-68/+47
| | |
| * | Never use trackedTokenState when fetching new token statefragosti2018-06-271-6/+5
| | |
| * | Fix bug where we are requesting tokens on a different networkfragosti2018-06-271-1/+1
| | |
| * | Remove unused variablesfragosti2018-06-272-6/+5
| | |
| * | Fix stateful ledger dialog edge statefragosti2018-06-271-0/+1
| | |
| * | Get things working with legacy portalfragosti2018-06-271-10/+8
| | |
| * | Fix subtle issues with ledger config dialogfragosti2018-06-272-10/+12
| | |
| * | Ledger to metamask to ledger workingfragosti2018-06-271-3/+4
| | |
| * | Have basic network switching workingfragosti2018-06-263-9/+13
| | |
* | | Scroll to top when going to relayers page from onboardingfragosti2018-06-281-0/+1
| | |
* | | Bring you directly to relayers page once you finish onboardingfragosti2018-06-283-1/+14
| | |
* | | Remove period in title from last stepfragosti2018-06-281-1/+1
| | |
* | | Always restart onboarding from 0 and other small improvementsfragosti2018-06-281-3/+3
| | |
* | | Customize flow depending on what steps you've completedfragosti2018-06-284-20/+43
| | |
* | | Break wrapping ETH into a 3rd stepfragosti2018-06-282-5/+24
| | |
* | | Fix animation when coming from bottomfragosti2018-06-281-0/+6
| | |
* | | Fix width issue with onboarding card on mobilefragosti2018-06-282-1/+3
| | |
* | | Clicking overlay closes onboardingfragosti2018-06-284-6/+12
| | |
* | | Fix z index issue with wrap buttons and onboarding cardsfragosti2018-06-282-1/+2
| | |
* | | Break wrath ETH step into 2fragosti2018-06-283-70/+72
| | |
* | | Fix skip button position on first stepfragosti2018-06-281-11/+15
| | |
* | | Make onboarding bounce around lessfragosti2018-06-282-13/+5
| | |
* | | Scroll to wallet when onboarding automatically starts as wellfragosti2018-06-281-1/+4
| |/ |/|
* | Polish asset picker layoutBrandon Millman2018-06-271-4/+4
| |
* | Update relayer grid fallback iconBrandon Millman2018-06-271-1/+1
| |
* | Change metamask install link based on browserBrandon Millman2018-06-261-14/+33
|/
* Remove extra border from the bottom of the walletBrandon Millman2018-06-231-3/+11
|
* Do not render ZRX or WETH as removable tracked tokensBrandon Millman2018-06-231-1/+4
|
* Center items in portal drawer headerBrandon Millman2018-06-231-1/+1
|
* Fix issue where hovered tiles appear over top barfragosti2018-06-231-5/+9
|
* Merge pull request #746 from 0xProject/feature/website/relayer-grid-polishFrancesco Agosti2018-06-239-151/+130
|\ | | | | Relayer grid polish
| * Remove unecessary position relative rulesfragosti2018-06-232-2/+4
| |
| * Lint and fix typofragosti2018-06-222-2/+2
| |
| * Fix z-index issuesfragosti2018-06-225-49/+60
| |
| * Fix issues that arose from mergefragosti2018-06-222-4/+8
| |
| * Remove Background componentBrandon Millman2018-06-224-56/+12
| |
| * Padding adjustmentBrandon Millman2018-06-221-1/+2
| |
| * Remove styles from Portal componentBrandon Millman2018-06-221-24/+13
| |
| * Add Background componentBrandon Millman2018-06-222-14/+34
| |
| * Various relayer grid ui polish itemsBrandon Millman2018-06-224-41/+37
| |
* | Pulled out reset AssetPicker state into a common variableBrandon Millman2018-06-231-15/+9
| |
* | Do not add empty token to local storageBrandon Millman2018-06-221-0/+8
|/
* Fix Island componentfragosti2018-06-221-2/+2
|
* Fix lintingfragosti2018-06-221-2/+2
|
* Buttons look hella disabled nowfragosti2018-06-222-9/+17
|
* Remove border radius, fix width issue for unlock stepfragosti2018-06-224-5/+12
|
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-225-11/+12
|\ | | | | | | feature/website/mobile-friendly-onboarding
| * Merge pull request #734 from 0xProject/feature/website/shadow-stylingBrandon Millman2018-06-223-9/+7
| |\ | | | | | | Update Island shadow styling and use Island in more places
| | * Update Island shadow styling and use Island in more placesBrandon Millman2018-06-203-9/+7
| | |
| * | Merge pull request #733 from 0xProject/bug/website/identicon-layoutBrandon Millman2018-06-213-3/+6
| |\ \ | | |/ | |/| Move some layout logic out of the Identicon component
| | * Move some layout logic out of the Identicon componentBrandon Millman2018-06-203-3/+6
| | |
* | | Prevent prettier issuefragosti2018-06-211-10/+8
| | |
* | | Support mobile friendly onboarding flowsfragosti2018-06-218-86/+177
| | |
* | | Scroll to wallet for mobile onboardingfragosti2018-06-211-23/+28
| | |
* | | Change Island to use styled-componentsfragosti2018-06-201-15/+8
| | |
* | | Show start onboarding flow button on top of wallet on mobilefragosti2018-06-201-25/+29
|/ /
* | Merge pull request #724 from 0xProject/bug/website/onboarding-improvementsFrancesco Agosti2018-06-203-7/+20
|\ \ | | | | | | Fix Wallet appearing over Drawer, and Onboarding not exiting when changing routes
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-2012-64/+134
| |\| | | | | | | | | | bug/website/onboarding-improvements
| * | Fix onboarding persisting when changing routesfragosti2018-06-192-3/+12
| | |
| * | Only elevate wallet zIndex when onboarding is in progressfragosti2018-06-192-4/+8
| | |
* | | Merge pull request #727 from ↵Francesco Agosti2018-06-201-3/+7
|\ \ \ | |_|/ |/| | | | | | | | 0xProject/bug/website/fix-fetching-balances-on-wallet-login Fix bug where we do not fetch balances on wallet login
| * | Fix linting issuefragosti2018-06-191-1/+1
| | |
| * | Fix bug where we do fetch balances on wallet loginfragosti2018-06-191-3/+7
| |/
* | Merge pull request #723 from 0xProject/bug/website/drawer-addressBrandon Millman2018-06-205-48/+63
|\ \ | | | | | | Consolidate account state display message logic
| * | Use Image component instead of img tagBrandon Millman2018-06-203-8/+9
| | |
| * | Consolidate account state messaging logicBrandon Millman2018-06-194-47/+61
| |/
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-2021-130/+522
|\ \ | | | | | | | | | feature/website/portal-v2-analytics
| * | Increase number of columns in relayer grid for small screensBrandon Millman2018-06-191-1/+1
| |/
| * Merge pull request #712 from 0xProject/feature/website/portal-faceliftBrandon Millman2018-06-195-42/+66
| |\ | | | | | | Change relayer grid tile to use logos and primary colors
| | * Create a shared Image componentBrandon Millman2018-06-192-35/+48
| | |
| | * Update RelayerGridTile render logic to incorportate colors and logosBrandon Millman2018-06-172-14/+22
| | |
| | * Add max width to top barBrandon Millman2018-06-172-1/+3
| | |
| | * Set max-width for LargeLayoutBrandon Millman2018-06-171-4/+5
| | |
| * | Finish last onboarding stepfragosti2018-06-164-2/+24
| | |
| * | Finish set allowance stepfragosti2018-06-162-5/+32
| | |
| * | Add all steps to their own filefragosti2018-06-169-71/+184
| | |
| * | Prettify account setup and add eth steps of onboardingfragosti2018-06-163-3/+32
| | |
| * | Make metamask part of the fow prettyfragosti2018-06-163-7/+35
| | |
| * | Make start onboarding button prettyfragosti2018-06-161-2/+17
| | |
| * | Improve styles of onboarding tooltipfragosti2018-06-167-53/+117
| | |
| * | Add Pointer componentfragosti2018-06-152-16/+87
| |/
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-1511-55/+141
|\| | | | | | | feature/website/portal-v2-analytics
| * Merge pull request #695 from ↵Francesco Agosti2018-06-155-21/+80
| |\ | | | | | | | | | | | | 0xProject/feature/website/onboarding-flow-allowances Implement allowances and final "congrats" onboarding flow step
| | * Run prettifyfragosti2018-06-151-7/+8
| | |
| | * Implement allowance and final flow stepfragosti2018-06-134-16/+39
| | |
| | * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-1316-30/+28
| | |\ | | | | | | | | | | | | feature/website/onboarding-flow-allowances
| | * \ Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-0739-167/+156
| | |\ \ | | | | | | | | | | | | | | | feature/website/onboarding-flow-allowances
| | * | | Render TokenAllowancefragosti2018-06-071-3/+18
| | | | |
| | * | | Add utilities for getting tokens from tokensByAddressfragosti2018-06-072-1/+8
| | | | |
| | * | | Wrap AllowanceToggle in redux containerfragosti2018-06-074-11/+24
| | | | |
| * | | | Add back redirector behind feature flagBrandon Millman2018-06-141-0/+9
| | | | |
| * | | | Update minHeight in TextBrandon Millman2018-06-141-1/+1
| | | | |
| * | | | Use Text in OpenPositionsBrandon Millman2018-06-131-1/+1
| | | | |
| * | | | Use Text component for HeaderItemBrandon Millman2018-06-131-0/+2
| | | | |
| * | | | Move FilledImage into components/uiBrandon Millman2018-06-131-0/+18
| | | | |
| * | | | Replace FlatButton with Button in RetryBrandon Millman2018-06-131-12/+12
| | | | |
| * | | | Add font family to Button component and use in Join0x componentBrandon Millman2018-06-131-1/+3
| | | | |
| * | | | Fix lint errorsBrandon Millman2018-06-132-2/+0
| | | | |
| * | | | Implement large screen open positionsBrandon Millman2018-06-132-29/+36
| | | | |
| * | | | Skeleton for jobs page and initial implementationBrandon Millman2018-06-131-9/+0
| | |_|/ | |/| |