aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/copyable.js
Commit message (Collapse)AuthorAgeFilesLines
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-2/+8
| | | | via a provider.
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-3/+3
| | | | t() call; t is just available on props.
* Handle i18n with redux.Dan2018-03-161-2/+2
|
* i18n - load locales manuallykumavis2018-03-151-1/+1
|
* get t imported in all files currently using i18nNick Doiron2018-01-251-0/+1
|
* first steps to i18nNick Doiron2018-01-231-1/+1
|
* 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