Jack Short
01a749a755
fix: wrong types for set min ( #5092 )
2022-11-04 16:13:31 -04:00
Jack Short
c233ba1175
style: updating collection page for mobile ( #5078 )
...
* style: updating collection page for mobile
* addressing comments
* responding to comments
2022-11-04 16:13:17 -04:00
vignesh mohankumar
b1dc415fb5
fix: replaceState instead of pushState for collection filters ( #5089 )
...
* fix: replaceState instead of pushState for collection filters
* comment
2022-11-04 15:59:18 -04:00
Charles Bachmeier
1242aef466
fix: marketplace icons on details page ( #5091 )
2022-11-04 12:32:30 -07:00
Charles Bachmeier
7f2bb6c6ae
fix: add back floor to search results ( #5087 )
...
* add back floor to search results
* fix search by address
* slice const
2022-11-04 12:16:35 -07:00
aballerr
4b1b6098f3
feat: Details implementation ( #5059 )
...
* Details Page Update
2022-11-04 12:06:39 -06:00
Jordan Frankfurt
53a6acc199
feat(bag): add check if the user has manually closed the bag ( #5074 )
...
* feat(bag): add check if the user has manually closed the bag, and don't reopen on asset add until bag is cleared
* pr feedback
2022-11-04 12:19:42 -05:00
Charles Bachmeier
bd0a32b07c
fix: gql traits for collection ( #5080 )
...
fix gql traits for collection
2022-11-04 10:07:59 -07:00
lynn
7d480494ba
fix: enlarge pfp icon ( #5076 )
...
* init
* init
* fix
2022-11-04 12:25:40 -04:00
Greg Bugyis
5caed66b39
fix: Remove rank on trending collection table (mobile) ( #5086 )
2022-11-04 18:04:22 +02:00
lynn
136c16bbae
fix: fix sell bag empty state ( #5079 )
...
* init
* fix comments
2022-11-04 11:23:29 -04:00
lynn
691dcd269c
fix: activity page polish ( #5081 )
...
* fix
* remove env omg
2022-11-04 10:37:38 -04:00
vignesh mohankumar
a5cb1f05dc
build: deploy on friday AMs ( #5085 )
2022-11-04 08:45:24 -04:00
Callil Capuozzo
4a14db2d4c
fix: Update pools page to match token table design ( #4861 )
...
* Update pool pages design
* Fix small text
* Mobile tweaks
* remove redesign flag
Co-authored-by: Vignesh Mohankumar <me@vig.xyz>
2022-11-04 02:10:19 -04:00
Greg Bugyis
a57c19bb45
feat: Collection Activity mobile fixes ( #5073 )
2022-11-03 21:35:24 +02:00
Charles Bachmeier
9fd6ab01de
refactor: Asset Details GQL Query ( #5037 )
...
* 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: Charles Bachmeier <charlie@genie.xyz>
2022-11-03 10:52:20 -07:00
lynn
48aa11403f
fix: polish controller bar in collection and my nft page ( #5069 )
...
* fix
* remove console logs
* remove unused theme
* fixes
2022-11-03 13:21:36 -04:00
Jordan Frankfurt
31b0c3dc04
fix: remove border-top-x-radius ( #5071 )
2022-11-02 17:36:34 -05:00
Jordan Frankfurt
d575c72127
feat(nft-bag): wrong-network-cta ( #5056 )
...
* pull warning out into its own component
* add wrong network cta
* simplify sufficient balance logic
* consolidate warning and button text logic
2022-11-02 16:56:37 -05:00
Greg Bugyis
d400b9094d
feat: Buy Bag events ( #5062 )
...
* 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
2022-11-02 23:21:02 +02:00
Charles Bachmeier
fda9d29d5e
fix: prices passed in scientific notation ( #5070 )
...
fix prices passed in scientific notation
2022-11-02 13:48:02 -07:00
Charles Bachmeier
d74c05008b
refactor: Add Collection Stats GraphQL query ( #5022 )
...
* 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: Charles Bachmeier <charlie@genie.xyz>
2022-11-02 13:33:08 -07:00
lynn
c8f365ca31
fix: adjust mobile view bag z-index ( #5067 )
...
init
2022-11-02 15:48:55 -04:00
lynn
66ab3e21c8
fix: dynamic padding based on screen sizes for collections + my nft ( #5064 )
...
* init
* my nft pages
2022-11-02 15:48:20 -04:00
vignesh mohankumar
d4b15a6de4
fix: show <.001 ETH in collection floors ( #5065 )
2022-11-02 15:32:24 -04:00
lynn
fe61365a11
fix: event filter styling adjustment ( #5063 )
...
* init
* jack comment
2022-11-02 14:10:23 -04:00
github-actions[bot]
c5047a9301
chore(i18n): new Crowdin translations ( #4859 )
...
chore(i18n): synchronize translations from crowdin [skip ci]
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-11-02 10:44:06 -07:00
lynn
d4f8f2a600
fix: remove blur transition as requested by bryan ( #5060 )
...
* init
* init
2022-11-02 12:12:19 -04:00
lynn
d41a5a4874
fix: nav bar icon sizes ( #5051 )
...
* init
* fix
2022-11-02 10:07:10 -04:00
lynn
2fe444f903
fix: make addresses clickable ( #5040 )
...
* init
* fix
* change color to primary
* fix
* respond to comments
v4.145.0
2022-11-01 22:38:25 -04:00
Jack Short
155bf2e873
style: updated collection cards ( #5047 )
2022-11-01 19:15:50 -04:00
Jack Short
6e282a6d13
style: updating explore table ( #5043 )
...
* style: updating explore table
* pr comments
* addressing pr comments
* moved loading table to its own component
* removing clsx
* updating key for row
* updating spacing
2022-11-01 16:09:03 -04:00
lynn
d3a2e14d4d
fix: stop nft id tag from getting cut off ( #5049 )
...
* init
* respond to comments
* fix
2022-11-01 15:46:50 -04:00
vignesh mohankumar
619c0a0f46
fix: sometimes show verified nft collections first ( #5055 )
...
* fix: sometimes show verified nft collections first
* simplify
* use showNfts logic
* rename
* use collections not trending
2022-11-01 14:55:07 -04:00
Jack Short
d4fb0913a4
feat: explore carousel ( #5042 )
...
* feat: explore carousel
* removing peeking cards
* mobile carousel and pr changes
* collectionStats fetching
* total listings calc
2022-11-01 14:37:00 -04:00
Charles Bachmeier
734a15e350
fix: Adds some null checks to Asset gql query ( #5058 )
...
* add some null checks
* undo susflag change
* fix not for sale logic
* fix rarity
* fix rarity format
* remove logging
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-11-01 11:06:53 -07:00
lynn
d3cbcc769c
fix: remove radial gradient background effect from nft pages ( #5057 )
...
init
2022-11-01 14:05:06 -04:00
Charles Bachmeier
ab43800d8e
refactor: add suspense loading states for Relay on Collection Page ( #5021 )
...
* add suspense loading states for Relay
* remove duplication
* cleanup
* add back in suspense wrapper
* rename to skeleton
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-11-01 09:48:04 -07:00
Greg Bugyis
74accb2b7e
feat: Search result events ( #5025 )
2022-11-01 17:28:27 +02:00
lynn
289119833a
fix: button color ( #5052 )
...
init
v4.144.1
2022-10-31 17:28:02 -04:00
lynn
8445d61df0
fix: stat line polish ( #5050 )
...
init
2022-10-31 14:26:10 -04:00
lynn
ffb6318475
fix: collection banner sizing ( #5039 )
...
* fix
* fix in response to vm comments
2022-10-31 13:32:51 -04:00
lynn
b1a0c3d6a9
fix: Web 1616 make time stamp body bodysmall ( #5046 )
...
* copywriting change
* init
* remove prev change
2022-10-31 11:47:23 -04:00
lynn
42edf9750e
fix: copywriting change ( #5045 )
...
copywriting change
2022-10-31 11:37:59 -04:00
Greg Bugyis
5398826400
feat: Log NFT explore events ( #4997 )
...
* Add page event and constant for NFT Explore
* Log trending row event
* Add chainID to table row log properties
v4.144.0
2022-10-28 23:19:05 +03:00
lynn
d4884716e2
fix: when scrolled, remove blur on nav bar ( #5035 )
...
* init
* add transition animation as per fred rec
* add border transition rec by fred
* respond to comments
2022-10-28 16:12:02 -04:00
Zach Pomerantz
6712eafefe
fix: display updated widget token immediately ( #5020 )
...
* fix: display updated widget token immediately
* fix: disable if undefaulted
* docs: add comment
2022-10-28 12:41:50 -07:00
aballerr
aba6c1a1f4
docs: adding comment to env ( #5038 )
...
* adding comment to env for clarity on exposed variables
2022-10-28 14:30:09 -05:00
Charles Bachmeier
964001fe78
refactor: update all nft fetchers to use v3 endpoint ( #4894 )
...
update all fetchers to use v3 endpoint
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-10-28 10:12:48 -07:00
lynn
449c323fbb
fix: modify hyperlink styling in nft collection descriptions ( #5012 )
...
* init
* this isn't really correct but halfway there
* modify opacity as per slack discussion
2022-10-28 12:10:18 -04:00