use a wrapper with min-height, and use translateY for the list items. similar to vue-virtual-scroller
right now we have two dynamically resizing spacers, but i think this might be more performant? ill have to test and see
use a wrapper with min-height, and use translateY for the list items. similar to vue-virtual-scroller
right now we have two dynamically resizing spacers, but i think this might be more performant? ill have to test and see
oh wow i didnt even realize that, everything was loading almost instantly since im running the server locally... yeah i will implement caching: https://tangled.org/devins.page/tinysub/issues/9
i've only been using tinysub for a few minutes now, but i've been monitoring the requests to my navidrome server i think the virtual scroll implementation may be doing a lot of
rest/getCoverArt.viewrequests as i scroll up and down the page. looking at the network tab, i do see a constant stream of requests for the cover image.