Actions
Bug #24807
closedGroup table should display more elements
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
It bothers me each time
User visibility:
First impressions of Rudder
Effort required:
Very Small
Priority:
121
Name check:
To do
Fix check:
Checked
Regression:
No
Description
We currently load 20 groups in the initial group page since #23968, and we can load 20-by-20 more groups in alphabetical order of their name.
This means that finding the 100th group within the latest ones in alphabetical order needs 5 button clicks.
We would want to load groups by batch of 50 instead, as both browser and API performance does not seem to be an issue.
Actions