aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/onboarding/portal_onboarding_flow.tsx
Commit message (Expand)AuthorAgeFilesLines
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-181-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
* Make unlock metamask step look more like mockfragosti2018-07-071-2/+4
* Add updated asset for unlock metamask portal onboarding stepfragosti2018-07-071-4/+4
* Create Balance component and make token symbols smaller than token amountsfragosti2018-07-071-12/+1
* 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-061-1/+5
* Fix issue where onboarding doesn't scroll to wallet when starting from relaye...fragosti2018-07-041-5/+4
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-07-041-22/+30
|\
| * Fix lintingfragosti2018-07-041-1/+1
| * Merge branch 'fixed-position-onboarding' into feature/website/onboarding-poli...fragosti2018-07-041-19/+26
| |\
| | * Implement fixed position onboarding optionfragosti2018-07-031-19/+26
| * | Add media file and remove stray commentfragosti2018-07-031-2/+0
| |/
| * Only auto-start onboarding if blockchain is loadedfragosti2018-07-031-2/+5
* | 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
|\
| * 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-301-3/+3
* | Allow you to continue the onboarding flow once youve installed metamask and r...fragosti2018-06-301-8/+8
* | Customize allowance setting onboarding step if you have your allowances setfragosti2018-06-291-0/+1
* | Show eth balance in add eth balance onboarding stepfragosti2018-06-291-7/+1
* | Change onboarding flow to communicate 3 stepsfragosti2018-06-291-5/+5
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-291-6/+11
|\|
| * 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-281-0/+7
* | 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-281-3/+13
* | Break wrapping ETH into a 3rd stepfragosti2018-06-281-3/+14
* | Break wrath ETH step into 2fragosti2018-06-281-7/+12
* | Make onboarding bounce around lessfragosti2018-06-281-3/+3
* | Scroll to wallet when onboarding automatically starts as wellfragosti2018-06-281-1/+4
|/
* Support mobile friendly onboarding flowsfragosti2018-06-211-1/+4
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-201-2/+17
|\
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-201-23/+50
| |\
| * \ Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-151-9/+65
| |\ \
| * | | 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-161-1/+3
* | | Finish set allowance stepfragosti2018-06-161-5/+5
* | | Add all steps to their own filefragosti2018-06-161-62/+29
* | | 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-161-6/+14
| |/ |/|
* | Run prettifyfragosti2018-06-151-7/+8
* | Implement allowance and final flow stepfragosti2018-06-131-14/+36
* | 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
|/
* 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-301-30/+56
* Address PR feedbackfragosti2018-05-301-8/+8
* Remove blacklist conceptfragosti2018-05-301-9/+16
* Add types for react-popper, remove types for react-joyridefragosti2018-05-301-6/+1
* Add next buttonfragosti2018-05-261-0/+6
* Auto-show onboarding flow on first page viewfragosti2018-05-261-2/+15
* Add ability to blacklist onboarding stepsfragosti2018-05-261-29/+34
* Fix PortalOnboardingFlowPropsfragosti2018-05-261-1/+0
* Implement metamask installation flowfragosti2018-05-261-10/+50
* Improve OnboardingFlow API and typescript typesfragosti2018-05-251-6/+2
* Fix issue where modal can be out of sync with app statefragosti2018-05-251-5/+12
* Basic onboarding flow infrastructure set upfragosti2018-05-251-0/+29