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

refactor: render list progressively (backport #25066) #25485

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Mar 15, 2024

Before

  1. Create all list elements
  2. Render all list elements

After

For each element:

  1. Create
  2. Render

Should result in a smoother UX, because we immediately render some data. The user can start scrolling while the data is still being rendered. Especially useful on slow devices.


This is an automatic backport of pull request #25066 done by Mergify.

(cherry picked from commit 7781f43)
@mergify mergify bot requested a review from a team March 15, 2024 15:44
@mergify mergify bot requested review from akhilnarang and removed request for a team March 15, 2024 15:44
@ankush ankush merged commit 3fae36d into version-14-hotfix Mar 18, 2024
9 of 11 checks passed
@ankush ankush deleted the mergify/bp/version-14-hotfix/pr-25066 branch March 18, 2024 06:09
@frappe-pr-bot
Copy link
Collaborator

🎉 This PR is included in version 14.68.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants