| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(instant): border radius | Brandon Millman | 2018-11-15 | 1 | -6/+1 |
* | chore(instant): update selectedAssetAmount in the redux state to be named sel... | Brandon Millman | 2018-11-14 | 1 | -7/+7 |
* | chore(instant): update OrderState enum to follow capitalization conventions | Brandon Millman | 2018-11-07 | 1 | -7/+7 |
* | chore(instant): import UI components directly | Steve Klebanoff | 2018-11-06 | 1 | -1/+5 |
* | feat: implement basic token selection UI | fragosti | 2018-11-02 | 1 | -1/+1 |
* | chore: address PR feedback | fragosti | 2018-11-01 | 1 | -2/+2 |
* | feat: implement sliding panel | fragosti | 2018-10-31 | 1 | -2/+6 |
* | feat: refactor animation code | fragosti | 2018-10-31 | 1 | -5/+5 |
* | feat: add 'Select Token' UI to asset amount input | fragosti | 2018-10-30 | 1 | -3/+0 |
* | feat: add chevron icon and add it to asset amount input | fragosti | 2018-10-30 | 1 | -1/+4 |
* | feat: add basic panel component and other small improvements | fragosti | 2018-10-30 | 1 | -5/+3 |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-10-26 | 1 | -5/+10 |
|\ |
|
| * | feat(instant): Be able to view transaction when transaction is in progress | Steve Klebanoff | 2018-10-25 | 1 | -0/+5 |
| * | Introduce new OrderProcessState | Steve Klebanoff | 2018-10-25 | 1 | -5/+5 |
* | | chore: dont override toString of BigNumber and other PR feedback | fragosti | 2018-10-26 | 1 | -2/+2 |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-10-25 | 1 | -9/+20 |
|\| |
|
| * | feat(instant): Procesing and Success states | Steve Klebanoff | 2018-10-24 | 1 | -9/+20 |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-10-25 | 1 | -61/+89 |
|\| |
|
| * | Small refacotor of icons or amounts part | Steve Klebanoff | 2018-10-20 | 1 | -7/+3 |
| * | Render failure icon | Steve Klebanoff | 2018-10-20 | 1 | -2/+23 |
| * | Merge branch 'feature/instant/beta-render-et-al' into feature/instant/failure... | Steve Klebanoff | 2018-10-20 | 1 | -75/+70 |
| |\ |
|
| | * | linting | Steve Klebanoff | 2018-10-20 | 1 | -2/+2 |
| | * | arrow function syntax so no need to bind | Steve Klebanoff | 2018-10-20 | 1 | -8/+6 |
| | * | Refactor to make placeholder logic more straightforward | Steve Klebanoff | 2018-10-20 | 1 | -5/+6 |
| | * | undefined -> null to follow convention | Steve Klebanoff | 2018-10-19 | 1 | -2/+2 |
| | * | pulsating -> isPulsating | Steve Klebanoff | 2018-10-19 | 1 | -4/+4 |
| | * | feat(instant): Indicate that order details section is loading by having pulsi... | Steve Klebanoff | 2018-10-19 | 1 | -4/+9 |
| | * | Pulsating holder element showing, even if amount is empty | Steve Klebanoff | 2018-10-19 | 1 | -57/+55 |
| | * | quoteState -> quoteRequestState | Steve Klebanoff | 2018-10-19 | 1 | -5/+5 |
| * | | Show order failed messaging when order fails | Steve Klebanoff | 2018-10-19 | 1 | -27/+43 |
| |/ |
|
* | | feat: cover more token symbol edge cases | fragosti | 2018-10-24 | 1 | -2/+2 |
* | | fix: dont allow heading to change height when input size changes | fragosti | 2018-10-24 | 1 | -1/+3 |
* | | feat: have basic scaling amount input working | fragosti | 2018-10-23 | 1 | -1/+1 |
|/ |
|
* | chore: fix imports | Fabio Berger | 2018-10-18 | 1 | -1/+1 |
* | fix type | Steve Klebanoff | 2018-10-18 | 1 | -1/+1 |
* | ReactNode as default for formatters, and show bold dash | Steve Klebanoff | 2018-10-18 | 1 | -4/+16 |
* | add concept of quoteState | Steve Klebanoff | 2018-10-18 | 1 | -4/+18 |
* | feat: model asset meta data and add dynamic assetData state | fragosti | 2018-10-13 | 1 | -8/+1 |
* | feat: make redux actions type-sage | fragosti | 2018-10-13 | 1 | -2/+0 |
* | feat: populate order details with information from worst buy quote | fragosti | 2018-10-12 | 1 | -11/+3 |
* | feat: Move over features from zrx-buyer | fragosti | 2018-10-11 | 1 | -4/+35 |
* | Apply linter | fragosti | 2018-10-05 | 1 | -1/+0 |
* | Create SelectedAssetInputAmount | fragosti | 2018-10-05 | 1 | -2/+2 |
* | Add Input and AmountInput component | fragosti | 2018-10-05 | 1 | -3/+3 |
* | Add border radios | fragosti | 2018-10-05 | 1 | -1/+1 |
* | Add BuyButton and other small improvement | fragosti | 2018-10-05 | 1 | -0/+46 |