fixes #2209 high-volume optimization

- Sub-albums in the album manager now load their html content progressively
- Scrolling on album focus corrected
This commit is contained in:
Linty
2024-08-23 17:50:02 +02:00
parent 149b29607b
commit d0eeb2852c
2 changed files with 42 additions and 6 deletions
+1
View File
@@ -204,6 +204,7 @@ function assocToOrderedTree($assocT)
$orderedCat['status'] = $cat['cat']['status'];
$orderedCat['id'] = $cat['cat']['id'];
$orderedCat['visible'] = $cat['cat']['visible'];
$orderedCat['uppercats'] = $cat['cat']['uppercats'];
$orderedCat['nb_images'] = isset($nb_photos_in[$cat['cat']['id']]) ? $nb_photos_in[$cat['cat']['id']] : 0;
$orderedCat['last_updates'] = $cat['cat']['lastmodified'];
$orderedCat['has_not_access'] = isset($is_forbidden[$cat['cat']['id']]);