Commit Graph

10 Commits

Author SHA1 Message Date
Dan 0a711f0de0 Removes t from props via metamask-connect and instead places it on context via a provider. 2018-03-29 12:42:38 -02:30
Dan d24a0590d3 i18n redux solution doesn't require importing t() and passing state to each t() call; t is just available on props. 2018-03-21 22:11:47 -02:30
Dan 5fe0be722b Handle i18n with redux. 2018-03-15 21:59:45 -02:30
kumavis 34aeef50a0 i18n - load locales manually 2018-03-14 16:32:35 -07:00
Nick Doiron 9c133aaab3 get t imported in all files currently using i18n 2018-01-24 19:41:29 -10:00
Nick Doiron bad70eb1b3 first steps to i18n 2018-01-22 23:48:03 -10:00
Dan Finlay 86d367957f Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
Dan Finlay 5eb3d5d485 Make folder for responsive UI 2017-07-03 15:39:25 -07:00
Dan Finlay 8dc6aa9c4c Remove dead style code 2017-06-04 22:26:32 -07:00
Dan Finlay 773b36b0de Move address copying into reusable component
"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
2017-06-04 22:22:59 -07:00