Files
twenty/packages/twenty-front
Lucas Bordeau 1834b38d04 Fix show page relation record count (#11459)
This PR fixes the incorrect relation count on a show page relation
section title, when there are more than 60 records.

An aggregate COUNT query has been used to rely on the backend.

A new component RecordDetailRelationSectionDropdown has been created to
abstract a chunk of the parent RecordDetailRelationSection component.

Fixes https://github.com/twentyhq/twenty/issues/11032
2025-04-09 14:41:11 +02:00
..
2025-01-03 15:18:02 +01:00
2025-01-07 16:09:48 +01:00
2025-04-09 01:03:43 +02:00

Run yarn dev while server running on port 3000