-
Notifications
You must be signed in to change notification settings - Fork 4k
Implement transient spinners #12826
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
Implement transient spinners #12826
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
✅ PR preview is ready!
|
18c4f1f to
8e86cca
Compare
📈 Frontend coverage change detectedThe frontend unit test (vitest) coverage has increased by 0.0200%
✅ Coverage change is within normal range. |
8e86cca to
9158c17
Compare
d9b33ab to
dfcd3bc
Compare
1af2b5d to
cd702ac
Compare
bc67db4 to
ff0535a
Compare
ff0535a to
efb44c4
Compare
e1c6670 to
3fea9c0
Compare
3fea9c0 to
7e8e837
Compare
aa8bf80 to
70b1351
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 46 out of 46 changed files in this pull request and generated 15 comments.
3ec60af to
9484285
Compare
9484285 to
df0d3ed
Compare
lukasmasuch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
df0d3ed to
e6b4f56
Compare
e6b4f56 to
75bb6e7
Compare

Describe your changes
Implemented a new transient element system to improve the spinner component. This change:
TransientNodeto the render tree to handle temporary UI elementsThis approach provides a more robust way to handle temporary UI elements like spinners, preventing stale elements and ensuring proper cleanup.
GitHub Issue Link (if applicable)
Testing Plan
TransientNodeand updatedAppRootfunctionality inAppRoot.test.tsContribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.