Block number on the transaction success view now has the same treatment as addresses and transaction hashes:
- Dashed-underline click-to-copy
- External link icon linking to etherscan.io/block/{number}
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#99
Changed renderSuccess() to use innerHTML with blockNumberHtml() instead of plain textContent.
docker build . passes.
Added `blockNumberHtml()` function in `txStatus.js` that renders block numbers with:
- Dashed-underline click-to-copy (matching address/txhash treatment)
- External link icon to `etherscan.io/block/{number}`
Changed `renderSuccess()` to use `innerHTML` with `blockNumberHtml()` instead of plain `textContent`.
`docker build .` passes.
Pull request closed
Please reopen this pull request to perform a merge.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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