Skip to content

fix(frontend): nft asset count and usage health exclude#1493

Merged
andrewklau merged 3 commits into
mainfrom
fix/nft-asset-count-and-usage-health-exclude
Jun 7, 2026
Merged

fix(frontend): nft asset count and usage health exclude#1493
andrewklau merged 3 commits into
mainfrom
fix/nft-asset-count-and-usage-health-exclude

Conversation

@andrewklau

Copy link
Copy Markdown
Contributor

No description provided.

… than 0"

The NFT assets grid header bypassed the shared count helpers, always
rendering the "More than {{count}}" string via numberFormat. An empty
account therefore showed the nonsensical "More than 0 NFT assets found".

Use the same standard every other table uses: isApproxCount() to pick
total vs totalExact and countFormat() for grouping. Exact counts
(including 0) now read "A total of N NFT assets found".
Health-check endpoints are high-volume probe noise that shouldn't count
toward third-party API usage stats. Add /v1/health to SKIP_PREFIXES
alongside the existing legacy/sync exclusions.
@andrewklau andrewklau merged commit c3fc4ee into main Jun 7, 2026
1 check passed
@andrewklau andrewklau deleted the fix/nft-asset-count-and-usage-health-exclude branch June 7, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant