Skip to content

[#351] Add Basescan tx links on donation history + Load more pagination#367

Merged
realproject7 merged 1 commit intomainfrom
task/351-donation-tx-link
Mar 19, 2026
Merged

[#351] Add Basescan tx links on donation history + Load more pagination#367
realproject7 merged 1 commit intomainfrom
task/351-donation-tx-link

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Each donation row now has a clickable arrow (↗) linking to the tx on Basescan
  • Replaced prev/next page pagination with "Load more" button (10 records default, +10 per click)
  • Shows remaining count in the button text

Fixes #351

Files changed

  • src/app/dashboard/reader/page.tsx — tx link in DonationRow, Load more pagination

Test plan

  • next build passes
  • Lint passes
  • Donation rows show clickable tx link to Basescan
  • "Load more" button loads additional records and shows remaining count

🤖 Generated with Claude Code

- Each donation row now has a clickable arrow linking to the tx on
  Basescan via EXPLORER_URL
- Replaced prev/next page pagination with "Load more" button
  (default 10 records, loads 10 more per click)
- Shows remaining count in the Load more button

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Tx links use EXPLORER_URL with null-safe tx_hash check. Load more pagination cleanly replaces prev/next — shows remaining count, resets on wallet change. Minor: _page param is unused but harmless. Approved.

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE

Summary

The PR matches issue #351 and adds Basescan transaction links plus the requested Load more pagination pattern on reader donation history. The change is focused to the reader dashboard and keeps the data flow straightforward by expanding the query limit in 10-row batches.

Findings

  • No correctness or design issues found in the submitted diff.

Decision

Approved on code review. lint-and-typecheck was still pending at the time of review, so merge should still wait for required GitHub checks.

@realproject7 realproject7 merged commit 85c4592 into main Mar 19, 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.

[Feat] Clickable Basescan tx links on donation history + pagination

2 participants