mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-16 22:35:11 -06:00
* feat: pagination for v1 loglines list * add: sqlc v1 query for loglines count * add: generated rest-client changes for python sdk * refactor: frontend logs UI with pagination elements * add: ts-sdk logline pagination, py logline list pagination docstring * feat: add since queryparam for v1logline, add infinitescroll pagination on FE * add custom polling for logs refresh on FE, remove inefficient default refresh logic * add since queryparam of v1logline to all rest-clients * refactor: remove offset query param, add until query param(v1logline) * remove pagination from v1loglinelist * fix: inconsistent scroll behaviour, add pagination response schema on v1loglist * add: infinite scroll behavior for smooth log scrolling; prefetch next page logs in advance * fix: pagination scroll, when task is running, remove stale pagination data when logs tab inactive * chore: lint * chore: lint --------- Co-authored-by: mrkaye97 <mrkaye97@gmail.com>