-
Notifications
You must be signed in to change notification settings - Fork 726
refactor: improve Electron settings version table #1712
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: main
Are you sure you want to change the base?
Conversation
d535a3a
to
e926641
Compare
e926641
to
3df6e1d
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.
When I tested this locally, it seems the download/delete button no longer works properly in the table. No visual update happens unless you scroll such that the button goes out of view, then scroll it back into view.
7f6ba30
to
bff81a9
Compare
@dsanders11 fixed in bff81a9! |
@codebytere, looks like that change works well if the version is at the top of the list, but if you're scrolled down the list and click one of the buttons, I'm seeing it snap back to the top of the list, and am unable to scroll down at all until the operation (download or delete) has finished. |
bff81a9
to
15b5fa2
Compare
15b5fa2
to
58f454b
Compare
@dsanders11 i think i've finally gotten it when you get a chance to re-review :D |
Prior to this the table loaded all possible electron versions with no real ability to filter or search.
This PR virtualizes the list and adds input filtering.