Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve tooltip look | fragosti | 2018-05-30 | 2 | -4/+45 |
| | |||||
* | Address PR feedback | fragosti | 2018-05-25 | 2 | -2/+2 |
| | |||||
* | Basic onboarding flow infrastructure set up | fragosti | 2018-05-25 | 2 | -0/+49 |
| | |||||
* | Rewrite balance rows using flex box | Brandon Millman | 2018-05-22 | 2 | -9/+79 |
| | |||||
* | Merge branch 'development' into v2-prototype | Fabio Berger | 2018-05-16 | 12 | -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 definitions | Leonid Logvinov | 2018-05-14 | 12 | -32/+32 |
| | | |||||
* | | Merge branch 'development' into v2-prototype | Amir Bandeali | 2018-05-16 | 1 | -1/+1 |
|\| | |||||
| * | Fix type errors in CSS properties | Leonid Logvinov | 2018-05-05 | 1 | -1/+1 |
| | | |||||
* | | Fix type issue | Fabio Berger | 2018-04-21 | 1 | -2/+2 |
|/ | |||||
* | Fix the default always overriding to address | Jacob Evans | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 4 | -63/+5 |
| | |||||
* | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 8 | -8/+8 |
| | |||||
* | Bug fixes | Fabio Berger | 2018-03-05 | 2 | -2/+2 |
| | |||||
* | Re-designed Wiki and half-redesigned docs pages | Fabio Berger | 2018-02-16 | 1 | -1/+0 |
| | |||||
* | Fix linter errors | Fabio Berger | 2018-01-31 | 1 | -3/+1 |
| | |||||
* | Replace heavy loading animation with simple circular loader | Fabio Berger | 2018-01-29 | 1 | -39/+0 |
| | |||||
* | Initial Ledger support implementation | Fabio Berger | 2018-01-28 | 1 | -24/+30 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 19 | -200/+173 |
| | |||||
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 7 | -56/+56 |
| | |||||
* | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 6 | -7/+7 |
| | |||||
* | Standardize colors to always be in uppercase hex and consolidate material-ui ↵ | Fabio Berger | 2017-12-18 | 2 | -2/+2 |
| | | | | greys | ||||
* | Consolidate all custom colors and material-ui colors into a colors module | Fabio Berger | 2017-12-18 | 10 | -89/+14 |
| | |||||
* | Replace remaining strEnums with property TS string enums | Fabio Berger | 2017-12-18 | 3 | -3/+3 |
| | |||||
* | Fix website unused vars | Leonid Logvinov | 2017-12-15 | 8 | -19/+0 |
| | |||||
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | Add missing await | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Fix Party element so that an identicon's height is that which was passed in | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | fix remaining tslint errors | Fabio Berger | 2017-11-28 | 19 | -37/+34 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 20 | -0/+1062 |
sub-packages, use new subscribeAsync 0x.js method |