1. 09 Sep, 2023 4 commits
  2. 08 Sep, 2023 7 commits
  3. 07 Sep, 2023 4 commits
  4. 05 Sep, 2023 5 commits
  5. 02 Sep, 2023 2 commits
  6. 01 Sep, 2023 2 commits
  7. 31 Aug, 2023 4 commits
  8. 30 Aug, 2023 2 commits
  9. 29 Aug, 2023 1 commit
  10. 28 Aug, 2023 1 commit
  11. 26 Aug, 2023 2 commits
  12. 25 Aug, 2023 3 commits
    • Charles Bachmeier's avatar
      feat: track connected wallet provider calls to be replaced with BE/infura (#7197) · ce8105bf
      Charles Bachmeier authored
      * feat: track connected wallet provider calls to be replaced with be/infura
      
      * update analytics events
      
      * wrap analytics events in useEffects
      
      * Update src/hooks/useContract.ts
      Co-authored-by: default avatarJordan Frankfurt <jordanwfrankfurt@gmail.com>
      
      ---------
      Co-authored-by: default avatarJordan Frankfurt <jordanwfrankfurt@gmail.com>
      ce8105bf
    • Nate Wienert's avatar
      feat: Spore colors refresh (#7118) · 59db4c5b
      Nate Wienert authored
      * Add colors and type and fix everywhere
      
      * fix text.tsx
      
      * Color and text adjustments
      
      * Further tweaks
      
      * Removed promotional gradient
      
      Changed to pink
      
      * Add new icons and tweak broken colors
      
      * Kill shadows
      
      Removes shadows from NFT cards, Pools and Tokens tables
      
      * Update icons
      
      Update filled and info icons to filled versions
      
      * Update bag icon
      
      Changed to fill style
      
      * Change share icon
      
      Changed to the new filled arrow
      
      * Fix merge errors
      
      * update tests
      
      * Complete find and replace old colors
      
      * Fix colors on pool pages
      
      * Update index.test.tsx.snap
      
      * fix header hover states
      
      * update test
      
      * Update connect button hover state
      
      * Update styles design bash
      
      * Update tests
      
      * Update fonts
      
      * fix buy button font weight
      
      * update tests
      
      * fix jumping input boxes
      
      * lint
      
      * lints
      
      * update tests
      
      * redo auth header
      
      * fix issues
      
      * fix snapshots
      
      * use individual weights instead of variable for nicer $ signn
      
      * update tests
      
      * make dark mode glow distinct
      
      * remove commented out code
      
      * icons in react
      
      * update textSecondary
      
      * fix feedback
      
      * port over token test fix
      
      * lint
      
      * fix: make popups appear above drawer and near top conditionally only when drawer is open
      
      * Revert "fix: make popups appear above drawer and near top conditionally only when drawer is open"
      
      This reverts commit 994697144374ae3fc0cdf9275bce538fda5fc8de.
      
      ---------
      Co-authored-by: default avatarCallil Capuozzo <callil.capuozzo@gmail.com>
      Co-authored-by: default avatarpp-hh-ii-ll <111304124+pp-hh-ii-ll@users.noreply.github.com>
      Co-authored-by: default avatarCallil Capuozzo <callil@uniswap.org>
      59db4c5b
    • Jack Short's avatar
      fix: smart contract wallets unsupported (#7226) · 1f6f1f1d
      Jack Short authored
      * fix: smart contract wallets unsupported
      
      * logging to amp
      
      * response was deleted
      1f6f1f1d
  13. 24 Aug, 2023 3 commits
    • cartcrom's avatar
      feat: workaround for FOT swaps (#7218) · 1c142bb7
      cartcrom authored
      * fix: workaround to include tax in slippage tolerance
      
      * refactor: simplify tax line item components
      
      * docs: update FOT comments
      
      * fix: simplify tax calculation logic
      
      * docs: update comment and add TODO
      
      * fix: use postTaxAmountOut for price change calculation
      
      * fix: use preTaxStablecoinPriceImpact for swab button warnings
      
      * test: unit test for swap details/modal
      
      * feat: add feature flag to gate FOT changes
      
      * docs: add comment to postTaxOutputAmount getter
      
      * fix: reword fee tooltip
      
      * refactor: warning theme color variable usage
      
      * fix: update snapshots
      
      * fix: use preTaxStablecoinPriceImpact for price impact prompt logic
      
      * lint: dependency array
      1c142bb7
    • eddie's avatar
      fix: reset USDT logic (#7219) · 3e67982b
      eddie authored
      3e67982b
    • Charles Bachmeier's avatar
      feat: add sentry monitoring for NO_ROUTE error (#7204) · bb79c734
      Charles Bachmeier authored
      feat: add sentry monitoring for no_route error
      bb79c734