n1k0 / tooty

An alternative multi-accounts Web client for Mastodon.
https://n1k0.github.io/tooty/v2/
157 stars 9 forks source link

Add infinite scroll to home and notifications #228

Closed vjousse closed 1 year ago

vjousse commented 1 year ago

We currently have to click on Load more at the bottom of a column to load the next toots. We may use a library like https://package.elm-lang.org/packages/FabienHenon/elm-infinite-scroll/latest/ to allow infinite scrolling.