Skip to content

Comments

feat: /address events tab#321

Open
bpierre wants to merge 6 commits intomainfrom
bpierre/feat-account-events
Open

feat: /address events tab#321
bpierre wants to merge 6 commits intomainfrom
bpierre/feat-account-events

Conversation

@bpierre
Copy link
Member

@bpierre bpierre commented Dec 18, 2025

fixes #73

demo

changes

  • Add Events tab to /address showing emitted logs
  • Add /api/address/events/$address and /api/address/events-count/$address endpoints
  • Improve pagination for unknown totals (show "1000+", hide last page button)

preview

image

# Conflicts:
#	apps/explorer/src/comps/DataGrid.tsx
#	apps/explorer/src/comps/Pagination.tsx
#	apps/explorer/src/routeTree.gen.ts
#	apps/explorer/src/routes/_layout/address/$address.tsx
@github-actions
Copy link

github-actions bot commented Jan 28, 2026

Cloudflare Deployments

App Environment Status Preview
explorer devnet [OK] Deployed View Preview
explorer moderato [OK] Deployed View Preview
explorer presto [OK] Deployed View Preview
explorer testnet [OK] Deployed View Preview
fee-payer devnet [>>] Skipped No changes
fee-payer privy [>>] Skipped No changes
fee-payer testnet [>>] Skipped No changes
og - [>>] Skipped No changes
tokenlist - [>>] Skipped No changes

- Change #lib/abi to #lib/queries for useLookupSignature
- Use getWagmiConfig() instead of non-existent config export
- Remove unused hasMore destructuring from DataGrid
@github-actions
Copy link

github-actions bot commented Jan 28, 2026

Bundle Size Report

Metric Size Δ Change
Total 4.6 MB +12.1 KB (+0.3%)
Gzip 1.2 MB +3.5 KB (+0.3%)
Brotli 1.1 MB +3.0 KB (+0.3%)
Chunk changes (>1KB)
Chunk Change
assets/router.js +4.5 KB
assets/_address.js +6.9 KB

Compared against main branch (baseline from 1/27/2026, 3:31:27 AM)

- Show "1,000+" instead of "∞" when events count exceeds limit
- Use pages={{ hasMore }} for indefinite pagination
- Disable last page button when count is unknown
- Change capped count format from "> X" to "X+"
@tempoxyz tempoxyz deleted a comment from github-actions bot Jan 28, 2026
@bpierre bpierre requested a review from o-az January 28, 2026 20:23
@o-az
Copy link
Member

o-az commented Feb 3, 2026

@bpierre sync pls

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.

Add events under account page

2 participants