1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Dan Finlay f4d58ebc70 Move account export to subview
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.
2016-05-04 18:08:31 -07:00
..
components Move account export to subview 2016-05-04 18:08:31 -07:00
css Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
first-time Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
img Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
reducers Move account export to subview 2016-05-04 18:08:31 -07:00
account-detail.js Move account export to subview 2016-05-04 18:08:31 -07:00
accounts.js Fix outdated transitions 2016-04-29 17:02:36 -07:00
actions.js Show any pending txs when unlocking 2016-05-03 15:04:15 -07:00
app.js Show any pending txs when unlocking 2016-05-03 15:04:15 -07:00
conf-tx.js Show any pending txs when unlocking 2016-05-03 15:04:15 -07:00
config.js Make account detail view the primary view 2016-04-25 12:38:43 -07:00
info.js Fix slack link 2016-04-29 11:41:59 -07:00
loading.js Make account detail view the primary view 2016-04-25 12:38:43 -07:00
reducers.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
root.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
send.js Fix floating point input bug 2016-04-19 18:56:22 -07:00
settings.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
store.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
template.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
unlock.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
util.js Removed logs 2016-04-19 18:58:34 -07:00