aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/token_balances.tsx
Commit message (Expand)AuthorAgeFilesLines
* fix(website): fix code splittingBrandon Millman2018-11-121-2/+2
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-181-3/+3
* Fix minting for new tokens on testnetsfragosti2018-09-071-16/+2
* Change all onTouchTap to onClickfragosti2018-08-251-1/+1
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-07-251-6/+17
|\
| * WIP for sending ether from portal (works)fragosti2018-07-191-6/+17
* | Center allowance toggles in account pagefragosti2018-07-251-7/+9
* | Fix wrap button alignment issuefragosti2018-07-251-3/+2
|/
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-07-141-2/+2
|\
| * -fetch';Fabio Berger2018-07-131-2/+2
* | Make error reporter not return a promise and add more environment possibilitiesfragosti2018-07-131-2/+2
|/
* Remove isTracked field on token in favor of trackedTimestampBrandon Millman2018-06-291-2/+2
* Sort wallet tokens by timestamp added and scroll to newly added tokenBrandon Millman2018-06-291-1/+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-3/+3
|\
| * Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-1/+1
| * Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-071-18/+19
| |\
| * | 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-18/+19
|\ \ \ | | |/ | |/|
| * | Remove unused variablefragosti2018-06-071-1/+0
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-15/+19
| |\ \
| | * | Hide action column on mainnetBrandon Millman2018-06-061-13/+14
| | * | Fix TokenBalances background colorBrandon Millman2018-06-061-1/+1
| | * | Add isFullWidth prop to TokenBalances componentBrandon Millman2018-06-061-1/+4
| | |/
| * | merge v2-prototypeFabio Berger2018-06-061-1/+1
| |\|
| * | Try enabling no-unused-variable...fragosti2018-06-051-2/+0
* | | Wrap AllowanceToggle in redux containerfragosti2018-06-071-4/+1
| |/ |/|
* | Merge branch 'feature/website/landing-subscribe-button' into feature/website/...fragosti2018-06-021-1/+1
|\ \ | |/ |/|
| * Have basic newsletter subscribe form workingfragosti2018-06-021-1/+1
* | Change userEtherBalanceInWei to optional so we can know if its loadingBrandon Millman2018-06-011-0/+3
|/
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-241-5/+5
* Add missing type definitionsLeonid Logvinov2018-05-141-20/+20
* Remove Dharma integration from WebsiteFabio Berger2018-04-031-69/+0
* Refactor TokenState typeBrandon Millman2018-03-221-8/+1
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-4/+4
* Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ...Fabio Berger2018-03-111-2/+4
* Replace local PRECISION constants with global config.AMOUNT_DISPLAY_PRECISIONFabio Berger2018-03-111-3/+2
* Create blockchainWatcher class and refactor Portal such that Ether amounts ar...Fabio Berger2018-03-101-5/+12
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-8/+16
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-2/+1
* Bug fixesFabio Berger2018-03-051-1/+1
* Move over AnchorTitle and associated elementsFabio Berger2018-03-041-1/+1
* Fix flash message when receiving test etherFabio Berger2018-02-081-1/+2
* Only show faucet error if not on a testnetFabio Berger2018-02-071-4/+3
* Move isTestNetwork into utils and also check it from showing ZRX request buttonFabio Berger2018-02-071-9/+2
* Remove stray logFabio Berger2018-02-071-1/+0
* Use isTestNetwork instead of isKovanTestNetwork on balances page except for D...Fabio Berger2018-02-071-7/+15
* Properly detect Rinkeby and Ropsten TokenRegistry tokens as mintableFabio Berger2018-02-071-2/+8
* Add networkId to faucet requests so that we can request tokens on Kovan, Rink...Fabio Berger2018-02-071-1/+3
* Add networkId to event labelFabio Berger2018-02-071-0/+1
* Uppercase Networks enum valuesFabio Berger2018-01-311-2/+2
* Fix linter errorsFabio Berger2018-01-311-2/+2
* Fix all setState calls after unmounted errors. Decided to create our own flag...Fabio Berger2018-01-311-3/+10
* Fix bug related to balance/allowance fetching being asyncFabio Berger2018-01-291-0/+14
* Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to Ledger...Fabio Berger2018-01-291-16/+17
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-31/+115
* Properly detect user signing cancellation on Metamask, Parity signer and LedgerFabio Berger2018-01-281-1/+1
* Merge pull request #325 from 0xProject/fix/portal-bugsLeonid2018-01-181-1/+1
|\
| * Fix balance page copy to refer to the Wrap ETH tab instead of a "convert" buttonFabio Berger2018-01-181-1/+1
* | Enable restrict-plus-operands and fix issues detectedLeonid Logvinov2018-01-171-1/+1
|/
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
* Apply prettier configLeonid Logvinov2018-01-031-189/+124
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-211-2/+2
|\
| * Move call to error reporter to end of handler so that even if reporting the e...Fabio Berger2017-12-211-2/+2
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-34/+34
|/
* Refactor remaining _.assign to spread operatorFabio Berger2017-12-191-2/+3
* Refactor configs and constants, standardize on uppercase/snakecase, alphebeti...Fabio Berger2017-12-191-9/+9
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-2/+2
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-4/+4
* Fix unhoverable help tooltip by renaming `Trade Permissions` to `Allowance`Fabio Berger2017-12-181-2/+2
* Replace remaining strEnums with property TS string enumsFabio Berger2017-12-181-6/+6
* Update first two string enums to native typeFabio Berger2017-12-181-1/+1
* Fix linter errorsFabio Berger2017-12-161-5/+0
* Merge branch 'development' into createWethPageFabio Berger2017-12-161-2/+1
|\
| * Fix redundant spacesLeonid Logvinov2017-12-161-1/+1
| * Fix website unused varsLeonid Logvinov2017-12-151-1/+0
* | Remove ETH-WETH convert button from balances pageFabio Berger2017-12-141-24/+0
|/
* fix remaining tslint errorsFabio Berger2017-11-281-26/+27
* Add missing keysFabio Berger2017-11-241-0/+2
* Add website to mono repo, update packages to align with existing sub-packages...Fabio Berger2017-11-221-0/+697