aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/account-export.js
Commit message (Collapse)AuthorAgeFilesLines
* 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.