aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/portal.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix prettierFabio Berger2018-01-311-9/+1
|
* Fix linter errorsFabio Berger2018-01-311-3/+0
|
* Replace heavy loading animation with simple circular loaderFabio Berger2018-01-291-2/+14
|
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-15/+7
|
* Initial Ledger support implementationFabio Berger2018-01-281-3/+32
|
* Fix ts error in portal after enabling more strict checksLeonid Logvinov2018-01-101-5/+5
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-64/+51
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-38/+38
|
* Fix mergeFabio Berger2017-12-201-1/+1
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-201-9/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (27 commits) Remove re-assignment Fix scrolling topBar on Portal Fix overflow issue on calculated fillAmount Fix faulty import Introduce an identityCommandBuilder Define types for methodID Define types for ethereumjs-abi Install types for yargs Fix comments Fix linter issues Fix linter error Rename SubscriptionOpts to BlockRange Refactor remaining _.assign to spread operator Move muiTheme into it's own module Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping Sort colors into color spectrum remove unused style standarize on `grey` over `gray` spelling and other color related fixes Standardize colors to always be in uppercase hex and consolidate material-ui greys Consolidate all custom colors and material-ui colors into a colors module ... # Conflicts: # packages/website/ts/components/eth_wrappers.tsx # packages/website/ts/components/portal.tsx # packages/website/ts/utils/configs.ts # packages/website/ts/utils/constants.ts
| * Fix scrolling topBar on PortalFabio Berger2017-12-191-1/+1
| |
| * Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-191-3/+3
| | | | | | | | alphebetize, rename for logical grouping
| * standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-3/+8
| |
| * Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-2/+2
| |
| * Remove unused `location` propFabio Berger2017-12-181-1/+1
| |
* | Add notice dialog to balances page about updating the WETH contract. We also ↵Fabio Berger2017-12-181-10/+40
|/ | | | draw attention to the new dedicated section for unwrapping from outdated WETH tokens
* Merge branch 'development' into createWethPageFabio Berger2017-12-161-27/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 website unused varsLeonid Logvinov2017-12-151-27/+0
| |
* | progress weth pageFabio Berger2017-12-131-0/+18
|/
* fix remaining tslint errorsFabio Berger2017-11-281-25/+29
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+344
sub-packages, use new subscribeAsync 0x.js method