aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Update prettier to version ^1.15.3Alex Browne2019-01-1110-47/+23
|
* Merge pull request #1481 from 0xProject/fix/instant/dropdown-colorSteve Klebanoff2019-01-042-17/+24
|\ | | | | [instant] Dropdown hover 10% of primary color
| * fix(instant): Dropdown hover should be 10% of primary colorSteve Klebanoff2019-01-032-17/+24
| |
* | feat: unmount the token selector when its not displayingfragosti2019-01-034-54/+75
| |
* | feat: dont re-render the token selector on every input changefragosti2019-01-021-8/+31
| |
* | feat: give all stateless components a displayName or make them privatefragosti2019-01-0214-0/+30
| |
* | feat: use PureComponent instead of Componentfragosti2019-01-0216-18/+18
|/
* Merge branch 'development' into fix/instant/signature-deniedBrandon Millman2018-12-215-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-toggleSteve Klebanoff2018-12-153-55/+45
| |\
| * | fix semicolon and apply prettierSteve Klebanoff2018-12-151-2/+10
| | |
| * | Show @ price in light greySteve Klebanoff2018-12-141-4/+5
| | |
| * | typeof -> isStringSteve Klebanoff2018-12-141-1/+1
| | |
| * | Fix SectionHeaderPropsSteve Klebanoff2018-12-141-4/+2
| | |
| * | A little bit of scaling logic for not cutting off textSteve Klebanoff2018-12-131-6/+9
| | |
| * | Use BN equals and call functionSteve Klebanoff2018-12-131-2/+2
| | |
| * | Use helper function to check for errorSteve Klebanoff2018-12-131-3/+1
| | |
| * | Abstract SectionHeader and make 12px per Chris's comment and figma designSteve Klebanoff2018-12-133-21/+33
| | |
| * | LintingSteve Klebanoff2018-12-131-4/+3
| | |
| * | Analytics events for ETH/USD toggle and failure to fetch eth usd priceSteve Klebanoff2018-12-131-0/+1
| | |
| * | Show error when fetching usd pricesSteve Klebanoff2018-12-131-4/+32
| | |
| * | Make primary value in total cost boldSteve Klebanoff2018-12-131-0/+1
| | |
| * | Small clean upSteve Klebanoff2018-12-131-18/+5
| | |
| * | Refactor BaseCurrencyChoice to be done in helper functionSteve Klebanoff2018-12-131-27/+19
| | |
| * | Refactor OrderDetails to use private instance methodsSteve Klebanoff2018-12-131-91/+115
| | |
| * | Move header to helperSteve Klebanoff2018-12-131-29/+33
| | |
| * | Render OrderDetailsRow directlySteve Klebanoff2018-12-131-10/+29
| | |
| * | Delete old interface and rename BaseCurrencyChoiceSteve Klebanoff2018-12-121-13/+4
| | |
| * | Refactor out custom componentsSteve Klebanoff2018-12-121-82/+55
| | |
| * | Show as 0 when selectedSteve Klebanoff2018-12-121-7/+11
| | |
| * | Remove unused componentSteve Klebanoff2018-12-121-49/+0
| | |
| * | feat(instant): ETH/USD toggleSteve Klebanoff2018-12-121-35/+161
| | |
* | | feat(instant): add new event for unknown buy errorsBrandon Millman2018-12-211-1/+1
| | |
* | | fix(instant): add analytics to unknown error on executeBuyAsyncBrandon Millman2018-12-211-0/+1
| | |
* | | fix(instant): catch unknown errors from executeBuyAsync, report them and ↵Brandon Millman2018-12-211-4/+5
| | | | | | | | | | | | show could not submit transaction
* | | fix(instant): treat executeBuyQuote errors as signature denialsBrandon Millman2018-12-151-5/+9
| |/ |/|
* | run linterfragosti2018-12-142-14/+31
| |
* | simplify scaling input logicfragosti2018-12-143-50/+18
| |
* | feat: change input to number inputfragosti2018-12-112-0/+5
|/
* Merge pull request #1404 from 0xProject/feature/instant/better-provider-fallbackFrancesco Agosti2018-12-111-0/+1
|\ | | | | [instant] Refactor provider name and provider display name logic, log the display name
| * feat: refactor provider name and displayName logicfragosti2018-12-081-1/+1
| |
| * feat: log walletDisplayName to Heapfragosti2018-12-081-0/+1
| |
* | fix(instant): hide loaders when no token or buy amount is chosenBrandon Millman2018-12-111-6/+13
| |
* | Don't throw error if can't find icon for tokenSteve Klebanoff2018-12-111-2/+11
|/
* Merge pull request #1369 from 0xProject/feature/website/instant-configuratorFrancesco Agosti2018-12-061-21/+2
|\ | | | | [website][instant] Instant configurator
| * chore: run prettierfragosti2018-12-061-6/+1
| |
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-12-069-12/+27
| |\ | | | | | | | | | feature/website/instant-configurator
| * | fix: instant linting issuesfragosti2018-12-051-4/+0
| | |
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-12-041-4/+4
| |\ \ | | | | | | | | | | | | feature/website/instant-configurator
| * \ \ Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-12-0416-38/+110
| |\ \ \ | | | | | | | | | | | | | | | feature/website/instant-configurator
| * | | | feat: move instant base config to types filefragosti2018-11-301-18/+2
| | | | |
* | | | | feat: lowercase keys in additionalAssetMetaDataMapfragosti2018-12-061-1/+2
| | | | |
* | | | | fix: input placeholder css specificity increasefragosti2018-12-061-2/+2
| |_|_|/ |/| | |
* | | | Merge pull request #1382 from 0xProject/fix/instant/center-powered-bySteve Klebanoff2018-12-053-5/+9
|\ \ \ \ | | | | | | | | | | [instant] Center powered by and change to text to Connect
| * | | | Wallet prompt tweaks per Chris's commentSteve Klebanoff2018-12-052-4/+8
| | | | |
| * | | | Please unlock -> Click to connectSteve Klebanoff2018-12-051-1/+1
| | | | |
| * | | | fix(instant): center powered by 0x svgSteve Klebanoff2018-12-051-1/+1
| | | | |
* | | | | Merge pull request #1379 from 0xProject/fix/instant/overlay-colorBrandon Millman2018-12-052-3/+9
|\ \ \ \ \ | | | | | | | | | | | | [instant] add stable class name to overlay close button and adjust overlay color
| * | | | | fix(instant): remove extra container around the buttonBrandon Millman2018-12-051-11/+15
| | | | | |
| * | | | | feat(instant): give a stable class name to the close button on the overlayBrandon Millman2018-12-051-9/+11
| | | | | |
| * | | | | fix(instant): lighten the overlay color to 0.7 opacity from 0.9Brandon Millman2018-12-051-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1381 from 0xProject/feature/magic-input-errorSteve Klebanoff2018-12-051-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 errorSteve Klebanoff2018-12-051-2/+2
| | | | |
| * | | | feat(instant): input to trigger error for rollbar testingSteve Klebanoff2018-12-051-0/+5
| |/ / /
* / / / polish: reduce vertical padding in instantfragosti2018-12-054-4/+4
|/ / /
* | / fix(instant): render token selector when only one asset is availableBrandon Millman2018-12-041-4/+4
| |/ |/|
* | Merge pull request #1295 from 0xProject/feature/instant/rollbar-envSteve Klebanoff2018-12-041-0/+2
|\ \ | | | | | | [instant] Rollbar
| * \ Merge branch 'feature/instant/prod-env-switches-cdn' into ↵Steve Klebanoff2018-12-0118-45/+152
| |\ \ | | | | | | | | | | | | feature/instant/rollbar-env
| * \ \ Merge branch 'development' into feature/instant/rollbar-envSteve Klebanoff2018-11-222-8/+9
| |\ \ \
| * | | | Move rollbar setup into function, move setting up into providerSteve Klebanoff2018-11-222-3/+2
| | | | |
| * | | | feat(instant): Report errors to rollbarSteve Klebanoff2018-11-211-0/+3
| | | | |
* | | | | Merge pull request #1365 from 0xProject/fix/instant/token-selectorBrandon Millman2018-12-046-9/+19
|\ \ \ \ \ | | | | | | | | | | | | [instant] various polish items
| * | | | | fix(instant): darken overlay colorBrandon Millman2018-12-011-1/+1
| | | | | |
| * | | | | feat(instant): add token symbol to buy button textBrandon Millman2018-12-012-4/+12
| | | | | |
| * | | | | fix(instant) various token selector fixesBrandon Millman2018-12-013-4/+6
| | |_|/ / | |/| | |
* / | | | feat(instant): provide a custom wallet display nameBrandon Millman2018-12-012-6/+8
|/ / / /
* | | | removing unused referencesSteve Klebanoff2018-12-011-1/+1
| | | |
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-12-018-17/+61
|\ \ \ \ | | | | | | | | | | | | | | | fix/instant/instant-bounces-on-error
| * \ \ \ Merge pull request #1343 from 0xProject/feature/instant/quote-analyticsSteve Klebanoff2018-11-301-2/+4
| |\ \ \ \ | | | | | | | | | | | | [instant] Quote analytics
| | * \ \ \ Merge branch 'development' into feature/instant/quote-analyticsSteve Klebanoff2018-11-292-2/+20
| | |\ \ \ \
| | * | | | | Move fetch origin out of optionsSteve Klebanoff2018-11-291-2/+1
| | | | | | |
| | * | | | | fetchedVia -> fetchOriginSteve Klebanoff2018-11-291-1/+1
| | | | | | |
| | * | | | | QuoteFetchedVia -> QuoteFetchOriginSteve Klebanoff2018-11-291-2/+2
| | | | | | |
| | * | | | | feat(instant): Quote fetch trackingSteve Klebanoff2018-11-281-2/+5
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #1345 from 0xProject/fix/instant/progress-bar-bgSteve Klebanoff2018-11-302-5/+25
| |\ \ \ \ \ | | | | | | | | | | | | | | [instant] Progress bar background
| | * | | | | fix(instant): Progress bar background color should be 10% primary colorSteve Klebanoff2018-11-292-5/+25
| | |/ / / /
| * | | | | Merge pull request #1346 from 0xProject/fix/instant/token-selector-hoverSteve Klebanoff2018-11-301-4/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | [instant] Half opacity on clickable text hover
| | * | | | | LintingSteve Klebanoff2018-11-291-1/+0
| | | | | | |
| | * | | | | fix(instant): Half opacity instead of darkening on hover for clickable textSteve Klebanoff2018-11-291-3/+2
| | |/ / / /
| * | | | | Merge pull request #1347 from 0xProject/fix/instant/input-react-warningSteve Klebanoff2018-11-301-4/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | [instant] Fix uncontrolled input warning for token selector
| | * | | | | fix(instant): Fix uncontrolled input warning for token selectorSteve Klebanoff2018-11-291-4/+4
| | |/ / / /
| * | | | | Merge pull request #1352 from 0xProject/fix/instant/token-symbol-sizeFrancesco Agosti2018-11-291-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 inputfragosti2018-11-291-0/+6
| | |/ / /
| * | | | Merge branch 'development' into feature/instant/install-analyticsSteve Klebanoff2018-11-282-2/+20
| |\| | |
| * | | | feat(instant): Install Wallet analyticsSteve Klebanoff2018-11-282-2/+20
| | | | |
* | | | | fix: dont allow price labels to wrapfragosti2018-11-291-2/+9
| | | | |
* | | | | fix: instant height change on loading state changefragosti2018-11-291-3/+2
| | | | |
* | | | | fix: instant error no longer makes instant movefragosti2018-11-291-0/+2
| |/ / / |/| | |
* | | | Merge branch 'development' into feature/instant/dropdown-analyticsSteve Klebanoff2018-11-283-3/+16
|\| | |
| * | | Merge pull request #1336 from 0xProject/fix/instant/clipboardSteve Klebanoff2018-11-281-1/+1
| |\ \ \ | | | | | | | | | | [instant] Fix copy to clipboard
| | * | | fix(instant): Fix copy to clipboardSteve Klebanoff2018-11-281-1/+1
| | | | |
| * | | | Merge pull request #1327 from 0xProject/feature/instant/events-buyBrandon Millman2018-11-281-0/+8
| |\ \ \ \ | | | | | | | | | | | | [instant] Add buy events to instant
| | * | | | Merge branch 'development' into feature/instant/events-buyBrandon Millman2018-11-283-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-buyBrandon Millman2018-11-276-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 eventsBrandon Millman2018-11-271-3/+3
| | | | | | |
| | * | | | | feat(instant): add buyQuote properties to buy eventsBrandon Millman2018-11-271-7/+7
| | | | | | |
| | * | | | | feat(instant): add txHash to relevant buy eventsBrandon Millman2018-11-271-3/+3
| | | | | | |
| | * | | | | feat(instant): implement buy events without associated propertiesBrandon Millman2018-11-271-0/+8
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'development' into feature/instant/stable-css-classesSteve Klebanoff2018-11-283-8/+18
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Use constantsSteve Klebanoff2018-11-281-2/+3
| | | | | |
| * | | | | Add stable CSS classesSteve Klebanoff2018-11-271-2/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'development' into feature/instant/dropdown-analyticsSteve Klebanoff2018-11-283-8/+18
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'development' into feature/instant/token-picker-eventsSteve Klebanoff2018-11-285-3/+16
| |\| | |
| * | | | Make explicit functionsSteve Klebanoff2018-11-281-7/+6
| | | | |
| * | | | LintingSteve Klebanoff2018-11-281-3/+3
| | | | |
| * | | | Fix propsSteve Klebanoff2018-11-271-5/+3
| | | | |
| * | | | Track numberAvailableAssets, selectedAssetName, selectedAssetData event ↵Steve Klebanoff2018-11-271-0/+1
| | | | | | | | | | | | | | | | | | | | properties
| * | | | Merge branch 'development' into feature/instant/token-picker-eventsSteve Klebanoff2018-11-271-8/+9
| |\ \ \ \
| * | | | | feat(instant): Event tracking for token selectorSteve Klebanoff2018-11-271-5/+12
| | | | | |
| * | | | | Token selector searchedSteve Klebanoff2018-11-271-0/+2
| | | | | |
| * | | | | Token Selector open, closed, choseSteve Klebanoff2018-11-271-0/+3
| | |_|/ / | |/| | |
* | | | | feat(instant): Add analytics events for payment dropdownSteve Klebanoff2018-11-282-2/+20
| |_|/ / |/| | |
* | | | Merge pull request #1294 from 0xProject/feature/header-tweaksSteve Klebanoff2018-11-275-3/+16
|\ \ \ \ | |_|/ / |/| | | [instant] Header tweaks
| * | | Add commentSteve Klebanoff2018-11-221-0/+1
| | | |
| * | | Force scaling input component to rerender when a different asset is chosenSteve Klebanoff2018-11-221-0/+1
| | | |
| * | | Merge branch 'development' into feature/header-tweaksSteve Klebanoff2018-11-222-7/+8
| |\| |
| * | | Merge branch 'development' into feature/header-tweaksSteve Klebanoff2018-11-212-0/+27
| |\ \ \ | | | |/ | | |/|
| * | | autofocus -> hasAutoFocusSteve Klebanoff2018-11-213-8/+8
| | | |
| * | | fix(instant): Right align amountsSteve Klebanoff2018-11-212-2/+6
| | | |
| * | | fix(instant): Autofocus text amount inputSteve Klebanoff2018-11-213-1/+8
| | | |
* | | | Merge branch 'development' into feature/instant/open-close-eventsSteve Klebanoff2018-11-272-7/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #1283 from ↵Francesco Agosti2018-11-211-2/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | 0xProject/feature/instant/make-instant-public-and-fix-publishing [instant] Make package public and fix publishing
| | * | | fix: do not use document on importfragosti2018-11-201-2/+1
| | | | |
| * | | | Merge pull request #1290 from 0xProject/fix/instant/disable-token-pickerSteve Klebanoff2018-11-211-5/+7
| |\ \ \ \ | | |_|_|/ | |/| | | [instant] Don't allow changing of assets when order in progress
| | * | | isDisabled -> isInputDisabledSteve Klebanoff2018-11-211-3/+4
| | | | |
| | * | | Allow user to select other token on successSteve Klebanoff2018-11-211-3/+3
| | | | |
| | * | | fix(instant): Don't allow changing of assets when order processingSteve Klebanoff2018-11-201-2/+3
| | | |/ | | |/|
* | | | Send in explicit propsSteve Klebanoff2018-11-221-1/+9
| | | |
* | | | Move out generating of event properties, and send in orderSourceSteve Klebanoff2018-11-211-8/+1
|/ / /
* | | Merge pull request #1272 from 0xProject/feature/instant/heapSteve Klebanoff2018-11-211-0/+14
|\ \ \ | | | | | | | | [instant] Base heap integration
| * | | Merge branch 'development' into feature/instant/heapSteve Klebanoff2018-11-201-5/+26
| |\| |
| * | | Change disabled analytics name, add assertion, and always setSteve Klebanoff2018-11-201-4/+2
| | | |
| * | | Add way to disable via propsSteve Klebanoff2018-11-171-1/+5
| | | |
| * | | Widget -> InstantSteve Klebanoff2018-11-171-1/+1
| | | |
| * | | Getting rid of unused function, and using track prefixSteve Klebanoff2018-11-171-1/+1
| | | |
| * | | Merge branch 'development' into feature/instant/heapSteve Klebanoff2018-11-175-83/+31
| |\ \ \ | | | |/ | | |/|
| * | | Report on git sha and npm version of buildSteve Klebanoff2018-11-171-0/+2
| | | |
| * | | Remove unused importSteve Klebanoff2018-11-171-1/+0
| | | |
| * | | Typesafe analytic actionsSteve Klebanoff2018-11-171-1/+2
| | | |
| * | | LintingSteve Klebanoff2018-11-162-2/+1
| | | |
| * | | Move where we track widget opened, and report on networkId and providerNameSteve Klebanoff2018-11-162-4/+10
| | | |
| * | | feat(instant): Heap middleware and first tracking eventsSteve Klebanoff2018-11-161-0/+5
| | | |
* | | | Import via TSSteve Klebanoff2018-11-201-1/+1
| | | |
* | | | Fix lintingSteve Klebanoff2018-11-201-2/+1
| | | |
* | | | Use anchor instead of TextSteve Klebanoff2018-11-201-4/+3
| | | |
* | | | feat(instant): Add powered by 0x imageSteve Klebanoff2018-11-201-0/+15
| |_|/ |/| |
* | | feat(instant): support custom iconUrlsBrandon Millman2018-11-201-9/+25
| | |
* | | feat(instant): add icons to token selectorBrandon Millman2018-11-161-5/+10
| |/ |/|
* | chore(instant): fix lint errorBrandon Millman2018-11-161-1/+1
| |
* | fix: remove unused varsfragosti2018-11-161-6/+1
| |
* | Merge pull request #1273 from 0xProject/fix/instant/heartbeat-errorsSteve Klebanoff2018-11-161-1/+2
|\ \ | | | | | | [instant] Don't show errors from heartbeat buy quote calls
| * | Have heartbeat update not trigger errorsSteve Klebanoff2018-11-161-1/+2
| |/
* | fix: remove redundant handlerfragosti2018-11-161-21/+1
| |
* | feat: make onUnlockWalletClick different based on ONfragosti2018-11-162-33/+33
| |
* | chore: remove wallet panel content for mobilefragosti2018-11-161-51/+1
| |
* | feat: use blue for wallet prompt on mobilefragosti2018-11-163-6/+28
|/
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-155-11/+10
|\ | | | | | | feature/instant/different-install-wallet-copy-for-mobile
| * fix(instant): fix tabIndex attribute errorBrandon Millman2018-11-152-2/+2
| |
| * fix(instant): match token search on prefixBrandon Millman2018-11-151-2/+4
| |
| * fix(instant): border radiusBrandon Millman2018-11-153-9/+4
| |
| * fix(instant): fix tabbing into erc20 token selectorBrandon Millman2018-11-152-0/+2
| |
* | refactor: move wallet panel content os switching logic into two methodsfragosti2018-11-141-78/+79
| |
* | feat: dont show payment dropdown content on mobilefragosti2018-11-141-0/+4
| |
* | feat: center title label with circlefragosti2018-11-141-3/+3
| |
* | chore: remove unused importfragosti2018-11-141-1/+1
| |
* | feat: add coinbase wallet app logo to wallet promptfragosti2018-11-143-7/+24
| |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-147-39/+36
|\| | | | | | | feature/instant/different-install-wallet-copy-for-mobile
| * Merge branch 'feature/instant/metamask-connect-flow' of ↵fragosti2018-11-143-20/+8
| |\ | | | | | | | | | https://github.com/0xProject/0x-monorepo into feature/instant/metamask-connect-flow
| | * lintingSteve Klebanoff2018-11-141-1/+2
| | |
| | * Remove ConnectedZeroExInstantContainer, introduce ↵Steve Klebanoff2018-11-143-20/+7
| | | | | | | | | | | | ConnectedBuyOrderProgressOrPaymentMethod
| * | Merge https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-144-19/+28
| |\ \ | | |/ | |/| | | | feature/instant/metamask-connect-flow
| | * chore(instant): update selectedAssetAmount in the redux state to be named ↵Brandon Millman2018-11-144-24/+26
| | | | | | | | | | | | selectedAssetUnitAmount
| | * feat(instant): calculate per unit eth amount to populate OrderDetails componentBrandon Millman2018-11-131-6/+13
| | |
* | | feat: display the correct provider type and change unlock / install prompt ↵fragosti2018-11-144-37/+46
| | | | | | | | | | | | content
* | | feat: change install wallet panel content based on browser and osfragosti2018-11-144-28/+146
|/ /
* | chore: PR feedbackfragosti2018-11-142-6/+5
| |
* | chore: remove unused constantfragosti2018-11-131-1/+0
| |
* | fix: rename handler creator namefragosti2018-11-132-2/+2
| |
* | feat: make all button fontsizes 16px by defaultfragosti2018-11-136-7/+3
| |
* | fix: remove requirement of default case in all switch statementsfragosti2018-11-133-7/+1
| |
* | feat: integrate wallet flow with heartbeat and other branchesfragosti2018-11-133-11/+10
| |
* | fix: no longer refer to error account statefragosti2018-11-101-1/+0
| |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-101-4/+29
|\| | | | | | | feature/instant/metamask-connect-flow
| * feat(instant): handle privacy mode in walletsBrandon Millman2018-11-101-2/+0
| |
| * Merge pull request #1237 from 0xProject/feature/instant/buy-quote-heartbeatSteve Klebanoff2018-11-101-4/+31
| |\ | | | | | | [instant] Heartbeats for account info and buy quotes
| | * lintingSteve Klebanoff2018-11-101-1/+1
| | |
| | * Don't start heartbeat if no accountSteve Klebanoff2018-11-101-6/+8
| | |
| | * Linting and renaming variablesSteve Klebanoff2018-11-101-4/+7
| | |
| | * Emulate named parameters with interfaceSteve Klebanoff2018-11-101-3/+6
| | |
| | * Use existing functions instead of writing our ownSteve Klebanoff2018-11-101-3/+3
| | |
| | * Merge branch 'development' into feature/instant/buy-quote-heartbeatSteve Klebanoff2018-11-1026-255/+611
| | |\
| | * | Remove old TODOSteve Klebanoff2018-11-091-1/+0
| | | |
| | * | move files around and renameSteve Klebanoff2018-11-091-1/+2
| | | |
| | * | wip: BuyQuote heartbeatSteve Klebanoff2018-11-091-2/+11
| | | |
| | * | Make heartbeat more genericSteve Klebanoff2018-11-091-4/+5
| | | |
| | * | feat(instant): Heartbeat for updating account infoSteve Klebanoff2018-11-091-1/+12
| | | |
* | | | fix: set all button font sizes in buy flow to 16pxfragosti2018-11-101-2/+2
| | | |
* | | | fix: remove unused ProgressBar from BuyOrderProgress and fix issue where ↵fragosti2018-11-102-17/+4
| | | | | | | | | | | | | | | | payment method is not shown for pending metamask confirmation
* | | | fix: minimize height difference between different statesfragosti2018-11-101-2/+3
| | | |
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-101-2/+10
|\| | | | | | | | | | | | | | | feature/instant/metamask-connect-flow
| * | | feat(instant): Dismissible overlay error messagesSteve Klebanoff2018-11-101-2/+10
| | |/ | |/| | | | | | | Adds dismissible overlay to error messages on mobile
* | | feat: toggle wallet connection colorfragosti2018-11-101-10/+25
| | |
* | | feat: refactor button styles and add href to Textfragosti2018-11-104-20/+23
| | |
* | | feat: add more info section to the metamask panelfragosti2018-11-102-4/+8
| | |
* | | feat: allow href prop on buttonfragosti2018-11-103-8/+31
| | |
* | | feat: implement basic StandardModalContent with accompanying ↵fragosti2018-11-105-4/+87
| | | | | | | | | | | | InstallWalletPanelContent
* | | feat: add padding to close icon to increase tap areafragosti2018-11-101-1/+1
| | |
* | | feat: open metamask sliding panel if locked on clickfragosti2018-11-101-20/+33
| | |
* | | feat: create connect metamaskfragosti2018-11-101-2/+20
| | |
* | | feat: connect payment method to state and display different content based on ↵fragosti2018-11-101-31/+75
| | | | | | | | | | | | account state
* | | feat: add account payment method containerfragosti2018-11-102-31/+36
| | |
* | | feat: refactor progress bar code to expose static progress barfragosti2018-11-105-26/+73
| | |
* | | feat: implement CurrentStandardSlidingPanel and put it in the main containerfragosti2018-11-105-5/+36
| | |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-093-16/+22
|\| | | | | | | | | | | feature/instant/metamask-connect-flow
| * | Merge pull request #1232 from 0xProject/feature/instant/account-state-changeBrandon Millman2018-11-093-16/+22
| |\ \ | | | | | | | | [instant] Request account address and balance at mount
| | * \ Merge branch 'development' into feature/instant/account-state-changeBrandon Millman2018-11-0921-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 startupBrandon Millman2018-11-082-6/+13
| | | |
| | * | feat(instant): fetch account address at startup and drive account state changesBrandon Millman2018-11-083-15/+12
| | | |
* | | | feat: allow panel children to fill entire content / remove title from panel ↵fragosti2018-11-093-16/+10
| | | | | | | | | | | | | | | | component
* | | | feat: add metamask logofragosti2018-11-091-0/+78
| | | |
* | | | feat: add lock iconfragosti2018-11-091-0/+6
|/ / /
* | | fix: wrong prop names usedfragosti2018-11-091-2/+2
| | |
* | | chore: PR feedbackfragosti2018-11-091-9/+9
| | |
* | | fix: broken features because of mergefragosti2018-11-093-1/+5
| | |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-097-35/+95
|\ \ \ | | |/ | |/| | | | feature/instant/dropdown-ui
| * | [instant] Viewport specific errors (#1228)Steve Klebanoff2018-11-096-33/+93
| | | | | | | | | | | | feat(instant): Shows different error animation based on viewport
| * | Merge pull request #1231 from 0xProject/fix/instant/default-amount-quoteBrandon Millman2018-11-091-2/+2
| |\ \ | | | | | | | | [instant] Update buy quote at start up in the case of default amount
| | * | chore(instant): fix linterBrandon Millman2018-11-091-0/+1
| | | |
| | * | fix(instant): update buy quote at start up in the case of default amountBrandon Millman2018-11-081-2/+1
| | |/
* | | fix: remove default props, fix lint problemsfragosti2018-11-093-8/+7
| | |
* | | chore: convert payment method to stateless componentfragosti2018-11-091-29/+25
| | |
* | | feat: add boxShadow on dropdown hoverfragosti2018-11-092-0/+3
| | |
* | | fix: various style issuesfragosti2018-11-093-18/+21
| | |
* | | fix: remove all:initial rule from all div based ui compoenntsfragosti2018-11-093-3/+0
| | |
* | | fix: token selector scrolling container heightfragosti2018-11-092-3/+5
| | |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-0917-232/+277
|\| | | | | | | | | | | feature/instant/dropdown-ui
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-0911-77/+80
| |\| | | | | | | | | | feature/instant/prevent-css-leakage
| | * Merge pull request #1221 from 0xProject/feature/instant/fallback-providerBrandon Millman2018-11-085-61/+51
| | |\ | | | | | | | | [instant] Ensure we always have a provider from initial state
| | | * feat(instant): add Account to the ProviderStateBrandon Millman2018-11-081-25/+7
| | | |
| | | * feat(instant): fallback to an empty wallet provider when none is injectedBrandon Millman2018-11-083-44/+52
| | | |
| | | * chore(instant): update OrderState enum to follow capitalization conventionsBrandon Millman2018-11-073-15/+15
| | | |