1. 02 Nov, 2022 3 commits
  2. 01 Nov, 2022 5 commits
  3. 31 Oct, 2022 4 commits
  4. 29 Oct, 2022 4 commits
  5. 28 Oct, 2022 7 commits
  6. 27 Oct, 2022 7 commits
    • Charles Bachmeier's avatar
      refactor: NFT Assets GraphQL Integration (#4928) · ef57ff76
      Charles Bachmeier authored
      * add demo Asset Fetcher
      
      * new file
      
      * update fetcher
      
      * update query name
      
      * beginning integration type
      
      * uncomment
      
      * working mutant apes
      
      * comment out debug logging
      
      * pass in inputs to query
      
      * update collections to handle inf scroll
      
      * paginated query first attempt
      
      * wrapped assetQuery
      
      * building pagination, needs spread
      
      * working pagination
      
      * working sort
      
      * use cacheconfig
      
      * change query source in Collection page
      
      * passed in filters
      
      * fetch schema from main endpoint
      
      * delete unused relayenv
      
      * rename token_url
      
      * easy GenieAsset refactoring
      
      * add rarity
      
      * update price info
      
      * remove logging
      
      * remove redundancy
      
      * refactor usd price fetching for assets
      
      * update standard and address
      
      * remove unused cacheconfig
      
      * dont repeat ethprice calc
      
      * unmemo bools
      
      * reduce duplicated usd price logic
      
      * cleanup imports
      
      * useUsd price hook
      
      * resolve merge conflict
      Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
      ef57ff76
    • Charles Bachmeier's avatar
      fix: re-add verification icon for collections in search (#5028) · bed0b3ab
      Charles Bachmeier authored
      re-add verification icon for collections in search
      Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
      bed0b3ab
    • Zach Pomerantz's avatar
      fix: token price (#5018) · 751ba3c6
      Zach Pomerantz authored
      * feat: add decimals, wrapper to token query
      
      * fix: construct token in details page
      
      * fix: clean widget default behavior
      
      * fix: actual defaulting again
      
      * fix: split token from price queries
      
      * fix: reimplement TokenPrice query
      
      * chore: rm old code
      
      * fix: keep loading chart while loading
      
      * fix: mv loader down
      
      * fix: loading chart
      751ba3c6
    • Zach Pomerantz's avatar
      fix: clean up widget token lock (#5017) · 83bc6db7
      Zach Pomerantz authored
      * feat: add decimals, wrapper to token query
      
      * fix: construct token in details page
      
      * fix: clean widget default behavior
      
      * fix: actual defaulting again
      83bc6db7
    • Zach Pomerantz's avatar
      fix: fetch decimals from token query (#5016) · 058aa52f
      Zach Pomerantz authored
      * feat: add decimals, wrapper to token query
      
      * fix: construct token in details page
      058aa52f
    • Jordan Frankfurt's avatar
    • Greg Bugyis's avatar
      feat: Collection page log events (#4971) · d86120a2
      Greg Bugyis authored
      * Log collection page view
      
      * Make property names/intention more clear
      
      * Remove console log
      
      * Add event for Activity tab
      
      * Filter events (buy now, marketplaces, and price range)
      
      * Handle trait items
      
      * Bump collection stats mobile padding
      
      * Use shouldLogImpression to conditionally fire event
      
      * Adding back trace on Collection page, still necessary
      
      * Add back address property
      
      * Drop Buy Now log, not part of first set
      
      * Update filter properties to match spreadsheet
      
      * Only trigger price range log if inputs contain a value
      
      * Fix ordering on Page Names
      
      * Capitalize text
      
      * Add constant for filter types
      
      * Add chainId as property
      d86120a2
  7. 26 Oct, 2022 10 commits