Files
twenty/packages/twenty-front
Charles Bochet 4bd2cdd580 Load all data on record boards (#5070)
## Context

For users with many records, only the first n*60 records were loaded on
board views (n being the number of visible columns). This was because of
the following behavior:
- watch for end of column visibility changes. If an end of column is
visible, try to fetch more. However, watching for visbility changes is
not reliable enough.

## What we want

If an end of column is visible, try to fetch more. If no more records is
availble in pagination, do not fetch more
2024-04-19 23:39:19 +02:00
..
2024-03-31 10:53:37 +02:00
2023-12-10 18:10:54 +01:00

Run yarn dev while server running on port 3000