aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/wallet/wallet.tsx
Commit message (Expand)AuthorAgeFilesLines
* fix(website): fix code splittingBrandon Millman2018-11-121-1/+1
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-181-2/+2
* 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
* Make Analytics API non-asyncfragosti2018-07-131-4/+2
* Add no-floating-promises ignore commentsfragosti2018-07-121-0/+2
* Integrate heap analyticsfragosti2018-07-121-5/+3
* Replace calls to google analytics with calls to heapfragosti2018-07-121-2/+2
* 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
|/
* 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
* | 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-031-16/+17
|/
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-301-201/+117
|\
| * Remove unused imports and variablesBrandon Millman2018-06-291-15/+1
| * Refactor inline styles out of WalletBrandon Millman2018-06-291-121/+27
| * Create AccountConnection componentBrandon Millman2018-06-291-10/+16
| * Fix scrollbar bugBrandon Millman2018-06-291-1/+1
| * Get rid of unused stuff in walletBrandon Millman2018-06-291-65/+1
| * Fix body overlay on mobileBrandon Millman2018-06-291-2/+3
| * Fix key issue and remove WalletDisconnectedItemBrandon Millman2018-06-291-12/+1
| * Implement new locked and uninstalled statesBrandon Millman2018-06-291-0/+20
| * 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
* | Make onboarding bounce around lessfragosti2018-06-281-10/+2
|/
* 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-201-3/+18
|\|
| * 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-151-4/+11
| * | | Add Portal v2 loggingfragosti2018-06-151-3/+11
* | | | 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-131-4/+4
|\|
| * Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-2/+2
| * Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-071-35/+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-071-35/+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-061-2/+16
| |\|
| * | Try enabling no-unused-variable...fragosti2018-06-051-56/+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-061-2/+2
|\ \ | |/ |/|
| * Merge branch 'feature/website/landing-subscribe-button' into feature/website/...fragosti2018-06-021-2/+2
| |\
| | * Add styled-components and polishedfragosti2018-06-021-2/+2
* | | 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-011-7/+28
* | 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-311-13/+20
|\
| * 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
* | 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
* Merge branch 'v2-prototype' into feature/website/wallet-flex-boxBrandon Millman2018-05-241-3/+3
|\
| * Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-241-3/+3
* | Add missing keyBrandon Millman2018-05-221-3/+6
* | 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-191-1/+1
* 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-141-27/+27
* 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
* | Fix missing key warnings in wallet componentBrandon Millman2018-04-051-3/+10
|/
* Implement wallet locked and uninstalled statesBrandon Millman2018-03-301-8/+46
* Implement ETH/WETH conversion and allowance toggle stylingBrandon Millman2018-03-231-0/+443