Overview
src/components/social/ActivityFeed.tsx (lines 59-95) maps every grouped activity into the DOM with an IntersectionObserver appending more indefinitely, so the node count grows without bound and causes scroll jank on long sessions. Windowing/virtualization should cap the rendered node count.
Overview
src/components/social/ActivityFeed.tsx (lines 59-95) maps every grouped activity into the DOM with an IntersectionObserver appending more indefinitely, so the node count grows without bound and causes scroll jank on long sessions. Windowing/virtualization should cap the rendered node count.