When paginating or refreshing activity feeds across the platform, standard queries often resulted in a visible flash of loading states. We've updated the useInfiniteQuery hooks for all three main feeds to use keepPreviousData. This ensures that previously fetched items remain visible while new data resolves behind the scenes, providing a much smoother user experience.

Use `keepPreviousData` in activity feeds to improve snappiness and eliminate loading states - nom-social/nom