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

Long numbers are reducing readability #372

Closed
ewjoachim opened this issue Feb 28, 2024 · 0 comments · Fixed by #435
Closed

Long numbers are reducing readability #372

ewjoachim opened this issue Feb 28, 2024 · 0 comments · Fixed by #435

Comments

@ewjoachim
Copy link
Member

ewjoachim commented Feb 28, 2024

image

We should probably abbreviate large numbers:

  • 1 to 999: unchanged (all digits)
  • 1_000 to 9_999: 1.0k to 9.9k (1 decimal digit, truncated)
  • 10_000 to 999_999: 10k to 999k (no decimal digit, truncated)
  • 1_000_000 and more: 1M / 10M / 100M / 1000M etc (no decimal digit, truncated, no upper limit on numbers)

Note: it's worse with long filenames:
image

Maybe we should show just the start and end of filenames if they're too long

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

Successfully merging a pull request may close this issue.

1 participant