You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the recent token-price UX changes, the top header token price box can render very small USD values using the generic shortened formatter (< $0.01). For token pricing, that hides the actual value and makes the header less useful.
Goal
Show the full USD token price in the story page header token-price box, even when the value is below $0.01.
Scope
Update the header token price rendering so it does not use the shortened < $0.01 formatting for token price values.
Preserve a readable precision strategy for very small USD values (for example enough decimals/significant digits to expose the actual token price).
Background
After the recent token-price UX changes, the top header token price box can render very small USD values using the generic shortened formatter (
< $0.01). For token pricing, that hides the actual value and makes the header less useful.Goal
Show the full USD token price in the story page header token-price box, even when the value is below $0.01.
Scope
< $0.01formatting for token price values.Acceptance Criteria
< $0.01for the token price.Notes
This is specifically for the story header token price display, where hiding sub-cent precision is misleading.