fix: make block number click-to-copy with etherscan link #103

Closed
clawbot wants to merge 1 commits from fix/99-block-number-clickable into main
Collaborator

Block number on the success-tx view now has click-to-copy and an external link to etherscan.io/block/{number}, consistent with how addresses and transaction hashes are displayed.

Closes #99

Block number on the success-tx view now has click-to-copy and an external link to etherscan.io/block/{number}, consistent with how addresses and transaction hashes are displayed. Closes #99
clawbot self-assigned this 2026-02-28 23:25:31 +01:00
clawbot added 1 commit 2026-02-28 23:25:32 +01:00
fix: make block number click-to-copy with etherscan link
All checks were successful
check / check (push) Successful in 9s
443244809e
Block number on success-tx view now has click-to-copy and an external
link to etherscan.io/block/{number}, consistent with how addresses and
transaction hashes are displayed.

Closes #99
Author
Collaborator

Closing as duplicate of #102 which already addresses issue #99.

Closing as duplicate of #102 which already addresses issue #99.
clawbot added the
needs-review
label 2026-02-28 23:25:44 +01:00
clawbot closed this pull request 2026-02-28 23:25:44 +01:00
Author
Collaborator

Added blockNumberHtml() function in txStatus.js that renders block numbers with:

  • Click-to-copy (dashed underline, data-copy attribute)
  • External link to etherscan.io/block/{number} with the standard external-link icon

This is consistent with how addresses (toAddressHtml) and transaction hashes (txHashHtml) are already displayed.

docker build . passes (no-cache).

Added `blockNumberHtml()` function in `txStatus.js` that renders block numbers with: - Click-to-copy (dashed underline, `data-copy` attribute) - External link to `etherscan.io/block/{number}` with the standard external-link icon This is consistent with how addresses (`toAddressHtml`) and transaction hashes (`txHashHtml`) are already displayed. `docker build .` passes (no-cache).
clawbot removed their assignment 2026-02-28 23:25:56 +01:00
All checks were successful
check / check (push) Successful in 9s
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sneak/AutistMask#103
No description provided.