bcc-code / bmm-web

[BMM] The BMM website and desktop app to listen to the content from BMM.
https://bmm.bcc.media/
GNU Affero General Public License v3.0
16 stars 8 forks source link

load more / endless scrolling #290

Closed kkuepper closed 6 months ago

kkuepper commented 8 months ago

see https://bmm-web.brunstad.org/playlist/podcast/55 or https://bmm-web.brunstad.org/browse/events

when scrolling to the end of the list, it should load the next items.

sifferhans commented 7 months ago

I can give this a try. Could we use something like useInfiniteScroll from VueUse?

kkuepper commented 7 months ago

That would be awesome. I don't really know where to start. useInfiniteScroll looks like it's worth a try.

DocumentList.supportsPaging is intended to tell you if that list has additional pages.

sifferhans commented 7 months ago

@kkuepper I'm gonna have to unassign myself here, as I don't have time to work on this; at least until after the Eastercamp 😅

kkuepper commented 7 months ago

@kkuepper I'm gonna have to unassign myself here, as I don't have time to work on this; at least until after the Eastercamp 😅

Thanks for letting us know