aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/ui/lifecycle_raised_button.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-121-12/+12
|
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-181-2/+2
|
* Change all onTouchTap to onClickfragosti2018-08-251-1/+1
|
* Fix linter issueFabio Berger2018-06-081-1/+0
|
* Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-071-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Try enabling no-unused-variable...fragosti2018-06-051-1/+0
| |
* | Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-061-1/+2
|/
* Add missing type definitionsLeonid Logvinov2018-05-141-3/+3
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-11/+10
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-6/+6
|
* 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-1/+2
|
* Fix website unused varsLeonid Logvinov2017-12-151-2/+0
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
|
* Add missing awaitFabio Berger2017-12-061-1/+1
|
* fix remaining tslint errorsFabio Berger2017-11-281-6/+6
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+105
sub-packages, use new subscribeAsync 0x.js method