tweak ordering of explore components (#8432)

* tweak ordering of explore components

* use better feed suggestions, metrics

* tweak default limit

* tweak

* remove unnecessary if
This commit is contained in:
hailey
2025-05-30 15:29:00 -07:00
committed by GitHub
parent ce7b9dc430
commit 45a3e6c0d5
4 changed files with 188 additions and 96 deletions
+6
View File
@@ -151,6 +151,12 @@ export type MetricEvents = {
'feed:share': {
feedUrl: string
}
'feed:suggestion:seen': {
feedUrl: string
}
'feed:suggestion:press': {
feedUrl: string
}
'discover:showMore': {
feedContext: string
}