aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/onboarding
Commit message (Collapse)AuthorAgeFilesLines
* fix(website): update Animation component for styled components v4Brandon Millman2018-12-181-2/+2
|
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-185-6/+6
|
* Update everything to Coinbase Wallet instead of Toshifragosti2018-09-261-2/+2
|
* Update lock icon in onboardingBrandon Millman2018-08-211-1/+3
|
* Make tooltip appear to the left of the toggle when onboarding in progressfragosti2018-07-251-1/+1
|
* Fix wrap button alignment issuefragosti2018-07-251-10/+9
|
* Move update onboarding step tracking to onboarding flow codefragosti2018-07-141-0/+3
|
* Fix logging typofragosti2018-07-131-1/+1
|
* Make Analytics API non-asyncfragosti2018-07-131-4/+2
|
* Add no-floating-promises ignore commentsfragosti2018-07-121-0/+2
|
* Integrate heap analyticsfragosti2018-07-121-7/+2
|
* Replace calls to google analytics with calls to heapfragosti2018-07-121-5/+10
|
* 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-073-26/+20
|
* address CR feedbackfragosti2018-07-071-1/+2
|
* Just disable closing onboarding by clicking outside for firefoxfragosti2018-07-061-3/+1
|
* Fix onboarding closing on unlock metamask step on click outsidefragosti2018-07-062-2/+8
|
* Rename getBestDownloadLink to getBestWalletDownloadLinkAndIsMobilefragosti2018-07-061-1/+1
|
* Fix issue where onboarding doesn't scroll to wallet when starting from ↵fragosti2018-07-041-5/+4
| | | | relayers page
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-07-044-38/+72
|\ | | | | | | feature/website/portal-mobile-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-031-1/+1
| | | | | | | | 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
| |
* | Prompt user to download Toshi or MetaMask in install wallet onboarding stepfragosti2018-07-041-12/+35
| |
* | Rename isMobile utility fn to be more specific and add isMobileOperatingSystemfragosti2018-07-041-1/+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-301-1/+7
|\ | | | | | | feature/website/portal-onboarding-polish
| * Move wallet scrollIntoView into PortalOnboardingFlowBrandon Millman2018-06-301-1/+7
| |
* | 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-302-6/+8
| |
* | 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-291-0/+2
| |
* | 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-291-6/+11
|\| | | | | | | feature/website/portal-onboarding-polish
| * Fix convention stufffragosti2018-06-281-5/+5
| |
| * Have basic network switching workingfragosti2018-06-261-3/+8
| |
* | 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 width issue with onboarding card on mobilefragosti2018-06-281-1/+1
| |
* | Clicking overlay closes onboardingfragosti2018-06-283-4/+11
| |
* | Fix z index issue with wrap buttons and onboarding cardsfragosti2018-06-281-1/+1
| |
* | 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-281-3/+3
| |
* | Scroll to wallet when onboarding automatically starts as wellfragosti2018-06-281-1/+4
|/
* Fix issues that arose from mergefragosti2018-06-221-1/+5
|
* Buttons look hella disabled nowfragosti2018-06-221-5/+5
|
* Remove border radius, fix width issue for unlock stepfragosti2018-06-223-3/+6
|
* Prevent prettier issuefragosti2018-06-211-10/+8
|
* Support mobile friendly onboarding flowsfragosti2018-06-214-78/+131
|
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-201-2/+17
|\ | | | | | | bug/website/onboarding-improvements
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-2010-62/+316
| |\ | | | | | | | | | feature/website/portal-v2-analytics
| * \ Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-151-9/+65
| |\ \ | | | | | | | | | | | | feature/website/portal-v2-analytics
| * | | Run linterfragosti2018-06-151-1/+1
| | | |
| * | | Add Portal v2 loggingfragosti2018-06-151-2/+17
| | | |
* | | | Fix onboarding persisting when changing routesfragosti2018-06-191-2/+11
| |_|/ |/| |
* | | Finish last onboarding stepfragosti2018-06-164-2/+24
| | |
* | | Finish set allowance stepfragosti2018-06-162-5/+32
| | |
* | | Add all steps to their own filefragosti2018-06-166-62/+177
| | |
* | | Prettify account setup and add eth steps of onboardingfragosti2018-06-161-3/+30
| | |
* | | Make metamask part of the fow prettyfragosti2018-06-161-3/+26
| | |
* | | Improve styles of onboarding tooltipfragosti2018-06-163-40/+77
| | |
* | | Add Pointer componentfragosti2018-06-151-16/+19
| |/ |/|
* | Run prettifyfragosti2018-06-151-7/+8
| |
* | Implement allowance and final flow stepfragosti2018-06-131-14/+36
| |
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-072-3/+0
|\| | | | | | | feature/website/onboarding-flow-allowances
| * Try enabling no-unused-variable...fragosti2018-06-052-3/+0
| |
* | Render TokenAllowancefragosti2018-06-071-3/+18
| |
* | Add utilities for getting tokens from tokensByAddressfragosti2018-06-071-0/+3
| |
* | Wrap AllowanceToggle in redux containerfragosti2018-06-071-0/+15
| |
* | Merge pull request #652 from ↵Francesco Agosti2018-06-061-1/+1
|\ \ | |/ |/| | | | | 0xProject/feature/website/landing-subscribe-button-2 Implement subscribe form on landing page
| * Merge branch 'feature/website/landing-subscribe-button' into ↵fragosti2018-06-021-1/+1
| |\ | | | | | | | | | feature/website/landing-subscribe-button-2
| | * Add styled-components and polishedfragosti2018-06-021-1/+1
| | |
* | | Address feedbackfragosti2018-06-051-4/+4
| | |
* | | Implement WETH step logic for continuefragosti2018-06-051-3/+8
|/ /
* / Change userEtherBalanceInWei to optional so we can know if its loadingBrandon Millman2018-06-011-2/+2
|/
* Onboarding: implement add ETH step, and stub for add WETH stepfragosti2018-05-303-32/+89
|
* Address PR feedbackfragosti2018-05-302-11/+11
|
* Remove blacklist conceptfragosti2018-05-303-64/+20
|
* Some cleanupfragosti2018-05-302-11/+13
|
* Improve tooltip lookfragosti2018-05-302-8/+16
|
* 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
|
* 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-262-10/+57
|
* Improve OnboardingFlow API and typescript typesfragosti2018-05-252-9/+5
|
* Address PR feedbackfragosti2018-05-251-9/+3
|
* Fix build errorsfragosti2018-05-251-1/+1
|
* Fix issue where modal can be out of sync with app statefragosti2018-05-252-10/+31
|
* Basic onboarding flow infrastructure set upfragosti2018-05-252-0/+60