Add blockNumberHtml() following the same pattern as txHashHtml() and toAddressHtml(): dashed-underline click-to-copy text plus an external Etherscan link icon (etherscan.io/block/{number}).
The block number on the success-tx view now has consistent styling with other blockchain entities (addresses, tx hashes).
Add `blockNumberHtml()` following the same pattern as `txHashHtml()` and `toAddressHtml()`: dashed-underline click-to-copy text plus an external Etherscan link icon (`etherscan.io/block/{number}`).
The block number on the success-tx view now has consistent styling with other blockchain entities (addresses, tx hashes).
Closes #99
Add blockNumberHtml() following the same pattern as txHashHtml() and
toAddressHtml(): dashed-underline click-to-copy text plus an external
Etherscan link icon (etherscan.io/block/{number}).
Closes#99
Added blockNumberHtml() in txStatus.js following the same pattern as txHashHtml() and toAddressHtml():
Dashed-underline click-to-copy (copies block number to clipboard)
External Etherscan link icon → etherscan.io/block/{number}
The block number on the success-tx view now has consistent styling with all other blockchain entities.
docker build . passes ✅
Added `blockNumberHtml()` in `txStatus.js` following the same pattern as `txHashHtml()` and `toAddressHtml()`:
- Dashed-underline click-to-copy (copies block number to clipboard)
- External Etherscan link icon → `etherscan.io/block/{number}`
The block number on the success-tx view now has consistent styling with all other blockchain entities.
`docker build .` passes ✅
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.
Add
blockNumberHtml()following the same pattern astxHashHtml()andtoAddressHtml(): dashed-underline click-to-copy text plus an external Etherscan link icon (etherscan.io/block/{number}).The block number on the success-tx view now has consistent styling with other blockchain entities (addresses, tx hashes).
Closes #99
Add blockNumberHtml() following the same pattern as txHashHtml() and toAddressHtml(): dashed-underline click-to-copy text plus an external Etherscan link icon (etherscan.io/block/{number}). Closes #99Added
blockNumberHtml()intxStatus.jsfollowing the same pattern astxHashHtml()andtoAddressHtml():etherscan.io/block/{number}The block number on the success-tx view now has consistent styling with all other blockchain entities.
docker build .passes ✅Closing as duplicate of #102 which already addresses issue #99.
Pull request closed