-
Notifications
You must be signed in to change notification settings - Fork 489
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
feat: add react-virtualized to the files list #957
Conversation
@fsdiogo I'm seeing the firefox rendering issue again on this branch |
Oh noes! With the whole I'll add that fix to master and then sync this branch. |
TODO: - only stat files in view. - plaeholder for file or dir icon - turn off stale retry on files redux bundle... its terrible ux to reload a large dir listing every n seconds. - may have to replace the loading animation with something that doesn't re-render the list - fix keyboard controls, see: https://bvaughn.github.io/react-virtualized/#/components/ArrowKeyStepper License: MIT Signed-off-by: Oli Evans <[email protected]>
22abd7c
to
937c961
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.
minor issue: Renaming items in the list, the item doesnt get the new name unless i scroll them out of view and back again, or navigate away and come back.
The "select and it immediately deselect" problem has re-appeared on firefox.
see: #889 |
react-virtualized
to only render the files in view