aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/src
Commit message (Collapse)AuthorAgeFilesLines
* Address PR feedbackfragosti2018-06-051-1/+0
|
* Lint and cleanupfragosti2018-06-021-1/+1
|
* Refactor portal specific colors out of react-sharedBrandon Millman2018-05-191-13/+0
|
* Merge branch 'development' into v2-prototypeFabio Berger2018-05-168-18/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-148-18/+18
| |
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-0/+1
|\|
| * Add new section to homepageFabio Berger2018-05-031-0/+1
| |
* | Fix CI failures caused by Webkit css properties not being recognized by ↵Fabio Berger2018-04-241-7/+12
| | | | | | | | React types. This is a hack.
* | Revert "Fix CI test failure"Fabio Berger2018-04-241-10/+7
| | | | | | | | This reverts commit 870693b968de3f29b0ac97f6f92715613e1064e3.
* | Fix CI test failureFabio Berger2018-04-241-7/+10
|/
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-8/+0
|
* Implement ETH/WETH conversion and allowance toggle stylingBrandon Millman2018-03-231-3/+18
|
* Merge branch 'development' into addExtraDocsFabio Berger2018-03-221-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Change blockchain prop to not optional Other style changes Updated padding and colors Refactor TokenState type Fix a bug causing fillOrdersUpTo validation to fail because of some extra orders being passed Implement initial wallet interface # Conflicts: # packages/react-shared/CHANGELOG.md # packages/website/ts/types.ts
| * Updated padding and colorsBrandon Millman2018-03-221-0/+3
| |
* | Create helper function for converting dashes names for displayFabio Berger2018-03-224-4/+7
| |
* | Fix sectionName and menuItemName to display with spaces rather then dashesFabio Berger2018-03-222-3/+5
| |
* | Small doc fixes: remove duplicate types and add function arrayFabio Berger2018-03-201-1/+1
| |
* | Capitalize rather then upper-case section headersFabio Berger2018-03-191-1/+1
|/
* Move configuration into package.json configs sectionFabio Berger2018-03-141-2/+3
|
* Fix lint issuesFabio Berger2018-03-131-0/+1
|
* move scripts to monorepro-scriptsFabio Berger2018-03-1314-0/+13
|
* Fix prettier issuesFabio Berger2018-03-083-3/+7
|
* Add back strict null checks to react-shared package and fix issuesFabio Berger2018-03-084-12/+30
|
* Add onSelectedVersion callback so it can be handled in any way the caller wishesFabio Berger2018-03-073-15/+4
|
* hide sidebar scrollbar unless onHoverFabio Berger2018-03-071-1/+7
|
* Make sidebar header configurableFabio Berger2018-03-071-34/+2
|
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-065-1/+48
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-0514-10/+547
|
* Bug fixesFabio Berger2018-03-051-2/+2
|
* Setup initial react-shared sub-packageFabio Berger2018-03-046-0/+111