]> source.dussan.org Git - nextcloud-server.git/commit
Page size calculation based on real page height
authorNazar Mokrynskyi <nazar@mokrynskyi.com>
Sat, 11 Oct 2014 13:10:54 +0000 (15:10 +0200)
committerNazar Mokrynskyi <nazar@mokrynskyi.com>
Sat, 11 Oct 2014 13:10:54 +0000 (15:10 +0200)
commit257cf1fc34e3054ec5b5926fba2199200dbbc442
tree4dacdb6e94dcf58c82383cba3ad6be54e1ba1d3f
parenta0db01ecd3f10476751eea258176ef742bbdacd3
Page size calculation based on real page height

This is fix for https://github.com/owncloud/core/issues/10060
Instead of hard coding page size as 20 items, we check real page height, and divide by 50 (height of one row).
This will allow to load fewer items on small screens and enough items on large screens (4k, portrait orientation, etc.).
Also checking page height on every load to respond on browser window resizing,
apps/files/js/filelist.js