1. 03 Nov, 2022 5 commits
    • Charles Bachmeier's avatar
      fix: prices passed in scientific notation (#5070) · fda9d29d
      Charles Bachmeier authored
      fix prices passed in scientific notation
      fda9d29d
    • Charles Bachmeier's avatar
      refactor: Add Collection Stats GraphQL query (#5022) · d74c0500
      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
      
      * add gql collection query
      
      * dont repeat ethprice calc
      
      * unmemo bools
      
      * reduce duplicated usd price logic
      
      * cleanup imports
      
      * useUsd price hook
      
      * restructure Traits datatype
      
      * working traits
      
      * add new markets
      
      * resolve merge conflict
      
      * totalVolume workaround
      
      * update comment
      
      * fix for totalVolume bug
      
      * add sudoswap icon
      
      * deprecate unused vars in GenieCollection
      
      * interim rarity verified
      
      * cleanup
      
      * use forEach
      
      * add comment
      
      * undefined division
      
      * cleanup
      
      * usememo marketplace select
      
      * update % formatting
      
      * use updated prod schema
      
      * useLazyLoad
      
      * remove any cast
      
      * re-add null checks
      
      * respond to comments
      Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
      d74c0500
    • lynn's avatar
      fix: adjust mobile view bag z-index (#5067) · c8f365ca
      lynn authored
      init
      c8f365ca
    • lynn's avatar
      fix: dynamic padding based on screen sizes for collections + my nft (#5064) · 66ab3e21
      lynn authored
      * init
      
      * my nft pages
      66ab3e21
    • vignesh mohankumar's avatar
      d4b15a6d
  2. 02 Nov, 2022 10 commits
  3. 01 Nov, 2022 5 commits
  4. 31 Oct, 2022 4 commits
  5. 29 Oct, 2022 4 commits
  6. 28 Oct, 2022 7 commits
  7. 27 Oct, 2022 5 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