Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update prettier to version ^1.15.3 | Alex Browne | 2019-01-11 | 10 | -47/+23 |
| | |||||
* | Merge pull request #1481 from 0xProject/fix/instant/dropdown-color | Steve Klebanoff | 2019-01-04 | 2 | -17/+24 |
|\ | | | | | [instant] Dropdown hover 10% of primary color | ||||
| * | fix(instant): Dropdown hover should be 10% of primary color | Steve Klebanoff | 2019-01-03 | 2 | -17/+24 |
| | | |||||
* | | feat: unmount the token selector when its not displaying | fragosti | 2019-01-03 | 4 | -54/+75 |
| | | |||||
* | | feat: dont re-render the token selector on every input change | fragosti | 2019-01-02 | 1 | -8/+31 |
| | | |||||
* | | feat: give all stateless components a displayName or make them private | fragosti | 2019-01-02 | 14 | -0/+30 |
| | | |||||
* | | feat: use PureComponent instead of Component | fragosti | 2019-01-02 | 16 | -18/+18 |
|/ | |||||
* | Merge branch 'development' into fix/instant/signature-denied | Brandon Millman | 2018-12-21 | 5 | -96/+216 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (914 commits) Unfix compiler version except for top level contracts Move OrderValidator to extensions Update CHANGELOG Remove assembly version of matchOrders Add getOrderInfo check before calling fillOrder Update comments and hard code function selector constants Fix build after rebase update comments Fix build and add back tests Update dependency paths Add OrderMatcher tests feat: Add OrderMatcher contract that takes spread in multiple assets by calling `matchOrders` followed by `fillOrder` Update CHANGELOG Use more efficient equality checks Add note about input validation Use more efficient check for overflow Check if amount == 0 before doing division Reapply prettier New relayers feat(sra_client.py): Test deployed pkg via tox ... | ||||
| * | Merge branch 'development' into feature/instant/usd-eth-toggle | Steve Klebanoff | 2018-12-15 | 3 | -55/+45 |
| |\ | |||||
| * | | fix semicolon and apply prettier | Steve Klebanoff | 2018-12-15 | 1 | -2/+10 |
| | | | |||||
| * | | Show @ price in light grey | Steve Klebanoff | 2018-12-14 | 1 | -4/+5 |
| | | | |||||
| * | | typeof -> isString | Steve Klebanoff | 2018-12-14 | 1 | -1/+1 |
| | | | |||||
| * | | Fix SectionHeaderProps | Steve Klebanoff | 2018-12-14 | 1 | -4/+2 |
| | | | |||||
| * | | A little bit of scaling logic for not cutting off text | Steve Klebanoff | 2018-12-13 | 1 | -6/+9 |
| | | | |||||
| * | | Use BN equals and call function | Steve Klebanoff | 2018-12-13 | 1 | -2/+2 |
| | | | |||||
| * | | Use helper function to check for error | Steve Klebanoff | 2018-12-13 | 1 | -3/+1 |
| | | | |||||
| * | | Abstract SectionHeader and make 12px per Chris's comment and figma design | Steve Klebanoff | 2018-12-13 | 3 | -21/+33 |
| | | | |||||
| * | | Linting | Steve Klebanoff | 2018-12-13 | 1 | -4/+3 |
| | | | |||||
| * | | Analytics events for ETH/USD toggle and failure to fetch eth usd price | Steve Klebanoff | 2018-12-13 | 1 | -0/+1 |
| | | | |||||
| * | | Show error when fetching usd prices | Steve Klebanoff | 2018-12-13 | 1 | -4/+32 |
| | | | |||||
| * | | Make primary value in total cost bold | Steve Klebanoff | 2018-12-13 | 1 | -0/+1 |
| | | | |||||
| * | | Small clean up | Steve Klebanoff | 2018-12-13 | 1 | -18/+5 |
| | | | |||||
| * | | Refactor BaseCurrencyChoice to be done in helper function | Steve Klebanoff | 2018-12-13 | 1 | -27/+19 |
| | | | |||||
| * | | Refactor OrderDetails to use private instance methods | Steve Klebanoff | 2018-12-13 | 1 | -91/+115 |
| | | | |||||
| * | | Move header to helper | Steve Klebanoff | 2018-12-13 | 1 | -29/+33 |
| | | | |||||
| * | | Render OrderDetailsRow directly | Steve Klebanoff | 2018-12-13 | 1 | -10/+29 |
| | | | |||||
| * | | Delete old interface and rename BaseCurrencyChoice | Steve Klebanoff | 2018-12-12 | 1 | -13/+4 |
| | | | |||||
| * | | Refactor out custom components | Steve Klebanoff | 2018-12-12 | 1 | -82/+55 |
| | | | |||||
| * | | Show as 0 when selected | Steve Klebanoff | 2018-12-12 | 1 | -7/+11 |
| | | | |||||
| * | | Remove unused component | Steve Klebanoff | 2018-12-12 | 1 | -49/+0 |
| | | | |||||
| * | | feat(instant): ETH/USD toggle | Steve Klebanoff | 2018-12-12 | 1 | -35/+161 |
| | | | |||||
* | | | feat(instant): add new event for unknown buy errors | Brandon Millman | 2018-12-21 | 1 | -1/+1 |
| | | | |||||
* | | | fix(instant): add analytics to unknown error on executeBuyAsync | Brandon Millman | 2018-12-21 | 1 | -0/+1 |
| | | | |||||
* | | | fix(instant): catch unknown errors from executeBuyAsync, report them and ↵ | Brandon Millman | 2018-12-21 | 1 | -4/+5 |
| | | | | | | | | | | | | show could not submit transaction | ||||
* | | | fix(instant): treat executeBuyQuote errors as signature denials | Brandon Millman | 2018-12-15 | 1 | -5/+9 |
| |/ |/| | |||||
* | | run linter | fragosti | 2018-12-14 | 2 | -14/+31 |
| | | |||||
* | | simplify scaling input logic | fragosti | 2018-12-14 | 3 | -50/+18 |
| | | |||||
* | | feat: change input to number input | fragosti | 2018-12-11 | 2 | -0/+5 |
|/ | |||||
* | Merge pull request #1404 from 0xProject/feature/instant/better-provider-fallback | Francesco Agosti | 2018-12-11 | 1 | -0/+1 |
|\ | | | | | [instant] Refactor provider name and provider display name logic, log the display name | ||||
| * | feat: refactor provider name and displayName logic | fragosti | 2018-12-08 | 1 | -1/+1 |
| | | |||||
| * | feat: log walletDisplayName to Heap | fragosti | 2018-12-08 | 1 | -0/+1 |
| | | |||||
* | | fix(instant): hide loaders when no token or buy amount is chosen | Brandon Millman | 2018-12-11 | 1 | -6/+13 |
| | | |||||
* | | Don't throw error if can't find icon for token | Steve Klebanoff | 2018-12-11 | 1 | -2/+11 |
|/ | |||||
* | Merge pull request #1369 from 0xProject/feature/website/instant-configurator | Francesco Agosti | 2018-12-06 | 1 | -21/+2 |
|\ | | | | | [website][instant] Instant configurator | ||||
| * | chore: run prettier | fragosti | 2018-12-06 | 1 | -6/+1 |
| | | |||||
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-06 | 9 | -12/+27 |
| |\ | | | | | | | | | | feature/website/instant-configurator | ||||
| * | | fix: instant linting issues | fragosti | 2018-12-05 | 1 | -4/+0 |
| | | | |||||
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-04 | 1 | -4/+4 |
| |\ \ | | | | | | | | | | | | | feature/website/instant-configurator | ||||
| * \ \ | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-04 | 16 | -38/+110 |
| |\ \ \ | | | | | | | | | | | | | | | | feature/website/instant-configurator | ||||
| * | | | | feat: move instant base config to types file | fragosti | 2018-11-30 | 1 | -18/+2 |
| | | | | | |||||
* | | | | | feat: lowercase keys in additionalAssetMetaDataMap | fragosti | 2018-12-06 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | fix: input placeholder css specificity increase | fragosti | 2018-12-06 | 1 | -2/+2 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #1382 from 0xProject/fix/instant/center-powered-by | Steve Klebanoff | 2018-12-05 | 3 | -5/+9 |
|\ \ \ \ | | | | | | | | | | | [instant] Center powered by and change to text to Connect | ||||
| * | | | | Wallet prompt tweaks per Chris's comment | Steve Klebanoff | 2018-12-05 | 2 | -4/+8 |
| | | | | | |||||
| * | | | | Please unlock -> Click to connect | Steve Klebanoff | 2018-12-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fix(instant): center powered by 0x svg | Steve Klebanoff | 2018-12-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #1379 from 0xProject/fix/instant/overlay-color | Brandon Millman | 2018-12-05 | 2 | -3/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | [instant] add stable class name to overlay close button and adjust overlay color | ||||
| * | | | | | fix(instant): remove extra container around the button | Brandon Millman | 2018-12-05 | 1 | -11/+15 |
| | | | | | | |||||
| * | | | | | feat(instant): give a stable class name to the close button on the overlay | Brandon Millman | 2018-12-05 | 1 | -9/+11 |
| | | | | | | |||||
| * | | | | | fix(instant): lighten the overlay color to 0.7 opacity from 0.9 | Brandon Millman | 2018-12-05 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #1381 from 0xProject/feature/magic-input-error | Steve Klebanoff | 2018-12-05 | 1 | -0/+5 |
|\ \ \ \ \ | |_|/ / / |/| | | | | [instant] Magic input to trigger error for production Rollbar testing | ||||
| * | | | | Add GIT_SHA and NPM_VERSION constants, report git and npm version in error | Steve Klebanoff | 2018-12-05 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | feat(instant): input to trigger error for rollbar testing | Steve Klebanoff | 2018-12-05 | 1 | -0/+5 |
| |/ / / | |||||
* / / / | polish: reduce vertical padding in instant | fragosti | 2018-12-05 | 4 | -4/+4 |
|/ / / | |||||
* | / | fix(instant): render token selector when only one asset is available | Brandon Millman | 2018-12-04 | 1 | -4/+4 |
| |/ |/| | |||||
* | | Merge pull request #1295 from 0xProject/feature/instant/rollbar-env | Steve Klebanoff | 2018-12-04 | 1 | -0/+2 |
|\ \ | | | | | | | [instant] Rollbar | ||||
| * \ | Merge branch 'feature/instant/prod-env-switches-cdn' into ↵ | Steve Klebanoff | 2018-12-01 | 18 | -45/+152 |
| |\ \ | | | | | | | | | | | | | feature/instant/rollbar-env | ||||
| * \ \ | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-11-22 | 2 | -8/+9 |
| |\ \ \ | |||||
| * | | | | Move rollbar setup into function, move setting up into provider | Steve Klebanoff | 2018-11-22 | 2 | -3/+2 |
| | | | | | |||||
| * | | | | feat(instant): Report errors to rollbar | Steve Klebanoff | 2018-11-21 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Merge pull request #1365 from 0xProject/fix/instant/token-selector | Brandon Millman | 2018-12-04 | 6 | -9/+19 |
|\ \ \ \ \ | | | | | | | | | | | | | [instant] various polish items | ||||
| * | | | | | fix(instant): darken overlay color | Brandon Millman | 2018-12-01 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | feat(instant): add token symbol to buy button text | Brandon Millman | 2018-12-01 | 2 | -4/+12 |
| | | | | | | |||||
| * | | | | | fix(instant) various token selector fixes | Brandon Millman | 2018-12-01 | 3 | -4/+6 |
| | |_|/ / | |/| | | | |||||
* / | | | | feat(instant): provide a custom wallet display name | Brandon Millman | 2018-12-01 | 2 | -6/+8 |
|/ / / / | |||||
* | | | | removing unused references | Steve Klebanoff | 2018-12-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-01 | 8 | -17/+61 |
|\ \ \ \ | | | | | | | | | | | | | | | | fix/instant/instant-bounces-on-error | ||||
| * \ \ \ | Merge pull request #1343 from 0xProject/feature/instant/quote-analytics | Steve Klebanoff | 2018-11-30 | 1 | -2/+4 |
| |\ \ \ \ | | | | | | | | | | | | | [instant] Quote analytics | ||||
| | * \ \ \ | Merge branch 'development' into feature/instant/quote-analytics | Steve Klebanoff | 2018-11-29 | 2 | -2/+20 |
| | |\ \ \ \ | |||||
| | * | | | | | Move fetch origin out of options | Steve Klebanoff | 2018-11-29 | 1 | -2/+1 |
| | | | | | | | |||||
| | * | | | | | fetchedVia -> fetchOrigin | Steve Klebanoff | 2018-11-29 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | QuoteFetchedVia -> QuoteFetchOrigin | Steve Klebanoff | 2018-11-29 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | feat(instant): Quote fetch tracking | Steve Klebanoff | 2018-11-28 | 1 | -2/+5 |
| | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge pull request #1345 from 0xProject/fix/instant/progress-bar-bg | Steve Klebanoff | 2018-11-30 | 2 | -5/+25 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | [instant] Progress bar background | ||||
| | * | | | | | fix(instant): Progress bar background color should be 10% primary color | Steve Klebanoff | 2018-11-29 | 2 | -5/+25 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #1346 from 0xProject/fix/instant/token-selector-hover | Steve Klebanoff | 2018-11-30 | 1 | -4/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | [instant] Half opacity on clickable text hover | ||||
| | * | | | | | Linting | Steve Klebanoff | 2018-11-29 | 1 | -1/+0 |
| | | | | | | | |||||
| | * | | | | | fix(instant): Half opacity instead of darkening on hover for clickable text | Steve Klebanoff | 2018-11-29 | 1 | -3/+2 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #1347 from 0xProject/fix/instant/input-react-warning | Steve Klebanoff | 2018-11-30 | 1 | -4/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | [instant] Fix uncontrolled input warning for token selector | ||||
| | * | | | | | fix(instant): Fix uncontrolled input warning for token selector | Steve Klebanoff | 2018-11-29 | 1 | -4/+4 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #1352 from 0xProject/fix/instant/token-symbol-size | Francesco Agosti | 2018-11-29 | 1 | -0/+6 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | [instant] Notify of the used font size for re-renders of scaling input | ||||
| | * | | | | fix: notify of the used font size for re-renders of scaling input | fragosti | 2018-11-29 | 1 | -0/+6 |
| | |/ / / | |||||
| * | | | | Merge branch 'development' into feature/instant/install-analytics | Steve Klebanoff | 2018-11-28 | 2 | -2/+20 |
| |\| | | | |||||
| * | | | | feat(instant): Install Wallet analytics | Steve Klebanoff | 2018-11-28 | 2 | -2/+20 |
| | | | | | |||||
* | | | | | fix: dont allow price labels to wrap | fragosti | 2018-11-29 | 1 | -2/+9 |
| | | | | | |||||
* | | | | | fix: instant height change on loading state change | fragosti | 2018-11-29 | 1 | -3/+2 |
| | | | | | |||||
* | | | | | fix: instant error no longer makes instant move | fragosti | 2018-11-29 | 1 | -0/+2 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'development' into feature/instant/dropdown-analytics | Steve Klebanoff | 2018-11-28 | 3 | -3/+16 |
|\| | | | |||||
| * | | | Merge pull request #1336 from 0xProject/fix/instant/clipboard | Steve Klebanoff | 2018-11-28 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | [instant] Fix copy to clipboard | ||||
| | * | | | fix(instant): Fix copy to clipboard | Steve Klebanoff | 2018-11-28 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #1327 from 0xProject/feature/instant/events-buy | Brandon Millman | 2018-11-28 | 1 | -0/+8 |
| |\ \ \ \ | | | | | | | | | | | | | [instant] Add buy events to instant | ||||
| | * | | | | Merge branch 'development' into feature/instant/events-buy | Brandon Millman | 2018-11-28 | 3 | -8/+18 |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Make explicit functions Linting Fix props Set selected asset to none Track numberAvailableAssets, selectedAssetName, selectedAssetData event properties Fix dupe merge issue feat(instant): Event tracking for token selector Token selector searched Token Selector open, closed, chose | ||||
| | * | | | | Merge branch 'development' into feature/instant/events-buy | Brandon Millman | 2018-11-27 | 6 | -11/+25 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: fix: add --exclude-missing flag to yarn clean command Update CHANGELOG fix: remove getApproved check from OrderValidator since approval is removed after a single transfer Add comment Force scaling input component to rerender when a different asset is chosen Send in explicit props feat(instant): Add more event properties to heap Move out generating of event properties, and send in orderSource autofocus -> hasAutoFocus fix(instant): Right align amounts fix(instant): Autofocus text amount input | ||||
| | * | | | | | feat(instant): add expectedEndTimeUnix and actualEndTimeUnix to buy events | Brandon Millman | 2018-11-27 | 1 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | feat(instant): add buyQuote properties to buy events | Brandon Millman | 2018-11-27 | 1 | -7/+7 |
| | | | | | | | |||||
| | * | | | | | feat(instant): add txHash to relevant buy events | Brandon Millman | 2018-11-27 | 1 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | feat(instant): implement buy events without associated properties | Brandon Millman | 2018-11-27 | 1 | -0/+8 |
| | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge branch 'development' into feature/instant/stable-css-classes | Steve Klebanoff | 2018-11-28 | 3 | -8/+18 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| * | | | | | Use constants | Steve Klebanoff | 2018-11-28 | 1 | -2/+3 |
| | | | | | | |||||
| * | | | | | Add stable CSS classes | Steve Klebanoff | 2018-11-27 | 1 | -2/+6 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'development' into feature/instant/dropdown-analytics | Steve Klebanoff | 2018-11-28 | 3 | -8/+18 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'development' into feature/instant/token-picker-events | Steve Klebanoff | 2018-11-28 | 5 | -3/+16 |
| |\| | | | |||||
| * | | | | Make explicit functions | Steve Klebanoff | 2018-11-28 | 1 | -7/+6 |
| | | | | | |||||
| * | | | | Linting | Steve Klebanoff | 2018-11-28 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Fix props | Steve Klebanoff | 2018-11-27 | 1 | -5/+3 |
| | | | | | |||||
| * | | | | Track numberAvailableAssets, selectedAssetName, selectedAssetData event ↵ | Steve Klebanoff | 2018-11-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | properties | ||||
| * | | | | Merge branch 'development' into feature/instant/token-picker-events | Steve Klebanoff | 2018-11-27 | 1 | -8/+9 |
| |\ \ \ \ | |||||
| * | | | | | feat(instant): Event tracking for token selector | Steve Klebanoff | 2018-11-27 | 1 | -5/+12 |
| | | | | | | |||||
| * | | | | | Token selector searched | Steve Klebanoff | 2018-11-27 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Token Selector open, closed, chose | Steve Klebanoff | 2018-11-27 | 1 | -0/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | feat(instant): Add analytics events for payment dropdown | Steve Klebanoff | 2018-11-28 | 2 | -2/+20 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #1294 from 0xProject/feature/header-tweaks | Steve Klebanoff | 2018-11-27 | 5 | -3/+16 |
|\ \ \ \ | |_|/ / |/| | | | [instant] Header tweaks | ||||
| * | | | Add comment | Steve Klebanoff | 2018-11-22 | 1 | -0/+1 |
| | | | | |||||
| * | | | Force scaling input component to rerender when a different asset is chosen | Steve Klebanoff | 2018-11-22 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'development' into feature/header-tweaks | Steve Klebanoff | 2018-11-22 | 2 | -7/+8 |
| |\| | | |||||
| * | | | Merge branch 'development' into feature/header-tweaks | Steve Klebanoff | 2018-11-21 | 2 | -0/+27 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | autofocus -> hasAutoFocus | Steve Klebanoff | 2018-11-21 | 3 | -8/+8 |
| | | | | |||||
| * | | | fix(instant): Right align amounts | Steve Klebanoff | 2018-11-21 | 2 | -2/+6 |
| | | | | |||||
| * | | | fix(instant): Autofocus text amount input | Steve Klebanoff | 2018-11-21 | 3 | -1/+8 |
| | | | | |||||
* | | | | Merge branch 'development' into feature/instant/open-close-events | Steve Klebanoff | 2018-11-27 | 2 | -7/+8 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge pull request #1283 from ↵ | Francesco Agosti | 2018-11-21 | 1 | -2/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/instant/make-instant-public-and-fix-publishing [instant] Make package public and fix publishing | ||||
| | * | | | fix: do not use document on import | fragosti | 2018-11-20 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Merge pull request #1290 from 0xProject/fix/instant/disable-token-picker | Steve Klebanoff | 2018-11-21 | 1 | -5/+7 |
| |\ \ \ \ | | |_|_|/ | |/| | | | [instant] Don't allow changing of assets when order in progress | ||||
| | * | | | isDisabled -> isInputDisabled | Steve Klebanoff | 2018-11-21 | 1 | -3/+4 |
| | | | | | |||||
| | * | | | Allow user to select other token on success | Steve Klebanoff | 2018-11-21 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | fix(instant): Don't allow changing of assets when order processing | Steve Klebanoff | 2018-11-20 | 1 | -2/+3 |
| | | |/ | | |/| | |||||
* | | | | Send in explicit props | Steve Klebanoff | 2018-11-22 | 1 | -1/+9 |
| | | | | |||||
* | | | | Move out generating of event properties, and send in orderSource | Steve Klebanoff | 2018-11-21 | 1 | -8/+1 |
|/ / / | |||||
* | | | Merge pull request #1272 from 0xProject/feature/instant/heap | Steve Klebanoff | 2018-11-21 | 1 | -0/+14 |
|\ \ \ | | | | | | | | | [instant] Base heap integration | ||||
| * | | | Merge branch 'development' into feature/instant/heap | Steve Klebanoff | 2018-11-20 | 1 | -5/+26 |
| |\| | | |||||
| * | | | Change disabled analytics name, add assertion, and always set | Steve Klebanoff | 2018-11-20 | 1 | -4/+2 |
| | | | | |||||
| * | | | Add way to disable via props | Steve Klebanoff | 2018-11-17 | 1 | -1/+5 |
| | | | | |||||
| * | | | Widget -> Instant | Steve Klebanoff | 2018-11-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Getting rid of unused function, and using track prefix | Steve Klebanoff | 2018-11-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'development' into feature/instant/heap | Steve Klebanoff | 2018-11-17 | 5 | -83/+31 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Report on git sha and npm version of build | Steve Klebanoff | 2018-11-17 | 1 | -0/+2 |
| | | | | |||||
| * | | | Remove unused import | Steve Klebanoff | 2018-11-17 | 1 | -1/+0 |
| | | | | |||||
| * | | | Typesafe analytic actions | Steve Klebanoff | 2018-11-17 | 1 | -1/+2 |
| | | | | |||||
| * | | | Linting | Steve Klebanoff | 2018-11-16 | 2 | -2/+1 |
| | | | | |||||
| * | | | Move where we track widget opened, and report on networkId and providerName | Steve Klebanoff | 2018-11-16 | 2 | -4/+10 |
| | | | | |||||
| * | | | feat(instant): Heap middleware and first tracking events | Steve Klebanoff | 2018-11-16 | 1 | -0/+5 |
| | | | | |||||
* | | | | Import via TS | Steve Klebanoff | 2018-11-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix linting | Steve Klebanoff | 2018-11-20 | 1 | -2/+1 |
| | | | | |||||
* | | | | Use anchor instead of Text | Steve Klebanoff | 2018-11-20 | 1 | -4/+3 |
| | | | | |||||
* | | | | feat(instant): Add powered by 0x image | Steve Klebanoff | 2018-11-20 | 1 | -0/+15 |
| |_|/ |/| | | |||||
* | | | feat(instant): support custom iconUrls | Brandon Millman | 2018-11-20 | 1 | -9/+25 |
| | | | |||||
* | | | feat(instant): add icons to token selector | Brandon Millman | 2018-11-16 | 1 | -5/+10 |
| |/ |/| | |||||
* | | chore(instant): fix lint error | Brandon Millman | 2018-11-16 | 1 | -1/+1 |
| | | |||||
* | | fix: remove unused vars | fragosti | 2018-11-16 | 1 | -6/+1 |
| | | |||||
* | | Merge pull request #1273 from 0xProject/fix/instant/heartbeat-errors | Steve Klebanoff | 2018-11-16 | 1 | -1/+2 |
|\ \ | | | | | | | [instant] Don't show errors from heartbeat buy quote calls | ||||
| * | | Have heartbeat update not trigger errors | Steve Klebanoff | 2018-11-16 | 1 | -1/+2 |
| |/ | |||||
* | | fix: remove redundant handler | fragosti | 2018-11-16 | 1 | -21/+1 |
| | | |||||
* | | feat: make onUnlockWalletClick different based on ON | fragosti | 2018-11-16 | 2 | -33/+33 |
| | | |||||
* | | chore: remove wallet panel content for mobile | fragosti | 2018-11-16 | 1 | -51/+1 |
| | | |||||
* | | feat: use blue for wallet prompt on mobile | fragosti | 2018-11-16 | 3 | -6/+28 |
|/ | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-15 | 5 | -11/+10 |
|\ | | | | | | | feature/instant/different-install-wallet-copy-for-mobile | ||||
| * | fix(instant): fix tabIndex attribute error | Brandon Millman | 2018-11-15 | 2 | -2/+2 |
| | | |||||
| * | fix(instant): match token search on prefix | Brandon Millman | 2018-11-15 | 1 | -2/+4 |
| | | |||||
| * | fix(instant): border radius | Brandon Millman | 2018-11-15 | 3 | -9/+4 |
| | | |||||
| * | fix(instant): fix tabbing into erc20 token selector | Brandon Millman | 2018-11-15 | 2 | -0/+2 |
| | | |||||
* | | refactor: move wallet panel content os switching logic into two methods | fragosti | 2018-11-14 | 1 | -78/+79 |
| | | |||||
* | | 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 |
| | | | |