ultraviolet
ultraviolet copied to clipboard
fix: refactor pagination
We need to refactor Pagination into PaginationV2 in order to change behavior. We will then need to migration Pagination everywhere we use it (List for example) to use new PaginationV2. Once migration is fully ended we can remove Pagination and rename PaginationV2 into Pagination.