Is there a way to NOT have infinite scroll on #mastodon ? Like have pagination instead? I've already got slow mode activated, but would like pagination.
Is there a way to NOT have infinite scroll on #mastodon ? Like have pagination instead? I've already got slow mode activated, but would like pagination.
@leeleedee
I think you need a relatively stable dataset for "pages" to make sense. A database of products or upcoming events paginates real nice.
But if you're getting a new item pretty frequently "newest 20" only makes a bit of sense, and 100th to 120th newest doesn't make much sense at all because the window changes as time passes, and time passes as you navigate through the paginated set...
Maybe basing "pages" on post date ranges make more sense? I saw a "today on fedi" mockup that turned each day worth of toots into a frozen, broad sheet style front page ... That might be something?