We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For directories with large numbers of files, it takes a long time to load all of the files, and then it's not very useful.
Here's an example: https://drive.fission.codes/#/QmYGs1ksGX3eMiGvxNuvRT6PD7zPKZpHyiUDXKGQoL4R7S
This is a folder containing HLS encoded video files. If you scroll to the bottom, you get 410 Files (349.39 MB) as the summary.
410 Files (349.39 MB)
We might want to only show XX files, and then implementing paging or lazy loading or search to filter down the total.
The summary of total files / size -- maybe even average / median file size could be interesting -- would be good at the top / in view.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For directories with large numbers of files, it takes a long time to load all of the files, and then it's not very useful.
Here's an example: https://drive.fission.codes/#/QmYGs1ksGX3eMiGvxNuvRT6PD7zPKZpHyiUDXKGQoL4R7S
This is a folder containing HLS encoded video files. If you scroll to the bottom, you get
410 Files (349.39 MB)
as the summary.We might want to only show XX files, and then implementing paging or lazy loading or search to filter down the total.
The summary of total files / size -- maybe even average / median file size could be interesting -- would be good at the top / in view.
The text was updated successfully, but these errors were encountered: