-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
chore: Improve account list performance #14910
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
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
535a211
to
a14606e
Compare
|
ad0b9b0
to
d2a8d0e
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.
LGTM
Description
This is a minor PR that aims to improve the rendering performance of the AccountsList component with some basic tricks. This PR has no functional differences with what is already in main.
None of these will make massive improvements but they are best practices and could give us small benefits. It also makes the component easier to reason about.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
screen-20250425-203650.mp4
Pre-merge author checklist
Pre-merge reviewer checklist