aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/copyButton.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/+59
|
* Make folder for responsive UIDan Finlay2017-07-041-59/+0
|
* Linting to the max.Kevin Serrano2016-11-121-3/+1
|
* Unify tooltip stylesDan Finlay2016-06-301-2/+1
| | | | | | Made a local tooltip component for replicating our tooltip styles wherever we use tooltips. Applied that tooltip to other items that had tooltips.
* Add tooltip to copy buttonDan Finlay2016-06-301-10/+41
|
* Use clipboard icon for copy buttonDan Finlay2016-06-301-3/+8
|
* Add CopyButton componentDan Finlay2016-06-301-0/+26