teloscan
teloscan copied to clipboard
Make Transaction Hash Read-Only with Copy Button
Overview
Currently, on the transaction page, the transaction hash is displayed as a clickable link, but clicking it does nothing. To improve the user experience and clarity, the transaction hash should be displayed as static text with a copy button on its right side.
Acceptance Criteria
- The transaction hash should be non-clickable (read-only text).
- The text color should follow the theme: black in light mode, white in dark mode.
- A copy icon button should be placed to the right of the transaction hash, allowing users to easily copy its value.