Button to load all child elements
https://redmine.teklia.com/issues/9137
Requires #1142
Right next to the existing Load more button in the children tree, a Load all {n} button should allow loading all of the remaining elements by calling nextChildren
with Infinity
as the maximum page number. The button shows the number of remaining elements to load, aka count
– the length of the loaded children array.