aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/onboarding
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-2010-62/+316
| |\
| * \ 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-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
|\|
| * 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 0xProject/feature/website/landing-subscribe-butt...Francesco Agosti2018-06-061-1/+1
|\ \ | |/ |/|
| * Merge branch 'feature/website/landing-subscribe-button' into feature/website/...fragosti2018-06-021-1/+1
| |\
| | * 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