Skip to content

feat: Explorer UI/UX audit — tools, perf, and polish - #21

Merged
NateIsern merged 2 commits into
mainfrom
feat/ui-ux-audit-plan
Jul 9, 2026
Merged

feat: Explorer UI/UX audit — tools, perf, and polish#21
NateIsern merged 2 commits into
mainfrom
feat/ui-ux-audit-plan

Conversation

@NateIsern

Copy link
Copy Markdown
Member

Summary

  • Ships explorer tools (transactions feed, charts, broadcast, API docs) plus audit fixes: correct realtime React Query ['stats'] invalidation, unified Mongo dbName, masternodes stats-only by default (?include=list), and Vite proxy default :8080.
  • Improves performance with bounded parallel getRecentBlocks and WebSocket network-stats change-detection; slims BlockchainProvider and routes NetworkStatus through useStats.
  • Polishes UI/UX (touch-safe copy, i18n hardcodes, locale-aware relative times, zoom/a11y, theme-color, layout padding, breadcrumbs, blocks filter copy) and cleans up dead DataTable/theme-config in favor of shared shared/supply and shared/websocket-types.

Test plan

  • bun run typecheck (or project equivalent) passes
  • Home/realtime: new blocks/txs refresh stats without stale cache
  • Masternodes page loads stats quickly; full list only when ?include=list (or UI path that requests it)
  • Vite dev proxy hits API on :8080 by default
  • Tools: /transactions, charts, broadcast, API docs render and call expected APIs
  • Address history tolerates missing/null cached txs
  • Blocks time filter shows “this page only” copy; copy buttons work on touch
  • Spot-check i18n locales for new common/error/PWA/blocks strings

Made with Cursor

NateIsern and others added 2 commits July 9, 2026 11:18
Ship a paginated recent-tx feed with mempool tip, Recharts analytics from
sampled history, raw-tx broadcast UI, address-validator/API docs in the
sidebar, CSV export and mempool fee histogram, plus shared supply/WS types.

Co-authored-by: Cursor <cursoragent@cursor.com>
Clarify page-scoped block filters, centralize layout padding, expand i18n for copy/error/PWA strings, and skip null txs in address history so missing cache entries do not break the page.

Co-authored-by: Cursor <cursoragent@cursor.com>
@cursor

cursor Bot commented Jul 9, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@NateIsern
NateIsern merged commit a71f2ba into main Jul 9, 2026
1 check passed
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