Skip to content

Commit adc9d90

Browse files
committed
Topic feed improvements: pagination, new categories, simplified layout
- Topic feed uses useInfiniteQuery for pagination (cursor-based) - Curated topics render single feed instead of Top/Latest tabs - Legacy search-based topics retain tabbed layout - New categories: entertainment, culture, music, community - Sidebar trending limit increased to 7 - Topic header title length increased to 30 chars
1 parent bbf71ae commit adc9d90

3 files changed

Lines changed: 180 additions & 120 deletions

File tree

src/screens/Search/modules/ExploreTrendingTopics.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,14 @@ function useCategoryDisplayName(
221221
return _(msg`Video Games`)
222222
case 'pop-culture':
223223
return _(msg`Entertainment`)
224+
case 'entertainment':
225+
return _(msg`Entertainment`)
226+
case 'culture':
227+
return _(msg`Culture`)
228+
case 'music':
229+
return _(msg`Music`)
230+
case 'community':
231+
return _(msg`Community`)
224232
case 'news':
225233
return _(msg`News`)
226234
case 'other':

0 commit comments

Comments
 (0)