aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/dialogs/portal_disclaimer_dialog.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-181-1/+1
|
* Change all onTouchTap to onClickfragosti2018-08-251-1/+1
|
* Add missing type definitionsLeonid Logvinov2018-05-141-2/+2
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-20/+12
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-201-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-1/+1
| |
* | Remove binding on prop passed callbacksFabio Berger2017-12-191-2/+2
|/
* Fix website unused varsLeonid Logvinov2017-12-151-1/+0
|
* fix remaining tslint errorsFabio Berger2017-11-281-3/+4
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+44
sub-packages, use new subscribeAsync 0x.js method