-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Revert "reverse virtuallist refactor" #5255
Conversation
in companion - make one authProvider for each of drive/googlephotos, because reusing would have been a big rewrite - allow the provider.download method to optionally return a size as an optimization
they are different concept and virtual list doesn't support grid
# Conflicts: # packages/@uppy/provider-views/src/ProviderView/ProviderView.tsx
as required by google
Co-authored-by: Antoine du Hamel <[email protected]>
This reverts commit 5d331b9.
Diff output filesNo diff |
What's the status here Mikael? |
The reason we have performance issues (can reproduce in 4.x too) is because we lost the functionality of ProofHere is GoogleDrive in Here is what it should look like instead: https://jsfiddle.net/developit/qqan9pdo. @mifi, would you like to debug our VirtualList implementation while you're refactoring it? |
pulled out from #5061 (do not merge before)