New request
#18819: [Bug] Trigger to load new entries to late
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
sonarly:medium
The trigger to load new entries when scrolling down is to late.
We have the case, that we scroll down slowly and see already the placeholder but they are not replaced by real data. Only when we scroll down further, you see in the network trace the new call for new data. My expectation would be, that new data is already loaded when I start scrolling down to see in the best place no placeholder and have a smoother experience
<img width="1636" height="1300" alt="Image" src="https://github.com/user-attachments/assets/42564bb1-68ed-4acb-aa94-4f167f7de34a" />Assessmentadvisory
bug● easy90% confidence
Infinite scroll threshold is set too low, delaying the fetch of new records until placeholders are already visible.
Likely files
- packages/twenty-front/src/modules/object-record/hooks
- packages/twenty-front/src/modules/page-layout/hooks
- packages/twenty-front/src/utils
Create the request