Page MenuHomePhabricator

[Cashtab] Copy own address from Sign Message collapse in Send.js
ClosedPublic

Authored by kieran709 on Jun 2 2022, 15:36.

Details

Summary

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.

Test Plan

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

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bytesofman requested changes to this revision.Jun 2 2022, 17:16

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.

This revision now requires changes to proceed.Jun 2 2022, 17:16

Responding to review feedback.

Looks great. Please rebase to latest master before landing.

This revision is now accepted and ready to land.Jun 3 2022, 21:40