chme / forked-daapd-web

Web interface for forked-daapd
GNU General Public License v2.0
2 stars 0 forks source link

[feature request]: optimised (page/defered/lazy) loading for albums and artists (PR included) #9

Closed whatdoineed2do closed 6 years ago

whatdoineed2do commented 6 years ago

When loading albums or artists (via /music/artists) from a large library on mobile devices/netbooks, the initial load is slow for page render.

Feature request to perform async/infinity scroll loading like the Spotify pages - backend server (0.26.2) already provides looking up via offset and limit.

Implementation in PR (https://github.com/chme/forked-daapd-web/pull/8). Please consider for merge.

whatdoineed2do commented 6 years ago

closing in preference for functionality in https://github.com/chme/forked-daapd-web/issues/7