aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components
Commit message (Collapse)AuthorAgeFilesLines
* Implement new version dropdown and remove it from nestedTopBarFabio Berger2018-10-132-1/+86
|
* fix: Remove unnecessary onClick prop from NestedSidebar, since one can ↵Fabio Berger2018-10-131-4/+2
| | | | listen to container element onClick
* Pass down sidebar instead of sectionNameToLinksFabio Berger2018-10-131-8/+3
|
* Refactor Home so that Dev section chrome is reusable across pagesFabio Berger2018-10-123-4/+133
|
* fix(website): remove deadzone between "Developers" menu item and dropdown so ↵Fabio Berger2018-10-112-2/+2
| | | | it never closes when hovering between the two
* fix(website): Avoid hover activated dropdown from closing when activeNode is ↵Fabio Berger2018-10-111-1/+6
| | | | clicked
* Fix liinterFabio Berger2018-10-062-2/+1
|
* Convert TutorialButton to styled componentFabio Berger2018-10-061-64/+45
|
* Convert more divs to containers and text componentsFabio Berger2018-10-054-57/+57
|
* remove inline styleFabio Berger2018-10-051-4/+1
|
* Remove type prop and instead infer it from the value of toFabio Berger2018-10-055-32/+26
|
* Remove style prop from LinkFabio Berger2018-10-058-32/+20
|
* Fix bug where wiki links in dev dropdown weren't working when on the wikiFabio Berger2018-10-052-6/+11
|
* Convert more divs to ContainersFabio Berger2018-10-041-23/+16
|
* Use Container and Text where possibleFabio Berger2018-10-041-12/+11
|
* Fix linterFabio Berger2018-10-041-5/+5
|
* Remove todoFabio Berger2018-10-041-1/+0
|
* Fix nitFabio Berger2018-10-031-1/+1
|
* Use same Link UI component for react-scroll linksFabio Berger2018-10-0314-124/+31
|
* remove stray consoleFabio Berger2018-10-031-3/+0
|
* Make whole bottom bar clickable not just the textFabio Berger2018-10-031-13/+13
|
* Don't make opening links in new tab a defaultFabio Berger2018-10-031-3/+6
|
* Add border underneath logo while user is scrollingFabio Berger2018-10-031-0/+1
|
* Fix linkFabio Berger2018-10-031-1/+6
|
* Convert remaining Links to new UI componentFabio Berger2018-10-033-4/+31
|
* Use new Link UI component everywhere, and add complementary ALink typeFabio Berger2018-10-0316-197/+170
|
* Improve mobile paddingFabio Berger2018-10-021-1/+1
|
* Make menuSubsectionsBySection optionalFabio Berger2018-10-021-1/+0
|
* Add comment about link componentFabio Berger2018-10-021-0/+5
|
* Move colors to colors.ts fileFabio Berger2018-10-021-3/+3
|
* Fix bug where button wouldn't be highlighted after hitting browser back ↵Fabio Berger2018-10-021-0/+4
| | | | button despite the cursor resting above it
* Prefer basscss over styleFabio Berger2018-10-021-1/+1
|
* Fix linterFabio Berger2018-10-011-8/+2
|
* Fix incorrect merge errorsFabio Berger2018-10-011-1/+1
|
* fix mergeFabio Berger2018-10-011-7/+11
|\
| * mergeFabio Berger2018-10-013-122/+196
| |\
| | * Use Container instead of divFabio Berger2018-09-171-6/+10
| | |
| | * Fix linterFabio Berger2018-08-301-1/+1
| | |
| | * Fix prettierFabio Berger2018-08-291-1/+1
| | |
* | | Add mobile menu to overview pageFabio Berger2018-09-281-2/+18
| | |
* | | Add sidebar menu, proper scrolling and mobile-optimizeFabio Berger2018-09-282-8/+10
| | |
* | | Import ObjectMap from types now that it's movedFabio Berger2018-09-281-1/+2
| | |
* | | merge developmentFabio Berger2018-09-2826-157/+223
|\| |
| * | remove items-center classnamefragosti2018-09-261-1/+1
| | |
| * | Update everything to Coinbase Wallet instead of Toshifragosti2018-09-262-5/+5
| | |
| * | When number of relayers is less than number of columns, reduce column number ↵Brandon Millman2018-09-261-1/+5
| | | | | | | | | | | | to number of relayers
| * | Fix order creation and fill flow in Portalfragosti2018-09-181-1/+1
| | |
| * | Fix minting for new tokens on testnetsfragosti2018-09-071-16/+2
| | |
| * | Run linterfragosti2018-09-051-3/+0
| | |
| * | Merge branch 'feature/website/update-portal-v2' of ↵fragosti2018-09-051-1/+0
| |\ \ | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo into feature/website/update-portal-v2
| | * | Remove unused imports and console.logFabio Berger2018-09-051-4/+1
| | | |
| | * | remove console logFabio Berger2018-09-051-1/+0
| | | |
| | * | merge developmentFabio Berger2018-09-054-2/+90
| | |\ \
| * | | | Use order parser utils from order utilsfragosti2018-09-053-6/+2
| | | | |
| * | | | Merge https://github.com/0xProject/0x-monorepo into ↵fragosti2018-09-054-2/+90
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / feature/website/update-portal-v2
| | * | Remove unused importsLeonid Logvinov2018-09-041-1/+0
| | | |
| | * | Merge pull request #1047 from 0xProject/feature/re-add-no-unused-variablesFrancesco Agosti2018-08-311-1/+1
| | |\ \ | | | | | | | | | | Re-add no-unused-variable tslint rule
| | | * | Fix unused vars for react-shared and websitefragosti2018-08-311-1/+1
| | | | |
| | * | | Add careers page to top barfragosti2018-08-311-1/+11
| | | | |
| | * | | Final tweaksfragosti2018-08-312-0/+2
| | | | |
| | * | | Add TypedText component and use it on landing pagefragosti2018-08-312-0/+77
| | |/ /
| * | | Remove cancel checkBrandon Millman2018-08-311-5/+0
| | | |
| * | | Update generate and fill order flowsBrandon Millman2018-08-313-24/+11
| | | |
| * | | Initial changes for v2 portalBrandon Millman2018-08-316-98/+112
| |/ /
| * | Revert "Simplify dropdown component"fragosti2018-08-291-15/+25
| | | | | | | | | | | | This reverts commit 91a9014a50cca8e0d42634666fe409839aeae8cf.
| * | Revert "Have new Popover component working in React 16"fragosti2018-08-297-84/+34
| | | | | | | | | | | | This reverts commit 5785ec0713c39466b3a6a171f5f0a2d38207b44b.
| * | Revert "Enable hovering state for dropdown"fragosti2018-08-293-10/+7
| | | | | | | | | | | | This reverts commit ac1640140c9279ac9e8a92d84702a2f84d9165fb.
| * | Enable hovering state for dropdownfragosti2018-08-293-7/+10
| | |
| * | Have new Popover component working in React 16fragosti2018-08-287-34/+84
| | |
| * | Simplify dropdown componentfragosti2018-08-251-25/+15
| | |
| * | Change all onTouchTap to onClickfragosti2018-08-2513-18/+18
| | |
* | | Move more text over to translation filesFabio Berger2018-09-262-10/+11
| | |
* | | Implement dev homeFabio Berger2018-09-262-5/+78
| | |
* | | Fix logo to link to docs homeFabio Berger2018-09-261-1/+1
| | |
* | | Use new link component in Developer dropdownFabio Berger2018-09-261-21/+14
| | |
* | | Create a link ui component that abstracts away interval vs. internal linksFabio Berger2018-09-261-0/+42
| | |
* | | Implement new responsive, dev section header and home scaffoldingFabio Berger2018-09-173-27/+36
| | |
* | | Implement dev topbarFabio Berger2018-08-292-27/+73
| | |
* | | Merge branch 'dev-dropdown' into doc-overview-pageFabio Berger2018-08-281-11/+7
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * dev-dropdown: Update to latest react-shared Use translation helper Use generatic ObjectMap type fix(contracts): Catch cases where the actual error differs from the expected error (#1032) Add clarifying comments Remove redundant mstores from fillOrderNoThrow fix(contracts): Use correct error message for division by zero
| * | Update to latest react-sharedFabio Berger2018-08-281-3/+0
| | |
| * | Use translation helperFabio Berger2018-08-281-1/+1
| | |
| * | Use generatic ObjectMap typeFabio Berger2018-08-281-10/+9
| | |
* | | Swap out linkFabio Berger2018-08-281-1/+1
| | |
* | | Begin implementing doc home pageFabio Berger2018-08-282-0/+123
|/ /
* | Move colors to colors moduleFabio Berger2018-08-271-3/+11
| |
* | Add developers dropdown to topBarFabio Berger2018-08-271-123/+6
| |
* | Implement Developers dropdownFabio Berger2018-08-271-0/+180
| |
* | Add ability to specify styling to popover containerFabio Berger2018-08-271-0/+3
|/
* 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
| | |