fix: add click-to-copy and etherscan link to block number on success-tx #104
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#104
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/issue-99-block-number-link-copy"
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 transaction success view now has the same treatment as addresses and transaction hashes:
Closes #99
Block number on the transaction success view now has the same treatment as addresses and transaction hashes: dashed-underline click-to-copy and an external link icon linking to etherscan.io/block/{number}. Closes #99Closing as duplicate of #102 which already addresses issue #99.
Added
blockNumberHtml()function intxStatus.jsthat renders block numbers with:etherscan.io/block/{number}Changed
renderSuccess()to useinnerHTMLwithblockNumberHtml()instead of plaintextContent.docker build .passes.Pull request closed