-
Notifications
You must be signed in to change notification settings - Fork 56
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
Support very large processed jobs numbers #72
Comments
IMO, |
Using a tooltip to show the full number seems like a good idea, lets do that. |
Actually, i had to revert that, since Bootstrap tooltips are not easily updated. |
How about using a library like Humanize? Humanize.compactInteger(123456789, 1)
// "123.5M" It hasn't been updated in a while, but seems to do what it says on the tin. |
Here's an option: https://css-tricks.com/fitting-text-to-a-container/ |
We need to shorten the number at some point, or it will overflow in the admin ui.
Perhaps something like
123456K
and123456M
would be enough for now.The text was updated successfully, but these errors were encountered: