1. 11 Oct, 2023 4 commits
  2. 10 Oct, 2023 2 commits
  3. 07 Oct, 2023 3 commits
  4. 06 Oct, 2023 16 commits
  5. 05 Oct, 2023 3 commits
  6. 04 Oct, 2023 5 commits
  7. 03 Oct, 2023 1 commit
  8. 02 Oct, 2023 5 commits
    • Kristie Huang's avatar
      feat: change address screening service to Uniswap /screen API (#7339) · 3ad4fb68
      Kristie Huang authored
      * change fetch url to uniswap api
      
      * clean code + write tests
      
      * nit updates
      
      * nit-rename test
      
      ---------
      Co-authored-by: default avatarKristie Huang <kristie.huang@uniswap.org>
      3ad4fb68
    • gnewfield's avatar
      feat: polish blocked, nonexistent NFT collection page (#7373) · 1c76277c
      gnewfield authored
      * add pages for nonexistent and blocked NFT collections
      
      * add padding
      
      * fix themed text import
      
      * update design and revise based on pr comments
      1c76277c
    • Charles Bachmeier's avatar
    • Charles Bachmeier's avatar
      feat: [info] Add Liquidity and Swap buttons on PDP (#7382) · 81accd18
      Charles Bachmeier authored
      * feat: setup initial pool details page and route
      
      * add pool data query and call on enw page
      
      * make query dynamic to url chainId
      
      * Get and display Header info
      
      * add token symbols
      
      * split header into its own file
      
      * add helper function to not default to eth chain
      
      * add helper function tests
      
      * add header component tests
      
      * add mocked test for PDP
      
      * use valid values
      
      * allow unsupported BE chains supported by thegraph
      
      * typecheck
      
      * remove useless row
      
      * no longer needed child
      
      * use first and last child
      
      * move mock consts to their own file
      
      * skele linear task
      
      * return null
      
      * descriptiive pool not found bool
      
      * modify correct logo container
      
      * update snapshots
      
      * instantiate all chain apollo clients
      
      * added snapshot test
      
      * merge main and update snapshots
      
      * Update src/pages/PoolDetails/PoolDetailsHeader.tsx
      Co-authored-by: default avatarNate Wienert <natewienert@gmail.com>
      
      * type feeTier
      
      * setup init stats component
      
      * correctly query pool data for t24, t48, and tWeek timestamps
      
      * add comments
      
      * sanitize pool data and update tests
      
      * correct test data
      
      * add todo
      
      * lint
      
      * show correct data
      
      * remove logs
      
      * use formatter
      
      * showing colored bars
      
      * styled graph
      
      * get muted color
      
      * refactor: move getColor to src
      
      * refactor useColor to use getColor function
      
      * remove consts
      
      * refactor files
      
      * 1st class var support courtesy of carter
      
      * remove logging and adds comments
      
      * mobile styling
      
      * move Stats to its own file
      
      * add test cases
      
      * add test file
      
      * update padding
      
      * remove old test file
      
      * respond to feedback
      
      * right column wrapper
      
      * add non-functional pdp buttons
      
      * update tests
      
      * add button functionality
      
      * working tokenId for position
      
      * split buttons in their own file
      
      * add tests
      
      * reduce screenshots
      
      ---------
      Co-authored-by: default avatarNate Wienert <natewienert@gmail.com>
      81accd18
    • eddie's avatar
      524ce49f
  9. 30 Sep, 2023 1 commit