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
fix: promote abbreviateCount to next tier at boundaries, cap onPage at limit
- Promote to next tier when Math.round(scaled) reaches 1000 (e.g. 999950 →
'1000K' was misleading, now correctly shows '1.0M')
- Cap onPage reported count at options.limit so progress never shows '120/100'
when the last page overshoots the requested limit
0 commit comments