web
web copied to clipboard
Add support for prev/next pagination
Description
This PR introduces support for a cursor (ie prev/next) based pagination. It can be used purely on the client or it can be hooked with callbacks interacting with a backend paginated API (what would happen for activity log page)
How was this tested?
Automated tests and storybook.