Southclaws / storyden

With a fresh new take on traditional bulletin board forum software, Storyden is a modern, secure and extensible platform for building communities.
https://www.storyden.org/
Mozilla Public License 2.0
93 stars 11 forks source link

Infinite scroll feed, with option to disable #219

Closed Southclaws closed 18 hours ago

Southclaws commented 1 month ago

Some people like infinite scroll, others like pages. Storyden should support both. But right now it supports none, so that's no good! (the main feed loads the latest 50 posts, nothing else)

Infinite scroll can be implemented quite easy with useSWRInfinite and the code can be generated via Orval.

But the UX question here is, for disabling infinite scroll, where does that live on the feed:

image

It could also live elsewhere, in settings for example.