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

Improvements for the Size column in the files view #2986

Closed
pmaier1 opened this issue Feb 7, 2020 · 0 comments · Fixed by #3051
Closed

Improvements for the Size column in the files view #2986

pmaier1 opened this issue Feb 7, 2020 · 0 comments · Fixed by #3051
Assignees
Labels
Category:Enhancement Add new functionality

Comments

@pmaier1
Copy link
Contributor

pmaier1 commented Feb 7, 2020

Some improvements to make displayed file/folder sizes simpler and more human-friendly. This is from analyzing the current oC frontend.

  • B => leave as is, do not show decimals (e.g., 120 B)
  • KB => do not show decimals (e.g. 120 KB)
  • MB/GB/TB => rounding, 1 digit after comma (e.g., 1.2 MB)

Idea @kulmann tbd: showing decimals when < 10 and no decimals when >= 10


Box research note: they always show one decimal except for B (obviously)

@PVince81 PVince81 added the Category:Enhancement Add new functionality label Feb 17, 2020
@LukasHirt LukasHirt self-assigned this Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category:Enhancement Add new functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants