Closed
Description
As a user, I would like to be able to be able to paginate through a potentially long audit log.
AC
- Add pagination to the audit log page, using the new pagination component (
components/PaginationWidget.tsx
) - Use the count API (
/api/v2/audit/count
) to return the total count of pages - Add tests and stories
Definition of Done
When there are more than 10 items in the Audit Log
then they are broken up and accessible by a pagination widget.