aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/copyable.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead style codeDan Finlay2017-06-051-3/+0
|
* Move address copying into reusable componentDan Finlay2017-06-051-0/+49
"copyable" component allows any elements to be wrapped to include: - a tool tip that changes/debounces its label when clicked. - a customizable copyable value. Fixes #1539