Task #3255
Introduce mechanism to limit the number/show more of contributions
Start date:
Due date:
% Done:
0%
Description
For example, https://extensions.libreoffice.org/en/extensions/show/7 done by Olivier lists ~30 other extensions, which draws the focus on less important information and makes it hard to get to the feedback part. I suggest to show only 3 with a left/right scrolling feature.
History
Updated by Christian Lohmaier about 2 months ago
- Priority changed from Normal to Low
having such a large number of extensions is the exception, not the rule, so adjusting prio, might fall over into next quarter.
Adding pagination (the silverstripe terminology for splitting a list into configurable-size chunks) certainly is doable and should be straightforward.
Alternatively javascript/css that just hides the additional items in overflow and reveals them when scrolling.