aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/dialogs
Commit message (Collapse)AuthorAgeFilesLines
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-205-64/+64
|
* Fix mergeFabio Berger2017-12-201-2/+2
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-206-33/+35
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Refactor remaining _.assign to spread operatorFabio Berger2017-12-191-1/+3
| |
| * Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-193-15/+16
| | | | | | | | alphebetize, rename for logical grouping
| * standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-182-2/+1
| |
| * Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-181-1/+1
| | | | | | | | greys
| * Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-185-8/+8
| |
| * Update first two string enums to native typeFabio Berger2017-12-182-8/+8
| |
* | Add WETHFabio Berger2017-12-191-1/+1
| |
* | Remove binding on prop passed callbacksFabio Berger2017-12-192-4/+4
| |
* | Add notice dialog to balances page about updating the WETH contract. We also ↵Fabio Berger2017-12-181-0/+38
| | | | | | | | draw attention to the new dedicated section for unwrapping from outdated WETH tokens
* | Add `Max` convenience button in unwrap WETH dialogFabio Berger2017-12-181-1/+15
|/
* Merge branch 'development' into createWethPageFabio Berger2017-12-163-7/+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 website unused varsLeonid Logvinov2017-12-153-7/+1
| |
* | Improve WETH page stylingFabio Berger2017-12-151-4/+4
| |
* | Refactor the WETH conversion dialog/button to be either wrap or unwrap ↵Fabio Berger2017-12-151-52/+78
|/ | | | specific and not both
* fix remaining tslint errorsFabio Berger2017-11-287-33/+39
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-227-0/+907
sub-packages, use new subscribeAsync 0x.js method