aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/instant_heading.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix(instant): border radiusBrandon Millman2018-11-151-6/+1
|
* chore(instant): update selectedAssetAmount in the redux state to be named ↵Brandon Millman2018-11-141-7/+7
| | | | selectedAssetUnitAmount
* chore(instant): update OrderState enum to follow capitalization conventionsBrandon Millman2018-11-071-7/+7
|
* chore(instant): import UI components directlySteve Klebanoff2018-11-061-1/+5
|
* feat: implement basic token selection UIfragosti2018-11-021-1/+1
|
* chore: address PR feedbackfragosti2018-11-011-2/+2
|
* feat: implement sliding panelfragosti2018-10-311-2/+6
|
* feat: refactor animation codefragosti2018-10-311-5/+5
|
* feat: add 'Select Token' UI to asset amount inputfragosti2018-10-301-3/+0
|
* feat: add chevron icon and add it to asset amount inputfragosti2018-10-301-1/+4
|
* feat: add basic panel component and other small improvementsfragosti2018-10-301-5/+3
|
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-261-5/+10
|\ | | | | | | feature/instant/input-fees-rounding
| * feat(instant): Be able to view transaction when transaction is in progressSteve Klebanoff2018-10-251-0/+5
| |
| * Introduce new OrderProcessStateSteve Klebanoff2018-10-251-5/+5
| |
* | chore: dont override toString of BigNumber and other PR feedbackfragosti2018-10-261-2/+2
| |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-251-9/+20
|\| | | | | | | feature/instant/input-fees-rounding
| * feat(instant): Procesing and Success statesSteve Klebanoff2018-10-241-9/+20
| |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-251-61/+89
|\| | | | | | | feature/instant/input-fees-rounding
| * Small refacotor of icons or amounts partSteve Klebanoff2018-10-201-7/+3
| |
| * Render failure iconSteve Klebanoff2018-10-201-2/+23
| |
| * Merge branch 'feature/instant/beta-render-et-al' into ↵Steve Klebanoff2018-10-201-75/+70
| |\ | | | | | | | | | feature/instant/failure-state
| | * lintingSteve Klebanoff2018-10-201-2/+2
| | |
| | * arrow function syntax so no need to bindSteve Klebanoff2018-10-201-8/+6
| | |
| | * Refactor to make placeholder logic more straightforwardSteve Klebanoff2018-10-201-5/+6
| | |
| | * undefined -> null to follow conventionSteve Klebanoff2018-10-191-2/+2
| | |
| | * pulsating -> isPulsatingSteve Klebanoff2018-10-191-4/+4
| | |
| | * feat(instant): Indicate that order details section is loading by having ↵Steve Klebanoff2018-10-191-4/+9
| | | | | | | | | | | | pulsing placeholder
| | * Pulsating holder element showing, even if amount is emptySteve Klebanoff2018-10-191-57/+55
| | |
| | * quoteState -> quoteRequestStateSteve Klebanoff2018-10-191-5/+5
| | |
| * | Show order failed messaging when order failsSteve Klebanoff2018-10-191-27/+43
| |/
* | feat: cover more token symbol edge casesfragosti2018-10-241-2/+2
| |
* | fix: dont allow heading to change height when input size changesfragosti2018-10-241-1/+3
| |
* | feat: have basic scaling amount input workingfragosti2018-10-231-1/+1
|/
* chore: fix importsFabio Berger2018-10-181-1/+1
|
* fix typeSteve Klebanoff2018-10-181-1/+1
|
* ReactNode as default for formatters, and show bold dashSteve Klebanoff2018-10-181-4/+16
|
* add concept of quoteStateSteve Klebanoff2018-10-181-4/+18
|
* feat: model asset meta data and add dynamic assetData statefragosti2018-10-131-8/+1
|
* feat: make redux actions type-sagefragosti2018-10-131-2/+0
|
* feat: populate order details with information from worst buy quotefragosti2018-10-121-11/+3
|
* feat: Move over features from zrx-buyerfragosti2018-10-111-4/+35
|
* Apply linterfragosti2018-10-051-1/+0
|
* Create SelectedAssetInputAmountfragosti2018-10-051-2/+2
|
* Add Input and AmountInput componentfragosti2018-10-051-3/+3
|
* Add border radiosfragosti2018-10-051-1/+1
|
* Add BuyButton and other small improvementfragosti2018-10-051-0/+46