1. 08 Nov, 2022 4 commits
  2. 07 Nov, 2022 3 commits
  3. 05 Nov, 2022 8 commits
  4. 04 Nov, 2022 10 commits
  5. 03 Nov, 2022 10 commits
    • Charles Bachmeier's avatar
      refactor: Asset Details GQL Query (#5037) · 9fd6ab01
      Charles Bachmeier authored
      * add details query
      
      * add new query file
      
      * connect details gql query to page
      
      * remove comment
      
      * type refactoring
      
      * working pooled asset logic
      
      * useLazyload
      
      * remove any cast
      
      * Deprecated_SellOrder
      
      * extranneous cast
      
      * return markets
      Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
      9fd6ab01
    • lynn's avatar
      fix: polish controller bar in collection and my nft page (#5069) · 48aa1140
      lynn authored
      * fix
      
      * remove console logs
      
      * remove unused theme
      
      * fixes
      48aa1140
    • Jordan Frankfurt's avatar
      fix: remove border-top-x-radius (#5071) · 31b0c3dc
      Jordan Frankfurt authored
      31b0c3dc
    • Jordan Frankfurt's avatar
      feat(nft-bag): wrong-network-cta (#5056) · d575c721
      Jordan Frankfurt authored
      * pull warning out into its own component
      
      * add wrong network cta
      
      * simplify sufficient balance logic
      
      * consolidate warning and button text logic
      d575c721
    • Greg Bugyis's avatar
      feat: Buy Bag events (#5062) · d400b909
      Greg Bugyis authored
      * Add activity boolean to Collection page event
      
      * Log add-to-bag events
      
      * WIP
      
      * Bag update events
      
      * Log pay event
      
      * Bag success event
      
      * Add bag signed event
      
      * Move formatting function out to util
      
      * Format event properties with utility function
      
      * Remove console log and fix event on details page
      
      * Remove commented code
      
      * Fix event names to follow convention
      
      * Move priceChangedAssets logging to useEffect
      
      * Add modal constant and useTrace
      
      * Fix typo
      d400b909
    • 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
  6. 02 Nov, 2022 5 commits