Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: dont show payment dropdown content on mobile | fragosti | 2018-11-14 | 1 | -0/+4 |
| | |||||
* | feat: center title label with circle | fragosti | 2018-11-14 | 1 | -3/+3 |
| | |||||
* | chore: remove unused import | fragosti | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | feat: add coinbase wallet app logo to wallet prompt | fragosti | 2018-11-14 | 3 | -7/+24 |
| | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-14 | 7 | -39/+36 |
|\ | | | | | | | feature/instant/different-install-wallet-copy-for-mobile | ||||
| * | Merge branch 'feature/instant/metamask-connect-flow' of ↵ | fragosti | 2018-11-14 | 3 | -20/+8 |
| |\ | | | | | | | | | | https://github.com/0xProject/0x-monorepo into feature/instant/metamask-connect-flow | ||||
| | * | linting | Steve Klebanoff | 2018-11-14 | 1 | -1/+2 |
| | | | |||||
| | * | Remove ConnectedZeroExInstantContainer, introduce ↵ | Steve Klebanoff | 2018-11-14 | 3 | -20/+7 |
| | | | | | | | | | | | | ConnectedBuyOrderProgressOrPaymentMethod | ||||
| * | | Merge https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-14 | 4 | -19/+28 |
| |\ \ | | |/ | |/| | | | | feature/instant/metamask-connect-flow | ||||
| | * | chore(instant): update selectedAssetAmount in the redux state to be named ↵ | Brandon Millman | 2018-11-14 | 4 | -24/+26 |
| | | | | | | | | | | | | selectedAssetUnitAmount | ||||
| | * | feat(instant): calculate per unit eth amount to populate OrderDetails component | Brandon Millman | 2018-11-13 | 1 | -6/+13 |
| | | | |||||
* | | | feat: display the correct provider type and change unlock / install prompt ↵ | fragosti | 2018-11-14 | 4 | -37/+46 |
| | | | | | | | | | | | | content | ||||
* | | | feat: change install wallet panel content based on browser and os | fragosti | 2018-11-14 | 4 | -28/+146 |
|/ / | |||||
* | | chore: PR feedback | fragosti | 2018-11-14 | 2 | -6/+5 |
| | | |||||
* | | chore: remove unused constant | fragosti | 2018-11-13 | 1 | -1/+0 |
| | | |||||
* | | fix: rename handler creator name | fragosti | 2018-11-13 | 2 | -2/+2 |
| | | |||||
* | | feat: make all button fontsizes 16px by default | fragosti | 2018-11-13 | 6 | -7/+3 |
| | | |||||
* | | fix: remove requirement of default case in all switch statements | fragosti | 2018-11-13 | 3 | -7/+1 |
| | | |||||
* | | feat: integrate wallet flow with heartbeat and other branches | fragosti | 2018-11-13 | 3 | -11/+10 |
| | | |||||
* | | fix: no longer refer to error account state | fragosti | 2018-11-10 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-10 | 1 | -4/+29 |
|\| | | | | | | | feature/instant/metamask-connect-flow | ||||
| * | feat(instant): handle privacy mode in wallets | Brandon Millman | 2018-11-10 | 1 | -2/+0 |
| | | |||||
| * | Merge pull request #1237 from 0xProject/feature/instant/buy-quote-heartbeat | Steve Klebanoff | 2018-11-10 | 1 | -4/+31 |
| |\ | | | | | | | [instant] Heartbeats for account info and buy quotes | ||||
| | * | linting | Steve Klebanoff | 2018-11-10 | 1 | -1/+1 |
| | | | |||||
| | * | Don't start heartbeat if no account | Steve Klebanoff | 2018-11-10 | 1 | -6/+8 |
| | | | |||||
| | * | Linting and renaming variables | Steve Klebanoff | 2018-11-10 | 1 | -4/+7 |
| | | | |||||
| | * | Emulate named parameters with interface | Steve Klebanoff | 2018-11-10 | 1 | -3/+6 |
| | | | |||||
| | * | Use existing functions instead of writing our own | Steve Klebanoff | 2018-11-10 | 1 | -3/+3 |
| | | | |||||
| | * | Merge branch 'development' into feature/instant/buy-quote-heartbeat | Steve Klebanoff | 2018-11-10 | 26 | -255/+611 |
| | |\ | |||||
| | * | | Remove old TODO | Steve Klebanoff | 2018-11-09 | 1 | -1/+0 |
| | | | | |||||
| | * | | move files around and rename | Steve Klebanoff | 2018-11-09 | 1 | -1/+2 |
| | | | | |||||
| | * | | wip: BuyQuote heartbeat | Steve Klebanoff | 2018-11-09 | 1 | -2/+11 |
| | | | | |||||
| | * | | Make heartbeat more generic | Steve Klebanoff | 2018-11-09 | 1 | -4/+5 |
| | | | | |||||
| | * | | feat(instant): Heartbeat for updating account info | Steve Klebanoff | 2018-11-09 | 1 | -1/+12 |
| | | | | |||||
* | | | | fix: set all button font sizes in buy flow to 16px | fragosti | 2018-11-10 | 1 | -2/+2 |
| | | | | |||||
* | | | | fix: remove unused ProgressBar from BuyOrderProgress and fix issue where ↵ | fragosti | 2018-11-10 | 2 | -17/+4 |
| | | | | | | | | | | | | | | | | payment method is not shown for pending metamask confirmation | ||||
* | | | | fix: minimize height difference between different states | fragosti | 2018-11-10 | 1 | -2/+3 |
| | | | | |||||
* | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-10 | 1 | -2/+10 |
|\| | | | | | | | | | | | | | | | feature/instant/metamask-connect-flow | ||||
| * | | | feat(instant): Dismissible overlay error messages | Steve Klebanoff | 2018-11-10 | 1 | -2/+10 |
| | |/ | |/| | | | | | | | Adds dismissible overlay to error messages on mobile | ||||
* | | | feat: toggle wallet connection color | fragosti | 2018-11-10 | 1 | -10/+25 |
| | | | |||||
* | | | feat: refactor button styles and add href to Text | fragosti | 2018-11-10 | 4 | -20/+23 |
| | | | |||||
* | | | feat: add more info section to the metamask panel | fragosti | 2018-11-10 | 2 | -4/+8 |
| | | | |||||
* | | | feat: allow href prop on button | fragosti | 2018-11-10 | 3 | -8/+31 |
| | | | |||||
* | | | feat: implement basic StandardModalContent with accompanying ↵ | fragosti | 2018-11-10 | 5 | -4/+87 |
| | | | | | | | | | | | | InstallWalletPanelContent | ||||
* | | | feat: add padding to close icon to increase tap area | fragosti | 2018-11-10 | 1 | -1/+1 |
| | | | |||||
* | | | feat: open metamask sliding panel if locked on click | fragosti | 2018-11-10 | 1 | -20/+33 |
| | | | |||||
* | | | feat: create connect metamask | fragosti | 2018-11-10 | 1 | -2/+20 |
| | | | |||||
* | | | feat: connect payment method to state and display different content based on ↵ | fragosti | 2018-11-10 | 1 | -31/+75 |
| | | | | | | | | | | | | account state | ||||
* | | | feat: add account payment method container | fragosti | 2018-11-10 | 2 | -31/+36 |
| | | | |||||
* | | | feat: refactor progress bar code to expose static progress bar | fragosti | 2018-11-10 | 5 | -26/+73 |
| | | | |||||
* | | | feat: implement CurrentStandardSlidingPanel and put it in the main container | fragosti | 2018-11-10 | 5 | -5/+36 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-09 | 3 | -16/+22 |
|\| | | | | | | | | | | | feature/instant/metamask-connect-flow | ||||
| * | | Merge pull request #1232 from 0xProject/feature/instant/account-state-change | Brandon Millman | 2018-11-09 | 3 | -16/+22 |
| |\ \ | | | | | | | | | [instant] Request account address and balance at mount | ||||
| | * \ | Merge branch 'development' into feature/instant/account-state-change | Brandon Millman | 2018-11-09 | 21 | -215/+336 |
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: [instant] Viewport specific errors (#1228) Added more comments Include wholeNumberSchema in sra-spec schemas chore(instant): fix linter Fix isNode fix(instant): update buy quote at start up in the case of default amount fix: apply css reset to overlay as well fix(website): turn off production flag when building locally chore: linter fix: progress bar fix: use fontSize prop in button feat: make instant resistant to external styles feat: add faux externall css file Add upstream issue Use const require instead of import Fix tslint issues Use detect-node Set curstom inspect printer in BigNumber | ||||
| | * | | feat(instant): fetch balance at startup | Brandon Millman | 2018-11-08 | 2 | -6/+13 |
| | | | | |||||
| | * | | feat(instant): fetch account address at startup and drive account state changes | Brandon Millman | 2018-11-08 | 3 | -15/+12 |
| | | | | |||||
* | | | | feat: allow panel children to fill entire content / remove title from panel ↵ | fragosti | 2018-11-09 | 3 | -16/+10 |
| | | | | | | | | | | | | | | | | component | ||||
* | | | | feat: add metamask logo | fragosti | 2018-11-09 | 1 | -0/+78 |
| | | | | |||||
* | | | | feat: add lock icon | fragosti | 2018-11-09 | 1 | -0/+6 |
|/ / / | |||||
* | | | fix: wrong prop names used | fragosti | 2018-11-09 | 1 | -2/+2 |
| | | | |||||
* | | | chore: PR feedback | fragosti | 2018-11-09 | 1 | -9/+9 |
| | | | |||||
* | | | fix: broken features because of merge | fragosti | 2018-11-09 | 3 | -1/+5 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-09 | 7 | -35/+95 |
|\ \ \ | | |/ | |/| | | | | feature/instant/dropdown-ui | ||||
| * | | [instant] Viewport specific errors (#1228) | Steve Klebanoff | 2018-11-09 | 6 | -33/+93 |
| | | | | | | | | | | | | feat(instant): Shows different error animation based on viewport | ||||
| * | | Merge pull request #1231 from 0xProject/fix/instant/default-amount-quote | Brandon Millman | 2018-11-09 | 1 | -2/+2 |
| |\ \ | | | | | | | | | [instant] Update buy quote at start up in the case of default amount | ||||
| | * | | chore(instant): fix linter | Brandon Millman | 2018-11-09 | 1 | -0/+1 |
| | | | | |||||
| | * | | fix(instant): update buy quote at start up in the case of default amount | Brandon Millman | 2018-11-08 | 1 | -2/+1 |
| | |/ | |||||
* | | | fix: remove default props, fix lint problems | fragosti | 2018-11-09 | 3 | -8/+7 |
| | | | |||||
* | | | chore: convert payment method to stateless component | fragosti | 2018-11-09 | 1 | -29/+25 |
| | | | |||||
* | | | feat: add boxShadow on dropdown hover | fragosti | 2018-11-09 | 2 | -0/+3 |
| | | | |||||
* | | | fix: various style issues | fragosti | 2018-11-09 | 3 | -18/+21 |
| | | | |||||
* | | | fix: remove all:initial rule from all div based ui compoennts | fragosti | 2018-11-09 | 3 | -3/+0 |
| | | | |||||
* | | | fix: token selector scrolling container height | fragosti | 2018-11-09 | 2 | -3/+5 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-09 | 17 | -232/+277 |
|\| | | | | | | | | | | | feature/instant/dropdown-ui | ||||
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-09 | 11 | -77/+80 |
| |\| | | | | | | | | | | feature/instant/prevent-css-leakage | ||||
| | * | Merge pull request #1221 from 0xProject/feature/instant/fallback-provider | Brandon Millman | 2018-11-08 | 5 | -61/+51 |
| | |\ | | | | | | | | | [instant] Ensure we always have a provider from initial state | ||||
| | | * | feat(instant): add Account to the ProviderState | Brandon Millman | 2018-11-08 | 1 | -25/+7 |
| | | | | |||||
| | | * | feat(instant): fallback to an empty wallet provider when none is injected | Brandon Millman | 2018-11-08 | 3 | -44/+52 |
| | | | | |||||
| | | * | chore(instant): update OrderState enum to follow capitalization conventions | Brandon Millman | 2018-11-07 | 3 | -15/+15 |
| | | | | |||||
| * | | | fix: apply css reset to overlay as well | fragosti | 2018-11-08 | 3 | -34/+38 |
| | | | | |||||
| * | | | chore: linter | fragosti | 2018-11-07 | 6 | -10/+6 |
| | | | | |||||
| * | | | fix: progress bar | fragosti | 2018-11-07 | 1 | -6/+8 |
| | | | | |||||
| * | | | fix: use fontSize prop in button | fragosti | 2018-11-07 | 1 | -2/+1 |
| | | | | |||||
| * | | | feat: make instant resistant to external styles | fragosti | 2018-11-07 | 14 | -169/+227 |
| | |/ | |/| | |||||
* | | | chore: cleanup | fragosti | 2018-11-08 | 1 | -2/+3 |
| | | | |||||
* | | | fix: restore button to previous state | fragosti | 2018-11-08 | 1 | -38/+24 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-08 | 6 | -16/+29 |
|\ \ \ | | |/ | |/| | | | | feature/instant/dropdown-ui | ||||
| * | | Small code review tweaks | Steve Klebanoff | 2018-11-08 | 2 | -2/+2 |
| | | | |||||
| * | | Take out unneeded conditionals | Steve Klebanoff | 2018-11-07 | 1 | -2/+2 |
| | | | |||||
| * | | remove unused dependecny | Steve Klebanoff | 2018-11-07 | 1 | -1/+0 |
| | | | |||||
| * | | remove unused import | Steve Klebanoff | 2018-11-07 | 1 | -2/+0 |
| | | | |||||
| * | | remove old comment | Steve Klebanoff | 2018-11-07 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'development' into feature/instant/mobile-full-bleed | Steve Klebanoff | 2018-11-07 | 17 | -25/+49 |
| |\| | |||||
| * | | Hide X when small | Steve Klebanoff | 2018-11-07 | 2 | -3/+3 |
| | | | |||||
| * | | Fix mobile view of selecting assets | Steve Klebanoff | 2018-11-07 | 1 | -1/+1 |
| | | | |||||
| * | | Get rid of unused properties | Steve Klebanoff | 2018-11-07 | 2 | -4/+0 |
| | | | |||||
| * | | new MediaChoice approach for setting conditional css properties | Steve Klebanoff | 2018-11-07 | 5 | -59/+18 |
| | | | |||||
| * | | better function definiton | Steve Klebanoff | 2018-11-07 | 2 | -3/+2 |
| | | | |||||
| * | | proof of concept working | Steve Klebanoff | 2018-11-07 | 2 | -6/+2 |
| | | | |||||
| * | | wip: mediachoice experiment | Steve Klebanoff | 2018-11-07 | 2 | -0/+24 |
| | | | |||||
| * | | feat(instant): when on mobile, show mobile specific styling that takes up ↵ | Steve Klebanoff | 2018-11-07 | 4 | -4/+39 |
| | | | | | | | | | | | | whole screen | ||||
| * | | Putting back in old heights as not necessary for full bleed | Steve Klebanoff | 2018-11-07 | 1 | -1/+1 |
| | | | |||||
| * | | wip: height 100% | Steve Klebanoff | 2018-11-06 | 2 | -2/+4 |
| | | | |||||
| * | | wip: full display of mobile hard coded | Steve Klebanoff | 2018-11-06 | 5 | -5/+12 |
| | | | |||||
* | | | feat: implement copy-to-clipboard | fragosti | 2018-11-08 | 1 | -0/+16 |
| | | | |||||
* | | | feat: add MetaMask sign, refactor Circle | fragosti | 2018-11-08 | 3 | -18/+33 |
| | | | |||||
* | | | feat: create PaymentMethodDropdown | fragosti | 2018-11-08 | 8 | -43/+83 |
| | | | |||||
* | | | chore: remove unused props | fragosti | 2018-11-08 | 1 | -2/+2 |
| | | | |||||
* | | | fix: height of token selector overflow div | fragosti | 2018-11-08 | 2 | -7/+7 |
| | | | |||||
* | | | feat: refactor out overlay component and use it to implement click-outside | fragosti | 2018-11-08 | 3 | -64/+83 |
| | | | |||||
* | | | feat: implement basic dropdown component | fragosti | 2018-11-08 | 5 | -7/+167 |
| |/ |/| | |||||
* | | add extra space | Steve Klebanoff | 2018-11-06 | 1 | -0/+1 |
| | | |||||
* | | chore(instant): import UI components directly | Steve Klebanoff | 2018-11-06 | 17 | -25/+49 |
|/ | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-03 | 4 | -38/+75 |
|\ | | | | | | | feature/instant/maker-asset-datas-interface | ||||
| * | Merge branch 'development' into ↵ | Steve Klebanoff | 2018-11-03 | 2 | -13/+22 |
| |\ | | | | | | | | | | fix/instant/decimal-fields-scaling-amount-input-bn | ||||
| | * | feat(instant): pass in provider through props, fallback to injected provider | Brandon Millman | 2018-11-03 | 2 | -13/+22 |
| | | | |||||
| * | | Use generic Maybe | Steve Klebanoff | 2018-11-03 | 1 | -3/+4 |
| | | | |||||
| * | | linting | Steve Klebanoff | 2018-11-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'development' into ↵ | Steve Klebanoff | 2018-11-03 | 7 | -13/+220 |
| |\| | | | | | | | | | | fix/instant/decimal-fields-scaling-amount-input-bn | ||||
| * | | onChange -> onAmountChange | Steve Klebanoff | 2018-11-03 | 2 | -5/+5 |
| | | | |||||
| * | | Move MaybeBigNumber functions into helper | Steve Klebanoff | 2018-11-03 | 1 | -17/+4 |
| | | | |||||
| * | | Have ScalingAmountInput trigger onChange with MaybeBigNumber and keep string ↵ | Steve Klebanoff | 2018-11-02 | 1 | -12/+52 |
| | | | | | | | | | | | | value as state | ||||
| * | | Getting rid of BigNumberInput in favor of BigNumber | Steve Klebanoff | 2018-11-02 | 3 | -11/+11 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-03 | 7 | -12/+219 |
|\ \ \ | | |/ | |/| | | | | feature/instant/maker-asset-datas-interface | ||||
| * | | feat(instant): implement affiliateFeeInfo prop | Brandon Millman | 2018-11-03 | 3 | -6/+17 |
| | | | |||||
| * | | Merge branch 'development' into feature/instant/simulated-progress-bar | Steve Klebanoff | 2018-11-03 | 6 | -128/+234 |
| |\| | |||||
| * | | Merge branch 'development' into feature/instant/simulated-progress-bar | Steve Klebanoff | 2018-11-02 | 15 | -136/+353 |
| |\ \ | |||||
| * | | | linting: moving order of imports | Steve Klebanoff | 2018-11-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Better styling of estimated time | Steve Klebanoff | 2018-11-02 | 1 | -2/+15 |
| | | | | |||||
| * | | | Move file to new file to reflect the new export name | Steve Klebanoff | 2018-11-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Rename export | Steve Klebanoff | 2018-11-02 | 1 | -2/+2 |
| | | | | |||||
| * | | | Move BuyOrderProgress to its own component | Steve Klebanoff | 2018-11-02 | 1 | -0/+35 |
| | | | | |||||
| * | | | Remove old TODO | Steve Klebanoff | 2018-11-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Use new constants | Steve Klebanoff | 2018-11-02 | 1 | -2/+3 |
| | | | | |||||
| * | | | Use primary color instead of black | Steve Klebanoff | 2018-11-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | maxWidth -> toWidth, and make from and to width consistent units | Steve Klebanoff | 2018-11-02 | 1 | -10/+10 |
| | | | | |||||
| * | | | Getting rid of TimedProgress state | Steve Klebanoff | 2018-11-02 | 1 | -47/+23 |
| | | | | |||||
| * | | | Minor cleanup | Steve Klebanoff | 2018-11-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Don't export beginningState, and updating prop name in comment | ||||
| * | | | ended -> hasEnded | Steve Klebanoff | 2018-11-02 | 2 | -6/+6 |
| | | | | |||||
| * | | | Rename to SelectedAssetProgress | Steve Klebanoff | 2018-11-01 | 1 | -2/+2 |
| | | | | |||||
| * | | | Removing old simulated progress bar, and adding documentation to ↵ | Steve Klebanoff | 2018-11-01 | 2 | -198/+5 |
| | | | | | | | | | | | | | | | | TimedProgressBar | ||||
| * | | | WIP of new timedprogressbar using CSS animations | Steve Klebanoff | 2018-11-01 | 2 | -0/+165 |
| | | | | |||||
| * | | | Explicit actions for setting different order states | Steve Klebanoff | 2018-11-01 | 2 | -7/+7 |
| | | | | | | | | | | | | | | | | This allows us to dispatch updates with less syntax, and allows us to not have to send in progress info when setting failure and success | ||||
| * | | | Tick less often, and let CSS style the transition | Steve Klebanoff | 2018-10-31 | 1 | -3/+23 |
| | | | | |||||
| * | | | Nice formatting of displayed time | Steve Klebanoff | 2018-10-31 | 1 | -6/+3 |
| | | | | |||||
| * | | | Takeout unneeded div | Steve Klebanoff | 2018-10-31 | 1 | -12/+10 |
| | | | | |||||
| * | | | Get rid of old demo | Steve Klebanoff | 2018-10-31 | 1 | -11/+0 |
| | | | | |||||
| * | | | Use simulated progress bar for txn | Steve Klebanoff | 2018-10-31 | 2 | -19/+34 |
| | | | | |||||
| * | | | Showing time | Steve Klebanoff | 2018-10-31 | 1 | -1/+9 |
| | | | | |||||
| * | | | Show estimated time | Steve Klebanoff | 2018-10-31 | 1 | -0/+9 |
| | | | | |||||
| * | | | Remove old files | Steve Klebanoff | 2018-10-31 | 2 | -37/+0 |
| | | | | |||||
| * | | | Simulated Progress component working | Steve Klebanoff | 2018-10-31 | 2 | -5/+33 |
| | | | | |||||
| * | | | WIP: beginning of simulated progress bar component | Steve Klebanoff | 2018-10-31 | 1 | -0/+136 |
| | | | | |||||
| * | | | Placeholder for estimated time | Steve Klebanoff | 2018-10-31 | 1 | -1/+14 |
| | | | | |||||
| * | | | Making prettier | Steve Klebanoff | 2018-10-31 | 1 | -4/+8 |
| | | | | |||||
| * | | | Dispatching progress | Steve Klebanoff | 2018-10-31 | 2 | -1/+19 |
| | | | | |||||
| * | | | store estimated time in Ms on state | Steve Klebanoff | 2018-10-30 | 1 | -2/+2 |
| | | | | |||||
| * | | | return estimated state | Steve Klebanoff | 2018-10-30 | 2 | -3/+3 |
| | | | | |||||
* | | | | chore: address PR comments | fragosti | 2018-11-03 | 3 | -17/+21 |
| | | | | |||||
* | | | | chore: prettier and linter | fragosti | 2018-11-02 | 2 | -2/+0 |
| | | | | |||||
* | | | | feat: add basic token search functionality | fragosti | 2018-11-02 | 3 | -11/+75 |
| | | | | |||||
* | | | | feat: improve position of close X in token selector | fragosti | 2018-11-02 | 1 | -1/+3 |
| | | | | |||||
* | | | | feat: implement search bar UI | fragosti | 2018-11-02 | 4 | -4/+13 |
| | | | | |||||
* | | | | feat: add name param to all ERC20AssetMetaData | fragosti | 2018-11-02 | 1 | -0/+4 |
| | | | | |||||
* | | | | feat: implement basic token selection UI | fragosti | 2018-11-02 | 6 | -9/+69 |
| | | | | |||||
* | | | | feat: implement panel title and close | fragosti | 2018-11-02 | 2 | -5/+16 |
| | | | | |||||
* | | | | feat: use withTheme to use ColorOption to color Icon | fragosti | 2018-11-02 | 4 | -14/+12 |
| | | | | |||||
* | | | | feat: use new Icon component functionality | fragosti | 2018-11-02 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-02 | 6 | -144/+251 |
|\ \ \ \ | | |_|/ | |/| | | | | | | feature/instant/maker-asset-datas-interface | ||||
| * | | | Remove alternate hover styling from button and move into icon component | Brandon Millman | 2018-11-02 | 4 | -52/+54 |
| | | | | |||||
| * | | | feat(instant): add interactive overlay presentation to umd bundle | Brandon Millman | 2018-11-02 | 7 | -111/+215 |
| | |/ | |/| | |||||
* | | | chore: remove unneeded optional syntax | fragosti | 2018-11-02 | 1 | -2/+2 |
| | | | |||||
* | | | chore: add clarification to _generateSelectAssetClickHandler | fragosti | 2018-11-02 | 1 | -9/+10 |
| | | | |||||
* | | | fix: better name method | fragosti | 2018-11-02 | 1 | -4/+4 |
| | | | |||||
* | | | feat: auto-close panel when a token is selected | fragosti | 2018-11-02 | 1 | -1/+1 |
| | | | |||||
* | | | feat: add states to the erc20 input for no assets or only 1 asset | fragosti | 2018-11-02 | 3 | -8/+34 |
| | | | |||||
* | | | feat: implement basic erc20 token selector | fragosti | 2018-11-01 | 2 | -1/+36 |
| | | | |||||
* | | | feat: modify public API to allow for passing in available assets, or fetch ↵ | fragosti | 2018-11-01 | 1 | -8/+20 |
|/ / | | | | | | | assets from SRA | ||||
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-01 | 2 | -3/+11 |
|\| | | | | | | | feature/instant/basic-token-modal | ||||
| * | Move tslint disable line | Steve Klebanoff | 2018-10-30 | 1 | -1/+3 |
| | | |||||
| * | Comment for warming up cache | Steve Klebanoff | 2018-10-30 | 1 | -0/+2 |
| | | |||||
| * | linting | Steve Klebanoff | 2018-10-30 | 2 | -1/+2 |
| | | |||||
| * | gas price estimator | Steve Klebanoff | 2018-10-30 | 2 | -2/+5 |
| | | |||||
* | | chore: address PR feedback | fragosti | 2018-11-01 | 11 | -41/+43 |
| | | |||||
* | | feat: implement sliding panel | fragosti | 2018-10-31 | 7 | -72/+129 |
| | | |||||
* | | feat: allow for flexible position in position animation component | fragosti | 2018-10-31 | 3 | -13/+23 |
| | | |||||
* | | feat: refactor animation code | fragosti | 2018-10-31 | 8 | -70/+124 |
| | | |||||
* | | feat: add 'Select Token' UI to asset amount input | fragosti | 2018-10-30 | 4 | -17/+61 |
| | | |||||
* | | feat: add chevron icon and add it to asset amount input | fragosti | 2018-10-30 | 2 | -6/+27 |
| | | |||||
* | | feat: add basic panel component and other small improvements | fragosti | 2018-10-30 | 4 | -7/+35 |
|/ | |||||
* | feat(instant): add default gasPrice of 6 gwei to transactions | Brandon Millman | 2018-10-30 | 1 | -2/+3 |
| | |||||
* | fix(instant): fix spelling error and BigNumber gte operation | Brandon Millman | 2018-10-30 | 1 | -2/+2 |
| | |||||
* | Merge branch 'development' into feature/instant/fixed-orders-in-render-method | Brandon Millman | 2018-10-30 | 2 | -11/+30 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Has Sufficient Funds/Balance -> Has Sufficient ETH When transaction too low, treat as validation error. also modify callback: errorMessage could be AssetBuyError as well onPendingValidation -> onValidationPending linting Simpler way of validaitng has enough eth questionmark syntax instead of '| undefined' Validate enough ETH when user clicks buy acccount for no address move funct into util move imports yarn.lock changes feat(instant): Show message if user doesn't have enough ETH ethDecimals -> ETH_DECIMALS | ||||
| * | Merge pull request #1193 from 0xProject/feature/not-enough-eth | Steve Klebanoff | 2018-10-30 | 2 | -11/+30 |
| |\ | | | | | | | [instant] Not enough ETH error message | ||||
| | * | Has Sufficient Funds/Balance -> Has Sufficient ETH | Steve Klebanoff | 2018-10-30 | 1 | -3/+3 |
| | | | |||||
| | * | When transaction too low, treat as validation error. also modify callback: ↵ | Steve Klebanoff | 2018-10-30 | 2 | -6/+11 |
| | | | | | | | | | | | | errorMessage could be AssetBuyError as well | ||||
| | * | onPendingValidation -> onValidationPending | Steve Klebanoff | 2018-10-29 | 2 | -6/+6 |
| | | | |||||
| | * | Simpler way of validaitng has enough eth | Steve Klebanoff | 2018-10-27 | 2 | -11/+14 |
| | | | |||||
| | * | questionmark syntax instead of '| undefined' | Steve Klebanoff | 2018-10-27 | 1 | -1/+1 |
| | | | |||||
| | * | Validate enough ETH when user clicks buy | Steve Klebanoff | 2018-10-27 | 2 | -1/+10 |
| | | | |||||
| | * | Merge branch 'development' into feature/not-enough-eth | Steve Klebanoff | 2018-10-27 | 7 | -51/+70 |
| | |\ | |||||
| | * \ | Merge branch 'development' into feature/not-enough-eth | Steve Klebanoff | 2018-10-27 | 11 | -119/+339 |
| | |\ \ | |||||
| | * | | | ethDecimals -> ETH_DECIMALS | Steve Klebanoff | 2018-10-27 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Merge branch 'development' into feature/instant/fixed-orders-in-render-method | Brandon Millman | 2018-10-29 | 10 | -53/+81 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: fix(instant): refactor some props to use isDisabled instead of disabled linting imports feat(instant): Disable input when processing Add back debounce Make doesBuyQuoteMatchState in reducer less strict fix(instant): prevent outdated quote requests from overriding the correct quote selected asset buy order state button -> selected asset buy order state buttons buy order state button -> buy order state buttons feat(order_utils.py): ERC721 asset data codec (#1186) Add note about tslint false positive tsx -> ts Get BuyOrderState one big connected component, and let user view failure Show View Transaction button on failure, and allow setting of width for Try Again button and View Txn button Added string to constants chore: Update contract-wrappers CHANGELOG.json fix(contract-wrappers): Fix tslint errors that were lingering due to misconfiguration chore: Add --format stylish to tslint | ||||
| * | | | | Merge pull request #1194 from 0xProject/feature/instant/input-to-fixed | Steve Klebanoff | 2018-10-27 | 3 | -2/+11 |
| |\ \ \ \ | | |_|_|/ | |/| | | | [instant] Disable input when processing | ||||
| | * | | | fix(instant): refactor some props to use isDisabled instead of disabled | Brandon Millman | 2018-10-27 | 3 | -10/+10 |
| | | | | | |||||
| | * | | | feat(instant): Disable input when processing | Steve Klebanoff | 2018-10-27 | 3 | -2/+11 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #1189 from 0xProject/feature/instant/txn-failure | Steve Klebanoff | 2018-10-27 | 7 | -51/+70 |
| |\ \ \ | | |/ / | |/| | | [instant] View txn on failure | ||||
| | * | | linting imports | Steve Klebanoff | 2018-10-27 | 1 | -2/+2 |
| | | | | |||||
| | * | | selected asset buy order state button -> selected asset buy order state buttons | Steve Klebanoff | 2018-10-27 | 1 | -2/+2 |
| | | | | |||||
| | * | | buy order state button -> buy order state buttons | Steve Klebanoff | 2018-10-27 | 1 | -1/+1 |
| | | | | |||||
| | * | | Get BuyOrderState one big connected component, and let user view failure | Steve Klebanoff | 2018-10-26 | 5 | -30/+37 |
| | | | | |||||
| | * | | Show View Transaction button on failure, and allow setting of width for Try ↵ | Steve Klebanoff | 2018-10-26 | 4 | -8/+20 |
| | |/ | | | | | | | | | | Again button and View Txn button | ||||
* | | | Refactor error handling such that errorMessage lives on the top level state | Brandon Millman | 2018-10-27 | 2 | -4/+4 |
| | | | |||||
* | | | fix: init BigNumberInput not BigNumber when initializing state | fragosti | 2018-10-27 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-27 | 11 | -119/+339 |
|\| | | | | | | | | | | | feature/instant/fixed-orders-in-render-method | ||||
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-26 | 3 | -22/+49 |
| |\| | | | | | | | | | | feature/instant/input-fees-rounding | ||||
| * | | chore: dont override toString of BigNumber and other PR feedback | fragosti | 2018-10-26 | 4 | -18/+23 |
| | | | |||||
| * | | chore: update comments | fragosti | 2018-10-25 | 1 | -2/+2 |
| | | | |||||
| * | | chore: use alternate syntax for styled | fragosti | 2018-10-25 | 4 | -4/+16 |
| | | | |||||
| * | | fix: weird linting error that depends on types | fragosti | 2018-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | feat: change to increasing input width by a constant amount per additional ↵ | fragosti | 2018-10-25 | 1 | -5/+4 |
| | | | | | | | | | | | | character | ||||
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-25 | 9 | -25/+117 |
| |\ \ | | | | | | | | | | | | | feature/instant/input-fees-rounding | ||||
| * | | | chore: run linter | fragosti | 2018-10-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-25 | 12 | -115/+327 |
| |\ \ \ | | | | | | | | | | | | | | | | feature/instant/input-fees-rounding | ||||
| * | | | | fix: address PR feedback | fragosti | 2018-10-25 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | feat: cover more token symbol edge cases | fragosti | 2018-10-24 | 4 | -7/+22 |
| | | | | | |||||
| * | | | | feat: add title attribute to label | fragosti | 2018-10-24 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | feat: support half-written decimal numbers in BigNumberInput | fragosti | 2018-10-24 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | fix: remove unused callback info | fragosti | 2018-10-24 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | polish: improve scaling significantly | fragosti | 2018-10-24 | 3 | -28/+50 |
| | | | | | |||||
| * | | | | fix: remove the concept of initial with from scaling input and remove phase | fragosti | 2018-10-24 | 2 | -27/+21 |
| | | | | | |||||
| * | | | | fix: dont allow heading to change height when input size changes | fragosti | 2018-10-24 | 3 | -3/+7 |
| | | | | | |||||
| * | | | | chore: run linter | fragosti | 2018-10-23 | 4 | -11/+2 |
| | | | | | |||||
| * | | | | chore: final adjustments | fragosti | 2018-10-23 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | chore: refactor ScalingInput | fragosti | 2018-10-23 | 1 | -9/+18 |
| | | | | | |||||
| * | | | | feature: reduce font size by a percentage instead of a constant | fragosti | 2018-10-23 | 3 | -39/+57 |
| | | | | | |||||
| * | | | | feat: have basic scaling amount input working | fragosti | 2018-10-23 | 4 | -51/+130 |
| | | | | | |||||
| * | | | | feat: add scaling input component | fragosti | 2018-10-20 | 2 | -4/+88 |
| | | | | | |||||
| * | | | | fix: animation component typing | fragosti | 2018-10-20 | 1 | -4/+1 |
| | | | | | |||||
| * | | | | feat: user better syntax for defining ui components | fragosti | 2018-10-20 | 4 | -18/+4 |
| | | | | | |||||
| * | | | | feat: upgrade to styled-components v4 | fragosti | 2018-10-20 | 1 | -3/+7 |
| | | | | | |||||
* | | | | | fix: justify error message left | fragosti | 2018-10-27 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-26 | 3 | -22/+49 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | feature/instant/fixed-orders-in-render-method | ||||
| * | | | | cleanup code | Steve Klebanoff | 2018-10-26 | 1 | -7/+2 |
| | | | | | |||||
| * | | | | Added string to constants | Steve Klebanoff | 2018-10-26 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Making failure txHash required | Steve Klebanoff | 2018-10-26 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | txnHash -> txHash | Steve Klebanoff | 2018-10-26 | 1 | -10/+10 |
| | | | | | |||||
| * | | | | new try/catch pattern and new prop names per code review feedback | Steve Klebanoff | 2018-10-26 | 1 | -9/+24 |
| | | | | | |||||
| * | | | | feat(instant): Be able to view transaction when transaction is in progress | Steve Klebanoff | 2018-10-25 | 2 | -3/+8 |
| | | | | |