cbc02a5ec156c8edea7c0eaaf4142363fcad6040
- Create useProfileFeed hook with useInfiniteQuery for paginated posts/replies/media on profile pages (30 events per page, with over-fetching for filtered tabs) - Create useProfileLikes hook with cursor-based pagination through kind 7 reactions, resolving liked events per page - Update ProfilePage to use new infinite scroll hooks with intersection observer sentinel and loading spinner - Flatten and deduplicate pages in the component - Remove old single-fetch useQuery for profile posts (was limited to 50) - Remove old useProfileLikes inline hook Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
Description
Languages
TypeScript
95.7%
Java
1.5%
JavaScript
0.9%
Swift
0.9%
CSS
0.5%
Other
0.4%