Add new search results tab for starter packs (#11226)

This commit is contained in:
DS Boyce
2026-07-21 13:18:12 -07:00
committed by GitHub
parent 26143c1a48
commit 86f0bedfbe
6 changed files with 226 additions and 12 deletions
+3 -3
View File
@@ -779,13 +779,13 @@ export type Events = {
}
'search:results:loaded': {
tab: 'top' | 'latest' | 'people' | 'feeds'
tab: 'top' | 'latest' | 'people' | 'feeds' | 'starterPacks'
initialCount: number
}
'search:result:press': {
tab?: 'top' | 'latest' | 'people' | 'feeds'
resultType: 'post' | 'profile' | 'feed'
tab?: 'top' | 'latest' | 'people' | 'feeds' | 'starterPacks'
resultType: 'post' | 'profile' | 'feed' | 'starterPack'
position: number
uri: string
}