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 e6c4d63ccd Add UI for Signing Messages
Calls to `eth.sign` are now transiently persisted in memory, and displayed in a chronological stack with pending transactions (which are still persisted to disk).

This allows the user a method to sign/cancel transactions even if they miss the Chrome notification.

Improved a lot of the view routing, to avoid cases where routes would show an empty account view, or transition to the accounts list when it shouldn't.

Broke the transaction approval view into a couple components so messages and transactions could have their own templates.
2016-05-03 14:32:22 -07:00
..
components Add UI for Signing Messages 2016-05-03 14:32:22 -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 Add UI for Signing Messages 2016-05-03 14:32:22 -07:00
account-detail.js Add UI for Signing Messages 2016-05-03 14:32:22 -07:00
accounts.js Fix outdated transitions 2016-04-29 17:02:36 -07:00
actions.js Add UI for Signing Messages 2016-05-03 14:32:22 -07:00
app.js Add UI for Signing Messages 2016-05-03 14:32:22 -07:00
conf-tx.js Add UI for Signing Messages 2016-05-03 14:32:22 -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