Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes t from props via metamask-connect and instead places it on context ↵ | Dan | 2018-03-29 | 1 | -2/+8 |
| | | | | via a provider. | ||||
* | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 1 | -3/+3 |
| | | | | t() call; t is just available on props. | ||||
* | Handle i18n with redux. | Dan | 2018-03-16 | 1 | -2/+2 |
| | |||||
* | i18n - load locales manually | kumavis | 2018-03-15 | 1 | -1/+1 |
| | |||||
* | get t imported in all files currently using i18n | Nick Doiron | 2018-01-25 | 1 | -0/+1 |
| | |||||
* | first steps to i18n | Nick Doiron | 2018-01-23 | 1 | -1/+1 |
| | |||||
* | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 1 | -0/+59 |
| | |||||
* | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 1 | -59/+0 |
| | |||||
* | Linting to the max. | Kevin Serrano | 2016-11-12 | 1 | -3/+1 |
| | |||||
* | Unify tooltip styles | Dan Finlay | 2016-06-30 | 1 | -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 button | Dan Finlay | 2016-06-30 | 1 | -10/+41 |
| | |||||
* | Use clipboard icon for copy button | Dan Finlay | 2016-06-30 | 1 | -3/+8 |
| | |||||
* | Add CopyButton component | Dan Finlay | 2016-06-30 | 1 | -0/+26 |