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
File size displayed in second and third rows different from official version, and it should not display in scientific notation like '1e3'.
Steps to reproduce the behavior:
It should be same as official.
Maybe file size should round with floor here.
qb-web/src/filters.ts
Lines 5 to 30 in 79e515a
The text was updated successfully, but these errors were encountered:
21dc76b
Thanks, fixed.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
File size displayed in second and third rows different from official version, and it should not display in scientific notation like '1e3'.
How to reproduce
Steps to reproduce the behavior:
Expected behavior
It should be same as official.
Official behavior
Versions
Additional notes
Maybe file size should round with floor here.
qb-web/src/filters.ts
Lines 5 to 30 in 79e515a
The text was updated successfully, but these errors were encountered: