aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/onboarding/portal_onboarding_flow.tsx
Commit message (Expand)AuthorAgeFilesLines
* Fix convention stufffragosti2018-06-281-5/+5
* Have basic network switching workingfragosti2018-06-261-3/+8
* 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