fix: make block number click-to-copy with etherscan link #103
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/AutistMask#103
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/99-block-number-clickable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 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 #99Closing as duplicate of #102 which already addresses issue #99.
Added
blockNumberHtml()function intxStatus.jsthat renders block numbers with:data-copyattribute)etherscan.io/block/{number}with the standard external-link iconThis is consistent with how addresses (
toAddressHtml) and transaction hashes (txHashHtml) are already displayed.docker build .passes (no-cache).Pull request closed