feat: add one-click copy button for transaction hash and sender address #2043
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ Added Copy-to-Clipboard Button for Transaction Details
A new copy-to-clipboard button has been added to streamline copying key transaction information:
Each field now includes a small copy icon on the right side with multilingual tooltip support (EN / JA / KO / RU / ZH).
🎯 Why This Feature?
Previously, copying transaction-related data required several inconvenient steps:
Sender address
Users had to open the explorer link, navigate to the external site, and copy the address manually.
Transaction hash
Similar process: click → open explorer → locate hash → copy.
This was unnecessarily time-consuming for a simple task.
➡️ Now you can copy these values instantly in one click, directly from the UI.
🛠 Implementation Details
transferprop enabled to prevent horizontal scrollbar issues