feat: add one-click copy button for transaction hash and sender address#2043
Open
ishidad2 wants to merge 3 commits intosymbol:devfrom
Open
feat: add one-click copy button for transaction hash and sender address#2043ishidad2 wants to merge 3 commits intosymbol:devfrom
ishidad2 wants to merge 3 commits intosymbol:devfrom
Conversation
added 2 commits
November 14, 2025 20:23
…ad of ButtonCopyToClipboard component.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #2043 +/- ##
==========================================
+ Coverage 53.75% 53.76% +0.01%
==========================================
Files 586 586
Lines 14033 14048 +15
Branches 2343 2345 +2
==========================================
+ Hits 7543 7553 +10
- Misses 6440 6445 +5
Partials 50 50
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Author
|
Fixed Prettier formatting error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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