Skip to content
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

Improve responsiveness for large folders #25

Open
msjavan opened this issue Jul 3, 2020 · 3 comments
Open

Improve responsiveness for large folders #25

msjavan opened this issue Jul 3, 2020 · 3 comments
Assignees

Comments

@msjavan
Copy link

msjavan commented Jul 3, 2020

for the large folders to be responsive, it would be useful to load items incrementally upon scrolling down/up.

image

@andersevenrud
Copy link
Member

Yeah, sounds like a good idea. Could probably be solved by:

  • Set the container height based on the amount of items to get the correct scrolling
  • Add an Intersection Observer to the container and set display CSS property on all items outside the visible area

@andersevenrud andersevenrud changed the title File Manager became unresponsive for large folders Improve responsiveness for large folders Jul 3, 2020
@msjavan
Copy link
Author

msjavan commented Jul 3, 2020

Also the information on status bar for the large folders are incorrect, there are 49940 files with total size of 46.5GiB in the current folder.

@andersevenrud
Copy link
Member

Then you should probably open another issue

@andersevenrud andersevenrud self-assigned this Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants