riffcc / ceramic-riff-web

Riff.CC, implemented using ComposeDB and Ceramic.
https://ceramic-riff-web.vercel.app
3 stars 0 forks source link

Implement pagination #15

Open Zorlin opened 1 year ago

Zorlin commented 1 year ago

We should have a paging system that allows you to select how many items you want to see per page

"Items per page: dropdown" (values 10, 50, 100, 250)

Then when you're viewing the list of pins, if there's more than 10 and you have set 10 items per page, pages appear like this

Page 1 [2] [3] [4] [5] where 2-5 are buttons you can click to go to those pages.