1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Dan Finlay a167bbc5a0 MVP Popup Notifications Working
I'm unsure which will be more performant: A notification using a trimmed down version of the UI, or using them both, letting the browser cache them both.

In any case, here I've modified the normal UI to recognize when it's a popup, and change the UX accordingly in a few ways:
 - Hide the menu bar
 - Hide the back button from the notifications view.
 - When confirming the last tx, close the window.
2016-08-16 17:32:54 -07:00
..
lib MVP Popup Notifications Working 2016-08-16 17:32:54 -07:00
migrations Auto linted 2016-06-21 13:18:32 -07:00
background.js Set up MVP for popup-based notifications. 2016-08-16 15:39:40 -07:00
chromereload.js Add eth classic to provider menu 2016-07-28 10:53:51 -07:00
config.js Remove ethereum classic provider 2016-08-14 18:41:05 -07:00
contentscript.js deps - local-message-stream extracted as module post-message-stream 2016-08-11 14:04:20 -07:00
inpage.js deps - local-message-stream extracted as module post-message-stream 2016-08-11 14:04:20 -07:00
metamask-controller.js Fix uncalled fn. 2016-08-16 14:28:32 -07:00
popup.js Unify notification and popup ui files 2016-08-16 16:46:44 -07:00