aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/token_balances.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-121-11/+11
|
* Update prettier to version ^1.15.3Alex Browne2019-01-111-6/+5
|
* 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
|\ | | | | | | feature/website/upgrade-allowance-toggles-to-locks-and-checks
| * 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
|\ | | | | | | bug/website/txhash-error
| * -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
|\ | | | | | | feature/website/onboarding-flow-allowances
| * 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
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (66 commits) Run prettier Remove unused variable Fix linting issues Change shouldRenderHeader prop to shouldHideHeader Get build and tests to pass typo Apply prettier Update contracts tests after rebase Apply various fixes based on PR feedback Document debug_increaseTime method and fix typo in devnet README Use an enum for ProviderType in contracts/src/utils/web3_wrapper Update contracts package README Update relevant changelogs Remove global gas estimate buffer Add Async suffix to relevant assertions Fix linter errors Update package.json and yarn.lock Update more things to work with both Geth and Ganache Small fixes and cleanup Add additional gas to calls to fillOrderNoThrow ... # Conflicts: # packages/order-watcher/src/order_watcher/order_watcher.ts # packages/react-docs/src/components/type.tsx # packages/website/ts/components/ui/lifecycle_raised_button.tsx # packages/website/ts/components/wallet/wallet.tsx
| * | 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
|\ \ \ | | |/ | |/| | | | feature/website/onboarding-flow-allowances
| * | Remove unused variablefragosti2018-06-071-1/+0
| | |
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-15/+19
| |\ \ | | | | | | | | | | | | feature/improve-linting
| | * | 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 ↵fragosti2018-06-021-1/+1
|\ \ | |/ |/| | | feature/website/landing-subscribe-button-2
| * 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
| | | | don't sometimes pass an empty string and sometimes undefined
* 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 ↵Fabio Berger2018-03-101-5/+12
| | | | are always passed around as baseUnits
* 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 ↵Fabio Berger2018-02-071-7/+15
| | | | Dharma integration
* 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, ↵Fabio Berger2018-02-071-1/+3
| | | | Rinkeby and Ropsten
* 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 ↵Fabio Berger2018-01-311-3/+10
| | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative
* 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 ↵Fabio Berger2018-01-291-16/+17
| | | | Ledger network dropdown
* 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
|\ | | | | Small Fixes/Additions
| * 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ...
| * Move call to error reporter to end of handler so that even if reporting the ↵Fabio Berger2017-12-211-2/+2
| | | | | | | | error takes a while, it doesn't block the UI
* | 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, ↵Fabio Berger2017-12-191-9/+9
| | | | alphebetize, rename for logical grouping
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (54 commits) Fix redundant spaces Fix tests Fix website unused vars Fix connect unused vars Fix 0x.js unused vars Dissallow unused vars/imports Implement first custom linter rule async-suffix Reuse intervalutils in website Add a newline Name a variable Add a comment Fix a conditional Make migrations deterministic Fix linter error Fix linter errors Add a function to init token balances Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens Add DummyToken to gitignore Add DummyToken to artifacts list Increase mocha timeout ...
| * 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 ↵Fabio Berger2017-11-221-0/+697
sub-packages, use new subscribeAsync 0x.js method