How can I accomplish this? No matter what I do, my RG loads all chat messages (100+) on page load. This has obvious workload ramifications. I’m trying to have it load 25 on page load, then 15 each time the user scrolls up to the oldest visible message (I’m using a reverse RG plugin to flip the messages so that oldest are on bottom).
All threads I search for are from older versions of the Bubble editor and not terribly applicable to today’s interface. Help would be much appreciated. Thanks y’all!
This is exactly what I’m trying now. I load 25 items on page load, scroll to the last entry. What I’m trying to figure out for this solution is how to automatically load X number of new messages when I scroll to the top of the RG (which is where the oldest message is). I’d prefer an automatic solution vs. any where the user needs to click a button to load more (a clunky solution, IMO). For this I’m trying to use the Scroll Actions plugin from Thimo, but it’s not recognizing my scroll position so it never triggers the workflow to add more rows.