Describe the bug
When loading the photos app 35 pictures are shown. As I have a big screen, they do not fill the screen and no scrollbar is shown. Therefore scrolling down to load more pictures doesn't work. If I resize the browser window until the window is field scrolling down and loading more pictures is working nicely.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If the app should load pictures until the screen is full.
Screenshots

Desktop (please complete the following information):
Browser log
Open your console, reload your page and/or do the action leading to this issue and copy/paste the log in this thread.

Additional context
Add any other context about the problem here.
cc @Mikescops we don't check for reached end on load I assume?
PS: @tacruc, nice dog! :heart_eyes:
@skjnldsv probably yes, also we should load a number of photos that fillls at least twice the height of the view otherwise it doesn't feel smooth at all
35 per batch is not enough when you have a big screen
We load xx lines, no?
I remember we talked about that. Don't recall if we did the change or not
We load 7 lines (x 5) but it shouldn't be that static
I'm fixing this in the grid lib
You can now use https://www.npmjs.com/package/vue-virtual-grid v2.3.0
Most helpful comment
@skjnldsv probably yes, also we should load a number of photos that fillls at least twice the height of the view otherwise it doesn't feel smooth at all
35 per batch is not enough when you have a big screen