POC lazy loading images
Refs https://gitlab.com/arkindex/requests/-/issues/378
Let's try to build some lazy-loading on project browsing: modern browsers send event related to images/HTML elements being drawn or not.
Might be overkill to use a JS library, instead relying only on bare JS events.
A first goal would be to only display 20 top images on a list of 500, requesting only the new ones when required.