aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/copyable.js
Commit message (Collapse)AuthorAgeFilesLines
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+46
|
* Make folder for responsive UIDan Finlay2017-07-041-46/+0
|
* 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