-
Notifications
You must be signed in to change notification settings - Fork 499
feat(descriptors): minimize blocking the UI #11310
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
base: cldx-4355/async-descriptor-converter
Are you sure you want to change the base?
feat(descriptors): minimize blocking the UI #11310
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
🧪 E2E Preview environment🔑 Environment Variables for Local TestingThis is the preview URL for the E2E tests: https://e2e-studio-iuwlos0ff.sanity.dev To run the E2E tests locally, you can use the following environment variables, then run 💬 Remember to build the project first with |
📊 Playwright Test ReportThis report contains test results, including videos of failing tests. |
⚡️ Editor Performance ReportUpdated Fri, 28 Nov 2025 13:22:49 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||
15e97a6 to
df00f00
Compare
cab079b to
2cedbc7
Compare
df00f00 to
63e37aa
Compare
2cedbc7 to
457a4a7
Compare
This adds a "pauser" into the descriptor converter which avoids blocking the UI by scheduling idle callbacks. See the comment in the code for justification and potential follow-up work.
63e37aa to
e8af851
Compare
457a4a7 to
24cc74c
Compare
|
I've now slightly tweaked it:
|

Description
This adds a "pauser" into the descriptor converter which avoids blocking the UI by scheduling idle callbacks. See the comment in the code for justification and potential follow-up work.
What to review
This PR.
Testing
N/A.
Notes for release
N/A. Internal only at the moment.