about summary refs log tree commit diff
path: root/src/state/queries/explore-feed-previews.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-231-22/+11
| | | | | | | * upgrade prettier * run prettier * more files
* add reqId to feed feedback (#8396)hailey2025-05-211-0/+1
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* [Explore] Reduced experience (#8160)Eric Bailey2025-04-081-1/+2
| | | | | | | | | | | * Only show suggested users for non-english users * Fall back to searching for users for non-english speakers * Disable other queries if full experience is disabled * Bump package * If no content langs, use full exp
* [Explore] Small fixes (#8145)Eric Bailey2025-04-071-13/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Hover on sugg account * Add subtle hover to all components except feed * Use skeleton states for refetch on focus * Empty results state for sugg users * Filter out pinned posts from feed previews * Add trending header if not top module * Tighten up spacing * Fetch 10 profiles * Update interests copy * Remove refetch on focus * Add PTR * use a map * Update src/screens/Search/modules/ExploreInterestsCard.tsx * fix web double border --------- Co-authored-by: Hailey <me@haileyok.com>
* Fix the 'seen' metric in explore (#8134)Paul Frazee2025-04-041-0/+5
|
* [Explore] Add flatlist perf-related props (#8120)Samuel Newman2025-04-041-1/+1
| | | | | | | | | | | * Add flatlist perf-related props * Make keys more unique * Small gap --------- Co-authored-by: Eric Bailey <git@esb.lol>
* remove use of sticky topBorder, add border to feed footer (#8121)Samuel Newman2025-04-041-11/+10
|
* [Explore] Add shadow cache (#8119)Samuel Newman2025-04-041-0/+388
* enable shadowcache for feed previews * extract keyextractor * dedupe feeds