Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | take out explicit children definition in props | Steve Klebanoff | 2018-10-16 | 1 | -1/+0 |
| | |||||
* | remove unused import | Steve Klebanoff | 2018-10-16 | 1 | -1/+0 |
| | |||||
* | move z-index setting to zero instant container, and add ability for zindex ↵ | Steve Klebanoff | 2018-10-16 | 3 | -2/+10 |
| | | | | to be set on container | ||||
* | get rid of unused marginLeft and marginRight props | Steve Klebanoff | 2018-10-16 | 1 | -4/+0 |
| | |||||
* | better private function syntax | Steve Klebanoff | 2018-10-16 | 1 | -2/+2 |
| | |||||
* | dont need constructor just to set state | Steve Klebanoff | 2018-10-16 | 1 | -9/+11 |
| | | | | git status | ||||
* | change to ? syntax instead of number | undefined | Steve Klebanoff | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | suggestions from code review: renaming timeoutNumber to timeoutId, sharing ↵ | Steve Klebanoff | 2018-10-16 | 2 | -23/+19 |
| | | | | interface, renaming component | ||||
* | add semicolons | Steve Klebanoff | 2018-10-16 | 1 | -2/+2 |
| | |||||
* | feat(instant): add sliding error | Steve Klebanoff | 2018-10-13 | 5 | -6/+152 |
| | |||||
* | Lint and update deps | fragosti | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Be more explicit with falsiness | fragosti | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Add type to cssRuleIfExists | fragosti | 2018-10-11 | 1 | -1/+2 |
| | |||||
* | Fix issue where we throw if non-numeric characters are used in input | fragosti | 2018-10-11 | 1 | -2/+7 |
| | |||||
* | Fix empty input bug | fragosti | 2018-10-10 | 2 | -5/+9 |
| | |||||
* | Apply linter | fragosti | 2018-10-05 | 5 | -12/+9 |
| | |||||
* | Create SelectedAssetInputAmount | fragosti | 2018-10-05 | 5 | -15/+71 |
| | |||||
* | Add Input and AmountInput component | fragosti | 2018-10-05 | 5 | -3/+75 |
| | |||||
* | Add border radios | fragosti | 2018-10-05 | 2 | -2/+2 |
| | |||||
* | Add box shadow and default box-sizing: border-box to container | fragosti | 2018-10-05 | 4 | -9/+10 |
| | |||||
* | Add BuyButton and other small improvement | fragosti | 2018-10-05 | 6 | -17/+140 |
| | |||||
* | Add faux order details section | fragosti | 2018-10-05 | 3 | -40/+15 |
| | |||||
* | Create zrx instant container heading | fragosti | 2018-10-05 | 3 | -21/+37 |
| | |||||
* | apply prettier | fragosti | 2018-10-05 | 1 | -7/+1 |
| | |||||
* | Fix linting problems | fragosti | 2018-10-05 | 3 | -4/+4 |
| | |||||
* | Improve utilities and try to use them in simple form component | fragosti | 2018-10-05 | 6 | -22/+79 |
| | |||||
* | Add Flex and Container component | fragosti | 2018-10-05 | 3 | -0/+91 |
| | |||||
* | Add some ui components | fragosti | 2018-10-04 | 5 | -14/+165 |
| | |||||
* | Add Inter UI font | fragosti | 2018-10-04 | 2 | -2/+7 |
| | |||||
* | Add redux to 0x instant | fragosti | 2018-10-04 | 4 | -4/+47 |
| | |||||
* | Add styled-components with theme | fragosti | 2018-10-04 | 2 | -1/+34 |
| | |||||
* | Add public dir | fragosti | 2018-10-03 | 1 | -0/+10 |
| | |||||
* | Add dev environment | fragosti | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | Have React setup with basic build working | fragosti | 2018-09-28 | 3 | -0/+12 |