aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/account-export.js
Commit message (Collapse)AuthorAgeFilesLines
* Add functional but ugly and hard-coded token listDan Finlay2017-04-211-2/+0
|
* Hide the password in the private key retrieval screen.Kevin Serrano2017-03-231-0/+1
|
* Adjust private key confirmation style and logic.Kevin Serrano2017-03-211-36/+56
|
* Removed hex prefix from private key exportDan Finlay2016-10-051-3/+6
| | | | | | For compatibility with Jaxx, MEW, and Geth. Fixes #687
* Auto lintedDan Finlay2016-06-221-11/+10
|
* Size export confirmation inputFrankie2016-06-131-1/+5
|
* bugfix - exportAccount - fix copyToClipboardkumavis2016-05-231-0/+1
|
* ui - fix account-export marginkumavis2016-05-141-13/+22
|
* Move account export to subviewDan Finlay2016-05-051-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.