feat(web): show full number below 10,000 instead of compact K suffix#295
Open
fengshao1227 wants to merge 1 commit into
Open
feat(web): show full number below 10,000 instead of compact K suffix#295fengshao1227 wants to merge 1 commit into
fengshao1227 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Display full numeric values for numbers below 10,000 instead of abbreviating them with the K suffix (e.g.,
1200instead of1.2K). Numbers >= 10,000 continue to use K format as before.Scope
Changes
formatCompactNumber(usage.ts) by separatingthresholdfromdivisorusageAnalyticsPresentation.ts,UsageAnalyticsPage.tsx)User Impact
Token/usage values between 1,000–9,999 now display as full numbers (e.g.,
1900instead of1.9K), making it easier to distinguish exact reasoning token counts.Compatibility / Runtime Notes
Data / Security Notes
N/A
Risk / Rollback
Risk level: Low
Rollback notes:
Verification
Commands / evidence:
Screenshots / Recordings
N/A — display-only formatting change
Docs
Related
Closes #249