Skip to content

feat(runs): [progress] lazy load progress runs in batches of 50 - #609

Merged
okt-limonikas merged 1 commit into
ts-factory:mainfrom
okt-limonikas:limit-runs-table-mode
Jul 24, 2026
Merged

feat(runs): [progress] lazy load progress runs in batches of 50 #609
okt-limonikas merged 1 commit into
ts-factory:mainfrom
okt-limonikas:limit-runs-table-mode

Conversation

@okt-limonikas

@okt-limonikas okt-limonikas commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

On top of #608

@okt-limonikas okt-limonikas self-assigned this Jul 23, 2026
Currently we are loading 200 runs by default which takes a lot of time
on production datasets so to reduce load on backend add lazy loading
and limit initial load to 50 runs by default.

Changes:
- Add lazy loading and scrolling in batches of 50 runs
- Limit initial load by 50 runs

Signed-off-by: Danil Kostromin <danil.kostromin@icloud.com>
@okt-limonikas
okt-limonikas force-pushed the limit-runs-table-mode branch from 92d2306 to 2616efa Compare July 24, 2026 13:11
@okt-limonikas
okt-limonikas merged commit 2616efa into ts-factory:main Jul 24, 2026
5 checks passed
@okt-limonikas
okt-limonikas deleted the limit-runs-table-mode branch July 24, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants