Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 1 | -0/+122 |
| | |||||
* | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 1 | -122/+0 |
| | |||||
* | 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. |