💬 Subreply Would you like infinite scrolling on Sublevel? It will be triggered by clicking on a "next page" link. It will also make each page faster by avoiding the count(*) query.
Login or register your account to reply
Martijn For a continuous feed like Sublevel I think it is fine to drop pagination. Separate links add no value anyway since the content of those pages keep changing. As long as it is an enhancement and everything keeps working without JavaScript!
7y, 7w 1 reply
💬 Subreply It will continue to work without JavaScript, but you'll only get the last 10 items on each page. Actually, the ever changing behavior of Sublevel might bring duplicates in the feed when the "load more" link is pressed.
7y, 7w reply
Mark Dain If you're moving away from pagination to only next/previous, might I make a suggestion; to display 20 rows, query for 21, and if you get 21, you can show the read more link
7y, 7w 1 reply
🦿 Lucian Marin That's a great idea and it's working. The infinite scrolling looks a bit better, so I probably should implement both and let you beta test it for a while.
7y, 7w reply