-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Added experimental option to show folder sizes #7244
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
Conversation
@cinqmilleans I found an issue that if you select a folder when the size is still calculating, the size in the status bar doesn't get updated. |
@yaichenbaum Indeed. I take care of it. |
@yaichenbaum I was able to correct the problem. However I notice that the cumulative size is not displayed when there are folders in the multiselection. I will try to add this functionality. |
@yaichenbaum The size is now displayed for a selection containing folders. |
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.
Great work!
Resolved / Related Issues
It is not practical to know the total size occupied by a folder. You have to select one, open its property panel, and wait for the calculation. It is therefore not easy to spot a folder whose size is larger than desired. Closes #3944 #6880.
Details of Changes
Add experimental setting for show folder size. The size is calculated asynchronously with no visible loss in performance. The size is visible in details view and status bar.
Works for local folders & library & OneDrive.
Should work on other clouds and ftp but I haven't tested because I don't have one.
Does not work inside a zip file. It can come later.
Validation
How did you test these changes?