Paginate Job history page in the UI #10323
Labels
area/frontend
Related to the Airbyte webapp
autoteam
needs-triage
type/enhancement
New feature or request
Context
The JobListRequestBody supports pagination. In order to improve page performance and UX for connections with many jobs, we should implement pagination in the UI by defining some sensible page size and calling the
/v1/jobs/list
endpoint with pagination parameters.As this is (I believe) the first paginated resource in the UI, this will require establishing a reusable pagination experience that can be used for other resources in the future.
The text was updated successfully, but these errors were encountered: