1. 21 Jul, 2022 8 commits
  2. 20 Jul, 2022 7 commits
  3. 19 Jul, 2022 5 commits
  4. 18 Jul, 2022 3 commits
  5. 17 Jul, 2022 2 commits
  6. 15 Jul, 2022 1 commit
  7. 14 Jul, 2022 10 commits
    • Vignesh Mohankumar's avatar
      build: Revert "build: pause deploy" (#4107) · 6a1506ad
      Vignesh Mohankumar authored
      * Revert "build: pause deploy (#4102)"
      
      This reverts commit 3a1ea3df.
      
      * prettier
      6a1506ad
    • cartcrom's avatar
      refactor: adding safe getter for ChainInfo (#4110) · 839d4ac8
      cartcrom authored
      * replaced CHAIN_INFO access with a function call
      * updated CTACard tests to work with getChainInfo
      * updated typechecking, removed console.log
      839d4ac8
    • Vignesh Mohankumar's avatar
      build: upgrade prettier to v2.7.1 (#4109) · 29fdcb80
      Vignesh Mohankumar authored
      * style: prettier based on v2.2
      
      * 2.7.1 instead?
      
      * npx
      
      * ^
      29fdcb80
    • lynn's avatar
      fix: update styled-components in package.json to latest to remove react... · 817ea44e
      lynn authored
      fix: update styled-components in package.json to latest to remove react invalid hook call warnings (#4103)
      
      * fix warning vig found by updating styled-components
      
      * revert unnecessary yarn.lock changes
      
      * reduce unnecessary changes
      
      * dedup
      
      * manual fix and dedup of yarn.lock
      
      * manually dedup @emotion/is-prop-valid
      
      * update snapshot tests
      817ea44e
    • Vignesh Mohankumar's avatar
      build: pause deploy (#4102) · 3a1ea3df
      Vignesh Mohankumar authored
      3a1ea3df
    • Vignesh Mohankumar's avatar
      chore(web3-react): fix connectEagerly for MetaMask mobile (#4101) · 2667a897
      Vignesh Mohankumar authored
      * chore(web3-react): fix connectEagerly for MetaMask mobile
      
      * fix
      2667a897
    • lynn's avatar
      chore: upgrade to react 18 (#3992) · 65129604
      lynn authored
      * chore: upgrade to react 18
      
      * fix: update tests
      
      * fix: fix lint issues and remove unnecessary react hooks testing library
      
      * fix: add types for stricter typescript checks
      
      * fix: fix additional typescript check issues
      
      * fix: revert to prev commmit
      
      * rebase
      
      * rebase
      
      * fix: fix lint issues and remove unnecessary react hooks testing library
      
      * fix: add types for stricter typescript checks
      
      * fix: fix additional typescript check issues
      
      * rebase
      
      * fix: rebase
      
      * fix
      
      * eslint fix
      
      * fix: package.json changes
      
      * fix: package.json changes
      
      * fix yarn lock
      
      * fix version package.json
      
      * fix: downgrade react-router-dom to original
      
      * fix: undo modification of .github/workflows/release.yaml
      
      * fix: revert cypress testing version update
      
      * rebase
      
      * rebase
      
      * fix: fix lint issues and remove unnecessary react hooks testing library
      
      * fix: add types for stricter typescript checks
      
      * fix: fix additional typescript check issues
      
      * rebase
      
      * chore: upgrade to react 18
      
      * fix: update tests
      
      * fix: fix lint issues and remove unnecessary react hooks testing library
      
      * fix: add types for stricter typescript checks
      
      * fix: fix additional typescript check issues
      
      * fix
      
      * eslint fix
      
      * fix: package.json changes
      
      * fix: package.json changes
      
      * fix yarn lock
      
      * fix version package.json
      
      * fix: downgrade react-router-dom to original
      
      * fix: undo modification of .github/workflows/release.yaml
      
      * fix: revert cypress testing version update
      
      * fix
      
      * fix: error boundary change
      
      * yarn.lock change
      
      * fix: cypress tests finally passing due to zzmp redux multicall fix HOORAY
      
      * undo service worker changes
      
      * build: dedup lockfile
      
      * yarn.lock + lint
      
      * update snapshot tests
      
      * checkpoint
      
      * yarn.lock
      
      * fix: fix type errors during build
      
      * fixes
      
      * fix yarn.lock
      
      * dedup yarn
      
      * fix: import react components explicitly instead of all of react
      
      * dedup
      
      * yarn.lock
      
      * yarn.lock
      
      * dedup
      
      * yarn
      
      * dedup
      
      * dedupe use-sync-external-store
      
      * fix build issues
      
      * dedup use-sync-external-store
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      65129604
    • lynn's avatar
      feat: implement-page-viewed-event-for-all-main-pages-of-app (#4089) · 4e0c9b36
      lynn authored
      * init commit: initial constants for pages, implement vote page viewed
      
      * implement swap
      
      * implement pool
      
      * remove charts
      
      * simplify shouldLogImpression
      4e0c9b36
    • Vignesh Mohankumar's avatar
      chore: updates web3-react, adds key for changing connector order (#4085) · 64cb9f3f
      Vignesh Mohankumar authored
      * fix connectors changing
      
      * update package
      
      * add connection name
      
      * rename file
      
      * de-dupe
      
      * cb wallet fix
      
      * fix
      
      * yarn change
      
      * log the key
      
      * re-order connections
      
      * memoize the key
      
      * some updates
      
      * rm console
      
      * prevent memory leak
      Co-authored-by: default avatarNoah Zinsmeister <noahwz@gmail.com>
      64cb9f3f
    • lynn's avatar
      feat: implement token selector events (#4067) · cb094a1f
      lynn authored
      * init commit
      
      * add amplitude ts sdk to package.json
      
      * add more comments and documentation
      
      * respond to vm comments
      
      * respond to cmcewen comments
      
      * fix: remove unused constants
      
      * init commit
      
      * adapt to web
      
      * add optional event properties to trace
      
      * correct telemetry to analytics
      
      * change telemetry to analytics in doc
      
      * fix: respond to cmcewen comments + initialize analytics in app.tsx + add missing return statement
      
      * init commit
      
      * respond to zzmp comments
      
      * add token selected event
      
      * fixes
      
      * eliminate unnecessary state
      
      * respond to part of zzmp comments
      
      * respond to zzmp comments round 2
      
      * fixes
      
      * respond to zzmp comments
      
      * add imported token event and other fixes
      
      * also log onKeyPress for suggested tokens
      
      * respond to cmcewen comments
      cb094a1f
  8. 13 Jul, 2022 4 commits