Mike Grabowski
c479239ab0
chore: enable jsx-curly-brace-presence and autofix ( #5242 )
2022-11-16 11:09:53 +01:00
vignesh mohankumar
55c3c527f5
refactor: rm remaining unused nft code ( #5243 )
2022-11-16 01:47:58 -05:00
Jordan Frankfurt
8b98597566
fix(token-details): remove balance summary links to current page ( #5223 )
2022-11-16 00:39:45 -06:00
vignesh mohankumar
bfcda30c04
fix: remove Select All and Sell buttons in Profile ( #5228 )
...
* refactor: remove isSellMode in ProfilePage
* yes
2022-11-15 18:48:29 -05:00
vignesh mohankumar
c7f0af6902
refactor: remove unused nft utils ( #5239 )
2022-11-15 18:36:05 -05:00
aballerr
8e2307cbdb
fix: updating bag to not remove nfts on click ( #5224 )
...
* updating bag to not remove nfts on click
2022-11-15 18:11:53 -05:00
vignesh mohankumar
5978d1ec09
refactor: remove unused CollectionProfile ( #5229 )
2022-11-15 17:34:11 -05:00
Jack Short
c0638e9033
fix: adding amm pricing updates ( #5225 )
...
* fix: adding amm pricing updates
* responding to pr comments
* renaming
* adding filter to callback
2022-11-15 17:26:21 -05:00
vignesh mohankumar
ceafe40c65
refactor: remove unused WalletAssetDisplay ( #5230 )
2022-11-15 17:23:26 -05:00
vignesh mohankumar
86ee1dd666
refactor: remove unused icons ( #5234 )
2022-11-15 17:17:21 -05:00
Jack Short
95be7b1d5b
fix: sweep marketplaces ( #5231 )
...
* fix: sweep marketplaces
* responding to pr comments
2022-11-15 16:53:35 -05:00
vignesh mohankumar
7ce022b28e
refactor: rename ShoppingBag to Bag ( #5232 )
2022-11-15 16:18:05 -05:00
Jordan Frankfurt
947a078161
fix(bag): update active/hover/open-state styles ( #5221 )
...
* fix(bag): update active/hover/open-state styles
* bag svg update, item counter update
2022-11-15 11:27:30 -06:00
Danny Daniil
7add78ff80
fix: update analytics package to use default event ( #5213 )
...
new analytics version
2022-11-15 11:37:04 -05:00
Jordan Frankfurt
fdf511e283
fix(1155): don't show unique owners on collection page ( #5218 )
2022-11-15 09:59:14 -06:00
Mike Grabowski
99e491c4fc
fix: remove empty collections from trending ( #5215 )
...
* fix: remove cyberpunks from trading
* nits
* chore: refactor loading a bit
* chore: bring back hardcoded value
* chore: remove import
* chore: filter out
* chore: use memo
2022-11-15 16:54:31 +01:00
lynn
ad84da10c9
fix: nft asset sizing / aspect ratio bug (and make collection nfts fit in square too) ( #5180 )
...
* init wip
* init
2022-11-14 22:10:38 -05:00
Mike Grabowski
72a8270084
fix: do not show floor/volume change on all ( #5214 )
...
* fix: do not show floor/volume change on all
* chore: nit
* chore: add new type of cell and fix lint
* chore: one more place
2022-11-15 02:45:16 +01:00
github-actions[bot]
62575092db
chore(i18n): new Crowdin translations ( #5072 )
...
* chore(i18n): synchronize translations from crowdin [skip ci]
* empty
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Vignesh Mohankumar <me@vig.xyz>
2022-11-14 19:53:13 -05:00
Jordan Frankfurt
299f4c8afb
fix(bag): CounterDot for small values ( #5205 )
...
* fix(bag): simplify header
* pr feedback: adjust margins
* add margin-auto instead of flex-basis for space-filling to get a more accurate click area
* pr feedback from lynn
* rename numberdot to counterdot
* fix(bag): header counter for small values
2022-11-14 18:35:24 -06:00
Jordan Frankfurt
f9eb46a09b
fix: close bag when the user needs to connect a wallet ( #5209 )
2022-11-14 18:35:04 -06:00
Jordan Frankfurt
2970f9f1cb
fix(bag): review asset buttons ( #5182 )
...
* fix(bag): review asset buttons
* clean up
* pr feedback
2022-11-14 18:34:49 -06:00
Charles Bachmeier
ce79774de9
feat: Details List CTAs correctly routes users to the list page with asset selected ( #5204 )
...
* start routing fn
* file renaming
* properly load NFtBalance data
* lazy load asset details
* extend useLoadNftBalance
* working go to list
* reset assets before routing
* reset state when entering via profile button
* remove cancel listing button
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-11-14 16:26:10 -08:00
Zach Pomerantz
cbefbba02c
feat: send analytics for swaps modified in-wallet ( #5212 )
...
* build: upgrade analytics-events
* feat: better swap analytics
2022-11-14 15:25:05 -08:00
Zach Pomerantz
3acbcbc690
fix: err and warn if user modifies tx ( #5210 )
...
* fix: err and warn if user modifies tx
* fix: update message
* fix: clarify swap error name
2022-11-14 15:09:12 -08:00
Charles Bachmeier
7b086848bf
refactor: lazy load asset details and profile page ( #5203 )
...
* properly load NFtBalance data
* lazy load asset details
* extend useLoadNftBalance
* handle different balance query formats
* correct load params
2022-11-14 14:38:02 -08:00
Zach Pomerantz
77a6d158ea
fix: imperatively send SwapSigned ( #5207 )
2022-11-14 14:27:50 -08:00
aballerr
28be15ef9f
fix: fixing color of buttons ( #5179 )
...
* fixing color states, price slider and navbar
2022-11-14 16:04:29 -05:00
Jordan Frankfurt
96dc7e0998
fix(bag): simplify header ( #5185 )
...
* fix(bag): simplify header
* pr feedback: adjust margins
* add margin-auto instead of flex-basis for space-filling to get a more accurate click area
* pr feedback from lynn
* rename numberdot to counterdot
2022-11-14 12:34:16 -06:00
aballerr
8c3ba8bac3
fix: Simplifying opacity hover and fixing a link ( #5200 )
...
* Simplifying Opacity hover state and fixing a link styling
2022-11-14 12:29:38 -05:00
Charles Bachmeier
c563dd5a39
feat: add market logos to filters and chips ( #5199 )
...
* add market logos to filters and chips
* remove comment
2022-11-14 11:34:23 -05:00
unipadmini
bd8cd71452
style: Update banner text, font size, color. ( #5195 )
...
* chore: Update banner text, font size, color.
* fix css
* Update line height to 88.
Co-authored-by: Padmini Pyapali <padminipyapali@Padminis-MacBook-Pro.local>
Co-authored-by: Vignesh Mohankumar <me@vig.xyz>
2022-11-14 10:52:38 -05:00
unipadmini
61d0fd9062
fix: Add ETH to the floor price in trending collections banner. ( #5194 )
...
Co-authored-by: Padmini Pyapali <padminipyapali@Padminis-MacBook-Pro.local>
2022-11-14 10:22:36 -05:00
aballerr
68709ae65b
feat: Details loading ( #5162 )
...
* Merging in details loading state
2022-11-14 09:33:50 -05:00
unipadmini
ac1e83ea9f
fix: Collection name should link to collection page. ( #5198 )
...
Co-authored-by: Padmini Pyapali <padminipyapali@Padminis-MacBook-Pro.local>
2022-11-14 08:34:18 -05:00
unipadmini
6215911719
style: Reduce radius and increase padding of trait chips on collection/profile pages ( #5196 )
...
* style: Reduce border radius and increase padding of trait chips on collection pages.
* Update trait chips on profile/view my NFTs page.
Co-authored-by: Padmini Pyapali <padminipyapali@Padminis-MacBook-Pro.local>
2022-11-14 07:50:11 -05:00
unipadmini
fc81c6e37d
chore: Change font weights for headlines from normal -> medium. ( #5193 )
...
Co-authored-by: Padmini Pyapali <padminipyapali@Padminis-MacBook-Pro.local>
2022-11-13 19:37:21 -05:00
Charles Bachmeier
9d5e0701e7
fix: disable polling after scroll ( #5191 )
...
disable polling after scroll
2022-11-13 13:33:38 -05:00
lynn
66bdfd8a94
fix: only disable erc 1155 in sell mode ( #5183 )
...
* init
* make height into variable
* respond charlie
* cleaner code
* dont include erc 1155 when selecting all
* fix
* disable select all for sus flag nfts too
* oops
2022-11-12 00:03:19 -05:00
Zach Pomerantz
935694630b
fix: do not poll when loading more assets ( #5184 )
2022-11-11 14:54:26 -08:00
Zach Pomerantz
f8399fd03c
fix: enforce uniform asset height ( #5181 )
...
* fix: show loading assets at uniform height
* fix: enforce the uniform asset height
* fix: memoize assets
* fix: be more lenient with uniformHeight
* fix: simplify mapping
2022-11-11 17:29:57 -05:00
Jordan Frankfurt
429ade5b20
fix: add back the border-radius for swap tx conf ( #5164 )
...
add back the border-radius for swap tx conf
2022-11-11 16:13:49 -05:00
Zach Pomerantz
5c21dd9852
fix: defer useInterval until callback resolves ( #5096 )
...
* fix: defer useInterval until callback resolves
* fix: avoid refs in useInterval
2022-11-11 13:08:29 -08:00
aballerr
2ce5990f60
fix: fixing header on light mode ( #5178 )
...
* fixing header on light mode
2022-11-11 15:29:31 -05:00
Charles Bachmeier
d56851561b
feat: mobile filters menu ( #5163 )
...
* header and scroll
* allow sweep buy now off
* generic filter row header
* begin building sort dropdown
* add file
* working checkmark
* remove icons
* updating scroll to work with mobile
* prevent scorlling behind menu
* hover styles
* remove console.log
* respond to comments
* revert null
* styled component header
* filter item styled component
* padding for items, slider, and inputs
* fixed scroll on mobile
Co-authored-by: Alex Ball <alex.ball@uniswap.org>
2022-11-11 15:01:39 -05:00
Zach Pomerantz
5325b5f8b4
fix: nft waterfalls requests ( #5168 )
...
* fix: request all sweep data in parallel
* fix: trigger collection query from a wrapping screen
* load sweep for correct markets
* add preload logic for assets query
* add load query to explore table
* fix: cleanup AssetFetcherParams
* fix: preload trending collections
* fix: graphql array argument
* fix: actually use preloaded asset query
* fix: use network and suspense to actually parallelize
Co-authored-by: Charlie <charles@bachmeier.io>
2022-11-11 14:55:09 -05:00
lynn
27936cf3f5
feat: image cropping / sizing on view my nfts ( #5177 )
...
init
2022-11-11 14:54:37 -05:00
Jordan Frankfurt
ff6f43d7aa
fix(bag-footer): remove double border top and excess margin ( #5171 )
2022-11-11 13:34:32 -05:00
lynn
f1443671ef
feat: Web 1854 listed card ( #5160 )
...
* init
* it's working with jack's card.tsx components
* add nft details on cards for view my nfts
* listed cards ready for review
* remove unnecessary code
* updated radius
* first round charlie comments
* respond all comments
* init
* fix
* color
* remove floor price when not on sell mode
* remove floor when nft is listed
* feat: Web 1858 disabled card 1155 when sell mode is on (#5169 )
* disabled states + tooltips
* remove collection asset changes
* popover offset changes
* respond to padmini comment
* respond to charlie
2022-11-11 13:22:19 -05:00
Zach Pomerantz
a95697daf8
fix: initialize analytics outside of react lifecycle ( #5173 )
2022-11-11 09:47:37 -08:00
cartcrom
0835744006
feat: replaced protocol disclaimer with privacy policy link ( #5170 )
...
copy updates
2022-11-11 11:28:27 -05:00
Danny Daniil
f5df2fed09
feat: de-148- Analytics package integration ( #5093 )
...
* integrate analytics sdk
* roll back vscode
* remove dup imports
* use dummy api key and url from env
* update analytics sdk for optional init
* yarn deduped
* update documentation
* add analytics events package
* getBrowser from analytics events
* remove token banner
* add origin app
* replace local analytics
* upgrade events version
* events 1.0.4
* remove importToken
2022-11-11 11:05:57 -05:00
aballerr
5e7f6333b1
fix: Activity updates ( #5165 )
...
* listing and styling updates
2022-11-11 09:34:55 -05:00
Zach Pomerantz
2aa4ec6a38
fix: clear or retain amounts on token select ( #5161 )
...
* fix: clear or retain amounts on token select
* lint: add curlies
2022-11-10 16:01:37 -08:00
lynn
a70ef4326d
feat: unlisted view my nft cards ( #5129 )
...
* init
* it's working with jack's card.tsx components
* add nft details on cards for view my nfts
* listed cards ready for review
* remove unnecessary code
* updated radius
* first round charlie comments
* respond all comments
* fix
* remove floor price when not on sell mode
2022-11-10 15:28:17 -05:00
Zach Pomerantz
6edc73784c
fix: show 6 sigFigs for tx history ( #5135 )
2022-11-10 11:23:03 -08:00
aballerr
da6e13130b
fix: Several Listing Cleanup Items ( #5119 )
...
* Improving view my nfts and listing
2022-11-10 12:39:37 -05:00
Jordan Frankfurt
4ef4ea8f58
fix: give a bunch of list renders keys ( #5158 )
...
* fix: give a bunch of list renders keys
* pr feedback
* pr feedback
2022-11-10 11:51:04 -05:00
vignesh mohankumar
4438818f38
fix: don't fetch tokens on empty search ( #5155 )
2022-11-10 11:35:35 -05:00
cartcrom
12eb337444
fix: one point price charts + added suspense ( #5030 )
...
* Used suspense for graph queries
* cleaned up unused code
* updated skeleton
* fixed zach's pr comments
* removed console.log
* throw error on missing token details address
2022-11-10 11:00:32 -05:00
cartcrom
44163f54b1
refactor: remove unused selector list/import components ( #5145 )
...
* removed unnused components
2022-11-10 10:57:18 -05:00
vignesh mohankumar
4b282d7813
fix: don't fetch collections without flag ( #5154 )
...
* better way
* check if value
2022-11-10 09:21:21 -05:00
vignesh mohankumar
f862a3f975
chore: add accentAction to sprinkles ( #5146 )
...
* fix: update Checkbox to accentActive
* revert checkbox
* one definition
2022-11-09 20:10:38 -05:00
Greg Bugyis
48d5955185
feat: Log NFT Sell events ( #5106 )
...
* Log profile page view
* Log sell flow started
* Add Start Listing event
* Add constant for list modal + useTrace
* Log sell item added
* Log listing completed
* Fix usd_value property
* Move log to startListingFlow
* Use Set to remove duplicate marketplaces
* Move listing completed event
2022-11-10 01:57:30 +02:00
Charles Bachmeier
dbf5c63ece
refactor: remove graphql flag and default to gql endpoints ( #5151 )
...
* remove graphql flag and old endpoints
* remove unused queries
* deprecate old sell order type
* better null checks
* merge conflict
2022-11-09 18:15:40 -05:00
vignesh mohankumar
37d2603406
fix: accentAction for FilterButton ( #5147 )
...
* fix: accentAction for FilterButton
* update
2022-11-09 17:15:36 -05:00
aballerr
9bb1ca2970
fix: Hiding block on nft ( #5148 )
...
* hiding block # and gwei estimate on nft pages since it often is behind other react components
2022-11-09 16:15:52 -05:00
Charles Bachmeier
2abae0ee4c
refactor: replace sweep query with gql call ( #5143 )
...
replace sweep query with gql call
2022-11-09 16:05:57 -05:00
vignesh mohankumar
9f8355ed7b
refactor: useIsNftPage hooks ( #5142 )
2022-11-09 16:01:34 -05:00
Greg Bugyis
c5bed1c6fb
style: Font weight on Trending Collections table ( #5121 )
...
* Drop classnames on Trending Table TD cells (no longer used)
* Fix font-weight in Trending Collections table collection name to match Figma
* There was a newer Figma
* Fixes
* Extend maxWidth on collection name (mobile)
* Mobile/desktop tweak
* Fix mobile size and add constants
* Make truncatedText a styled component
2022-11-09 22:42:52 +02:00
Jordan Frankfurt
1411a92146
feat(sell-bag): closing link sell bag open/close state with sell mode activation ( #5128 )
...
* stash resolve
* toggling bag open/close also toggles sell mode
2022-11-09 15:18:52 -05:00
Jordan Frankfurt
d016bdd87c
fix(identicon): fix wrapper border-radius ( #5144 )
...
* fix(identicon): fix wrapper border-radius
* pr feedback
2022-11-09 14:56:25 -05:00
aballerr
491ae578ab
feat: Mobile status bar ( #5141 )
...
* Updating mobile status bar to shrink (nft enabled)
2022-11-09 14:48:23 -05:00
vignesh mohankumar
1df685f31e
fix: default to buy now disabled ( #5140 )
2022-11-09 11:52:56 -05:00
Charles Bachmeier
02aeb43e62
fix: don't pluralize Filter Button with 1 result ( #5139 )
...
* don't pluralize results with 1 result
* pass in count for profile page
2022-11-09 11:15:34 -05:00
aballerr
1d849927ef
fix: fixing loader ( #5138 )
...
Fixing bug in loader that would not use correct stroke color
2022-11-09 11:11:18 -05:00
Charles Bachmeier
1893d258b5
feat: add marketplace and trait counts to assets query ( #5137 )
...
* working total count
* trait counts
* marketplace counts
* carousel card
* undo count refactor
* Filter styles
* remove any cast and handle 0
2022-11-09 10:44:42 -05:00
Charles Bachmeier
ed7f126bd0
fix: updates to wallet asset schemas ( #5132 )
...
* updates to wallet asset schemas
* update map type and market check
* much better syntax
2022-11-09 10:31:30 -05:00
Jordan Frankfurt
9a38c4e58d
fix(bag): don't close when the user switches pages ( #5133 )
2022-11-08 18:47:01 -06:00
aballerr
99f3998941
fix: Several bugs on nft, see comments for clarity ( #5116 )
...
* a number of minor fixes related to nfts
2022-11-08 17:39:49 -05:00
vignesh mohankumar
30fa88e3af
fix: show transparent box on empty banner ( #5131 )
...
* fix: show transparent box on empty banner
* div
2022-11-08 16:20:12 -05:00
vignesh mohankumar
d951172a81
chore: update nft grays ( #5124 )
...
* chore: update nft grays
* forgot to change some out
* prettier
* add 700
2022-11-08 16:15:05 -05:00
aballerr
eb35d3a2a0
fix: price range and details screen sizing ( #5094 )
...
* adjustments to screen sizing and updating to work better with graphql
2022-11-08 15:36:52 -05:00
Charles Bachmeier
87455fc096
fix: sort explore table null values ( #5130 )
2022-11-08 14:41:21 -05:00
Greg Bugyis
054d92cb9c
style: Fix Trending Table filter borders on Safari (mobile & desktop) ( #5122 )
2022-11-08 20:13:34 +02:00
Charles Bachmeier
36109a1fe7
refactor: update nft gql fetcher endpoint ( #5126 )
...
update gql fetcher for prod endpoint
2022-11-08 13:11:25 -05:00
Charles Bachmeier
8f8fe9ddad
fix: lowercase markets for gql profile cards ( #5127 )
...
lowercase markets for gql profile cards
2022-11-08 13:11:00 -05:00
Charles Bachmeier
2b279e00f9
feat: virtual containers for collection pages ( #5125 )
...
* use fixedsizeList only
* add autosizer comments
* undo asset testing change
* init
* cleanup
* scrollbar styles
* scrollbar styles
Co-authored-by: Lynn Yu <lynn.yu@uniswap.org>
2022-11-08 12:15:21 -05:00
Jordan Frankfurt
9f5c588bdd
feat(sell-bag): patch open/close behavior ( #5107 )
...
keep bag link in nav bar at all times
2022-11-08 10:14:00 -06:00
Charles Bachmeier
415b3a1548
fix: add more null checks for Asset gql query ( #5123 )
...
add more null checks for Asset gql query
2022-11-08 10:54:11 -05:00
Charles Bachmeier
4e7b8264c3
refactor: Wallet Assets GraphQL Query ( #5053 )
...
* begin nft balance integration
* inf scroll works
* working list
* update comment
* connect collection filters
* use lazyload
* update schema
* working with new schema
* details for nfs assets
* cleanup
* more null checks
* unique index for loading cards
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
2022-11-08 09:02:39 -05:00
lynn
0ef6d1625a
fix: collection stat line fixes ( #5112 )
...
fix
2022-11-07 19:45:23 -05:00
yyip-dev
0258460821
refactor: remove token promo banner ( #5114 )
...
* Remove token promo banner
* Remove unused variable and import
Co-authored-by: Yannie Yip <yannie@UNISWAP-MAC-072.local>
2022-11-07 19:42:03 -05:00
Zach Pomerantz
2246afcefb
fix: only poll every 12s ( #5110 )
...
* fix: only poll every 12s
* refactor: clarify polling interval
* doc: polling interval
* docs: further clarification
* fix: ctor super first
2022-11-07 15:35:31 -08:00
lynn
15dd02fe6a
refactor: filter panel ( #5103 )
...
* init
* remove unnecessary chagnes
* fix comments
2022-11-07 17:13:08 -05:00
lynn
562a386de7
fix: release phase 1 nav bar ( #5111 )
...
* init
* just release phase 1 nav bar
* oops
2022-11-07 16:16:06 -05:00
vignesh mohankumar
99bea34f14
chore: add new background to theme ( #5109 )
...
* chore: add new background to theme
* update snapshot
2022-11-07 16:05:57 -05:00
Greg Bugyis
58f1c6ff84
fix: Event property fixes ( #5108 )
...
* Fix usd value on NFT buy bag success
* Fix bag quantity property on nft_buy_bag_changed
2022-11-07 19:35:48 +02:00
Jordan Frankfurt
b2481d6ba8
fix(asset-details): if an asset has no listings, don't try to render them ( #5088 )
...
* fix(asset-details): if an asset has no listings, don't try to render them
* add todo
2022-11-07 10:22:03 -06:00
Zach Pomerantz
eaa9b51913
feat: nft polling ( #5083 )
...
* feat: nft polling
* docs: document the poll
* chore: add todo for cursor tracking
* fix: poll all pages
* 5s polling
Co-authored-by: Charlie <charles@bachmeier.io>
2022-11-07 07:28:38 -08:00
vignesh mohankumar
6f68980d86
chore: update design-system grays ( #5097 )
...
* chore: update design-system grays
* update snapshots
2022-11-04 17:40:42 -04:00
vignesh mohankumar
9e05c178b4
fix: move /profile to /nfts/profile ( #5084 )
...
* fix: move /profile to /nfts/profile
* add back variable
* fix
* rm shouldShowBag
2022-11-04 17:13:38 -04:00
Jack Short
d98808dae9
fix: for cutoff border radius ( #5095 )
2022-11-04 16:29:43 -04:00
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
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
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
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
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
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