aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/ui
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into v2-prototypeFabio Berger2018-05-1612-32/+32
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Do not remove artifacts when running `clean` fix style errors Fix circular dependency Add my profile image to images Add myself to about page Add dogfood configs to website Revert to lerna:run lint Do lint sequentially Exclude monorepo-scripts from tslint as test Fix prettier Add hover state to top tokens Change to weekly txn volume Change minimum Node version to 6.12 Document Node.js version requirement and add it to package.json Apply prettier to some files which were not formatted correctly Fix TSLint issues Fix TSLint issues Update ethereeumjs-testrpc to ganache-cli Fix infinite loop Add changelog entries for packages where executable binary exporting fixed ... # Conflicts: # packages/contracts/package.json # packages/contracts/util/formatters.ts # packages/contracts/util/signed_order_utils.ts # packages/migrations/package.json # yarn.lock
| * Add missing type definitionsLeonid Logvinov2018-05-1412-32/+32
| |
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-1/+1
|\|
| * Fix type errors in CSS propertiesLeonid Logvinov2018-05-051-1/+1
| |
* | Fix type issueFabio Berger2018-04-211-2/+2
|/
* Fix the default always overriding to addressJacob Evans2018-03-121-1/+1
|
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-064-63/+5
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-058-8/+8
|
* Bug fixesFabio Berger2018-03-052-2/+2
|
* Re-designed Wiki and half-redesigned docs pagesFabio Berger2018-02-161-1/+0
|
* Fix linter errorsFabio Berger2018-01-311-3/+1
|
* Replace heavy loading animation with simple circular loaderFabio Berger2018-01-291-39/+0
|
* Initial Ledger support implementationFabio Berger2018-01-281-24/+30
|
* Apply prettier configLeonid Logvinov2018-01-0319-200/+173
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-207-56/+56
|
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-186-7/+7
|
* Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-182-2/+2
| | | | greys
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-1810-89/+14
|
* Replace remaining strEnums with property TS string enumsFabio Berger2017-12-183-3/+3
|
* Fix website unused varsLeonid Logvinov2017-12-158-19/+0
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
|
* Add missing awaitFabio Berger2017-12-061-1/+1
|
* Fix Party element so that an identicon's height is that which was passed inFabio Berger2017-12-061-1/+1
|
* fix remaining tslint errorsFabio Berger2017-11-2819-37/+34
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-2220-0/+1062
sub-packages, use new subscribeAsync 0x.js method