Join Nostr
2026-06-18 06:18:22 UTC
in reply to

alberdioni8406 on Nostr: Still have some suggestions to place: The main BCHnostr feed is suffering from layout ...

Still have some suggestions to place:
The main BCHnostr feed is suffering from layout shift and scroll instability. Every time new users, ambassador counters, or boosted posts update, the feed re-renders and causes jumping, making posts hard to read.
We should stabilize the UI by preventing full feed re-renders, reserving layout space for dynamic elements, and separating live counters from the feed rendering layer.
Also consider feed virtualization and scroll anchoring so new updates don’t disrupt reading position. Right now UX is breaking under real-time updates.