Related to T2362. Part of the user's request was to add the ability to copy one's own address from the Sign Message collapse in Send.js.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABCe2dd146417da: [Cashtab] Copy own address from Sign Message collapse in Send.js
cd web/cashtab && npm start
navigate to send screen
expand the Sign Message collapse
click on the Addres input
observe that current wallet's address is copied to clipboard
observe the copy success notification
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- copy-own-address-from-sign-message-collapse
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 19237 Build 38221: Build Diff cashtab-tests Build 38220: arc lint + arc unit
Event Timeline
Comment Actions
It's not intuitive that clicking the address will copy it to the clipboard. Use the standard copy paste icon. I think it would be best if this was in-line with the input form.