Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incrementally load node diff in UI view #5676

Merged
merged 1 commit into from
Feb 5, 2025
Merged

Conversation

bilalabbad
Copy link
Contributor

@bilalabbad bilalabbad commented Feb 5, 2025

Current all diff are loaded in 1 request. This request can take a long time to request if the diff are very large.

It's PR modified this previous behavior. Now diff are incrementally loaded 30 per 30 diffs.

@bilalabbad bilalabbad added type/bug Something isn't working as expected group/frontend Issue related to the frontend (React) labels Feb 5, 2025
@bilalabbad bilalabbad requested a review from pa-lem February 5, 2025 13:42
@bilalabbad bilalabbad self-assigned this Feb 5, 2025
@bilalabbad bilalabbad merged commit 1c4a0f9 into stable Feb 5, 2025
35 checks passed
@bilalabbad bilalabbad deleted the bab-slowing-loading-diff branch February 5, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/frontend Issue related to the frontend (React) type/bug Something isn't working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants