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 | -8/+14 |
| | | | | via a provider. | ||||
* | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 1 | -8/+7 |
| | | | | t() call; t is just available on props. | ||||
* | Handle i18n with redux. | Dan | 2018-03-16 | 1 | -9/+9 |
| | |||||
* | i18n - load locales manually | kumavis | 2018-03-15 | 1 | -1/+1 |
| | |||||
* | complete i18n across new UI | Nick Doiron | 2018-01-30 | 1 | -4/+4 |
| | |||||
* | 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 | -4/+4 |
| | |||||
* | Fix typo. | Kevin Serrano | 2017-09-12 | 1 | -2/+2 |
| | |||||
* | Add some styling. | Kevin Serrano | 2017-09-12 | 1 | -0/+3 |
| | |||||
* | Move function as util function. | Kevin Serrano | 2017-09-12 | 1 | -16/+2 |
| | |||||
* | Basic private key download file functionality. | Kevin Serrano | 2017-09-12 | 1 | -9/+30 |
| | |||||
* | Add maximum width for private key reveal | Kevin Serrano | 2017-08-04 | 1 | -1/+1 |
| | |||||
* | Add functional but ugly and hard-coded token list | Dan Finlay | 2017-04-21 | 1 | -2/+0 |
| | |||||
* | Hide the password in the private key retrieval screen. | Kevin Serrano | 2017-03-23 | 1 | -0/+1 |
| | |||||
* | Adjust private key confirmation style and logic. | Kevin Serrano | 2017-03-21 | 1 | -36/+56 |
| | |||||
* | Removed hex prefix from private key export | Dan Finlay | 2016-10-05 | 1 | -3/+6 |
| | | | | | | For compatibility with Jaxx, MEW, and Geth. Fixes #687 | ||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -11/+10 |
| | |||||
* | Size export confirmation input | Frankie | 2016-06-13 | 1 | -1/+5 |
| | |||||
* | bugfix - exportAccount - fix copyToClipboard | kumavis | 2016-05-23 | 1 | -0/+1 |
| | |||||
* | ui - fix account-export margin | kumavis | 2016-05-14 | 1 | -13/+22 |
| | |||||
* | Move account export to subview | Dan Finlay | 2016-05-05 | 1 | -0/+87 |
Account detail view now has an animated transitioning `subview` section that allows us to show extra details within it. Clicking `export` now slide replaces the transaction list with the export UI. Added cancel/done/submit buttons to the Export UI. Done submits like Enter did, the other two transition back to the transaction list. For some reason when first unlocking, the selected account is being instantly replaced with the accounts list, so I need to fix that before merging this into master. |