aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/wallet
Commit message (Expand)AuthorAgeFilesLines
* fix(website): fix code splittingBrandon Millman2018-11-121-1/+1
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-182-5/+5
* Update everything to Coinbase Wallet instead of Toshifragosti2018-09-261-3/+3
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-07-251-7/+1
|\
| * WIP for sending ether from portal (works)fragosti2018-07-191-7/+1
* | Make tooltip appear to the left of the toggle when onboarding in progressfragosti2018-07-251-0/+3
* | Fix wrap button alignment issuefragosti2018-07-251-17/+11
* | WIP for allowance toggle redesign workingfragosti2018-07-211-2/+8
* | Show token name dynamically in tooltipfragosti2018-07-211-1/+1
* | Add loading statefragosti2018-07-211-1/+1
* | Have basic lock and check working in waleltfragosti2018-07-201-13/+15
|/
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-07-142-17/+22
|\
| * Make Analytics API non-asyncfragosti2018-07-132-12/+6
| * Add no-floating-promises ignore commentsfragosti2018-07-122-0/+6
| * Integrate heap analyticsfragosti2018-07-122-10/+8
| * Replace calls to google analytics with calls to heapfragosti2018-07-122-13/+20
* | Make error reporter not return a promise and add more environment possibilitiesfragosti2018-07-131-1/+1
|/
* Create Balance component and make token symbols smaller than token amountsfragosti2018-07-071-6/+2
* Give Wallet a min heightfragosti2018-07-071-1/+1
* Merge pull request #828 from 0xProject/feature/website/portal-improvementsBrandon Millman2018-07-071-1/+1
|\
| * Make wallet height responsivefragosti2018-07-061-1/+1
* | Implement landing page change in preperation for portalBrandon Millman2018-07-061-1/+1
* | Various fixes for portal on mobile and top bar layoutBrandon Millman2018-07-061-2/+2
|/
* Rename getBestDownloadLink to getBestWalletDownloadLinkAndIsMobilefragosti2018-07-061-1/+1
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-07-041-11/+51
|\
| * Merge pull request #799 from 0xProject/feature/website/wallet-menuBrandon Millman2018-07-041-11/+51
| |\
| | * Implement clickaway for wallet menu on mobileBrandon Millman2018-07-041-2/+4
| | * Lint fixesBrandon Millman2018-07-021-2/+0
| | * More cleanupBrandon Millman2018-07-021-30/+31
| | * Consolidate logic for common menu itemsBrandon Millman2018-07-021-13/+9
| | * Give connected header accessory more paddingBrandon Millman2018-07-021-9/+13
| | * Implement correct behavior for menu in the walletBrandon Millman2018-07-021-11/+11
| | * Add menu to walletBrandon Millman2018-07-021-8/+32
| | * Implement icon buttonBrandon Millman2018-07-021-0/+15
* | | Prompt user to download Toshi or MetaMask in install wallet onboarding stepfragosti2018-07-041-33/+2
* | | Show different download links and icons when on mobilefragosti2018-07-041-20/+41
|/ /
* | 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 valuesBrandon Millman2018-07-031-15/+5
| |/
* / Always show the wrap ether row in between ETH and WETHBrandon Millman2018-07-032-18/+20
|/
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-307-303/+374
|\
| * Add dollar sign to NullTokenRowBrandon Millman2018-06-291-1/+1
| * Remove unused imports and variablesBrandon Millman2018-06-292-16/+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-291-10/+16
| * Fix scrollbar bugBrandon Millman2018-06-291-1/+1
| * 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
| * Fix key issue and remove WalletDisconnectedItemBrandon Millman2018-06-292-112/+1
| * Implement new locked and uninstalled statesBrandon Millman2018-06-292-0/+167
| * 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-291-1/+1
| * Implement provider name in headerBrandon Millman2018-06-291-3/+17
| * Implement loading body rowsBrandon Millman2018-06-291-24/+77
* | Use Image component where relevant and add back tracked token timestamp logicfragosti2018-06-301-2/+16
* | Re-center react-popper on every stepfragosti2018-06-291-16/+2
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-291-2/+16
|\|
| * Use moment and lodashBrandon Millman2018-06-291-1/+1
| * Sort wallet tokens by timestamp added and scroll to newly added tokenBrandon Millman2018-06-291-2/+16
* | Fix z index issue with wrap buttons and onboarding cardsfragosti2018-06-281-0/+1
* | Make onboarding bounce around lessfragosti2018-06-281-10/+2
|/
* Change metamask install link based on browserBrandon Millman2018-06-261-14/+33
* Remove extra border from the bottom of the walletBrandon Millman2018-06-231-3/+11
* Lint and fix typofragosti2018-06-221-1/+1
* Fix z-index issuesfragosti2018-06-221-9/+11
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-221-0/+3
|\
| * Merge pull request #733 from 0xProject/bug/website/identicon-layoutBrandon Millman2018-06-211-0/+3
| |\
| | * Move some layout logic out of the Identicon componentBrandon Millman2018-06-201-0/+3
* | | Support mobile friendly onboarding flowsfragosti2018-06-211-1/+0
|/ /
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-202-9/+30
|\|
| * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-201-5/+1
| |\
| * \ Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-151-5/+2
| |\ \
| * | | Run linterfragosti2018-06-152-5/+12
| * | | Add Portal v2 loggingfragosti2018-06-152-9/+23
* | | | Fix onboarding persisting when changing routesfragosti2018-06-191-1/+1
* | | | Only elevate wallet zIndex when onboarding is in progressfragosti2018-06-191-4/+5
| |_|/ |/| |
* | | Add all steps to their own filefragosti2018-06-161-5/+1
| |/ |/|
* | Implement allowance and final flow stepfragosti2018-06-131-1/+1
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-132-5/+5
|\|
| * Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-122-3/+3
| * Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-073-37/+15
| |\
| * | Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-061-2/+2
* | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-073-37/+15
|\ \ \ | | |/ | |/|
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-9/+14
| |\ \
| | * | Update balance amount rendering logicBrandon Millman2018-06-061-9/+14
| | |/
| * | Fix merge conflictfragosti2018-06-071-14/+0
| * | merge v2-prototypeFabio Berger2018-06-063-4/+18
| |\|
| * | Try enabling no-unused-variable...fragosti2018-06-053-58/+1
* | | Wrap AllowanceToggle in redux containerfragosti2018-06-071-5/+2
| |/ |/|
* | Move prices into portalBrandon Millman2018-06-061-30/+0
* | Merge pull request #652 from 0xProject/feature/website/landing-subscribe-butt...Francesco Agosti2018-06-063-4/+4
|\ \ | |/ |/|
| * Merge branch 'feature/website/landing-subscribe-button' into feature/website/...fragosti2018-06-023-4/+4
| |\
| | * Add styled-components and polishedfragosti2018-06-023-4/+4
* | | Address feedbackfragosti2018-06-051-2/+2
* | | Move trackedTokenStateByAddress logic into portalfragosti2018-06-051-77/+8
|/ /
* | Fix missing keyBrandon Millman2018-06-011-1/+2
* | Update placeholder param orderingBrandon Millman2018-06-011-10/+21
* | Change userEtherBalanceInWei to optional so we can know if its loadingBrandon Millman2018-06-011-6/+7
* | TweaksBrandon Millman2018-06-012-8/+29
* | Add Placeholder componentBrandon Millman2018-06-011-14/+48
* | Add StandardIconRowBrandon Millman2018-06-011-34/+41
* | Split render into loading and loaadedBrandon Millman2018-06-011-5/+11
|/
* Merge pull request #635 from 0xProject/feature/website/custom-onboarding-tooltipFrancesco Agosti2018-05-312-15/+22
|\
| * Onboarding: implement add ETH step, and stub for add WETH stepfragosti2018-05-301-13/+17
| * Address PR feedbackfragosti2018-05-301-1/+1
| * Improve tooltip lookfragosti2018-05-301-0/+3
| * Implement metamask installation flowfragosti2018-05-261-2/+2
* | Hide wallet management option and expand component on small screensBrandon Millman2018-05-261-15/+21
|/
* Address PR feedbackfragosti2018-05-251-1/+1
* Basic onboarding flow infrastructure set upfragosti2018-05-251-9/+3
* Use visibility property instead of placeholder div in wrap ether itemBrandon Millman2018-05-241-7/+4
* Merge branch 'v2-prototype' into feature/website/wallet-flex-boxBrandon Millman2018-05-242-7/+10
|\
| * Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-242-7/+10
* | Add missing keyBrandon Millman2018-05-221-3/+6
* | Use flexbox for wrapped ether itemBrandon Millman2018-05-221-21/+29
* | Re add wrapped ether itemBrandon Millman2018-05-221-7/+24
* | Rewrite balance rows using flex boxBrandon Millman2018-05-221-113/+50
|/
* Refactor portal specific colors out of react-sharedBrandon Millman2018-05-193-3/+5
* Fix prettierBrandon Millman2018-05-191-5/+1
* Center all the thingsfragosti2018-05-181-4/+18
* Refactor code in response to CR feedbackfragosti2018-05-181-1/+1
* Show error messages in the wrapped ether itemfragosti2018-05-181-7/+27
* Fix tslint false positiveBrandon Millman2018-05-181-2/+9
* Fix lint errorBrandon Millman2018-05-181-2/+1
* Fix linter errors and relayer index reloadingBrandon Millman2018-05-181-2/+1
* Add manage you wallet footerBrandon Millman2018-05-181-24/+41
* Back button and title componentsBrandon Millman2018-05-181-7/+11
* Add menuBrandon Millman2018-05-181-1/+1
* Add missing type definitionsLeonid Logvinov2018-05-142-33/+33
* Update wallet footer and add remove token functionalityBrandon Millman2018-05-101-4/+27
* Make wallet scrollableBrandon Millman2018-05-091-9/+48
* Add token flowBrandon Millman2018-05-091-1/+9
* Remove WETH special case, website backend handles this nowBrandon Millman2018-05-011-6/+2
* Hit website backend for price informationBrandon Millman2018-05-011-40/+6
* Style suggestionsBrandon Millman2018-04-281-15/+10
* Move quote currency string into configBrandon Millman2018-04-281-3/+2
* Rename baseCurrency to quoteCurrencyBrandon Millman2018-04-231-3/+3
* Remove some unused importsBrandon Millman2018-04-231-2/+1
* Rate limit crypto compare callsBrandon Millman2018-04-231-3/+25
* Refactor common fetch logic into fetch_utilsBrandon Millman2018-04-231-16/+23
* Grab price information from crypto compare apiBrandon Millman2018-04-231-8/+37
* Implement backendClient object to unify calls to the portal apiBrandon Millman2018-04-191-15/+8
* Add price information to walletBrandon Millman2018-04-181-37/+75
* Merge pull request #503 from 0xProject/feature/website/relayer-gridBrandon Millman2018-04-061-2/+2
|\
| * Implement initial relayer gridBrandon Millman2018-04-051-2/+2
* | Change undefined to nullBrandon Millman2018-04-061-3/+1
* | Fix missing key warnings in wallet componentBrandon Millman2018-04-052-5/+14
|/
* Add HACK comment and reorganize use other wallet buttonBrandon Millman2018-03-311-10/+12
* Implement wallet locked and uninstalled statesBrandon Millman2018-03-302-8/+125
* Style changesBrandon Millman2018-03-301-4/+3
* Implement ETH/WETH conversion and allowance toggle stylingBrandon Millman2018-03-232-0/+628