Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extension - remove local extension files, we use extensionizer | kumavis | 2017-03-31 | 1 | -68/+0 |
| | |||||
* | Add extra edge compatibility | Dan Finlay | 2016-08-30 | 1 | -2/+13 |
| | |||||
* | MVP Popup Notifications Working | Dan Finlay | 2016-08-17 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | Unify notification and popup ui files | Dan Finlay | 2016-08-17 | 1 | -0/+6 |
| | |||||
* | Fix integration tests | Dan Finlay | 2016-07-26 | 1 | -4/+19 |
| | |||||
* | Fix extension tests | Dan Finlay | 2016-07-26 | 1 | -1/+4 |
| | |||||
* | Clean up extension polyfill abstraction | Dan Finlay | 2016-07-26 | 1 | -6/+1 |
| | |||||
* | Implement some cross-browser practices (#473) | Dan Finlay | 2016-07-22 | 1 | -0/+38 |
* Add mozilla plugin key to manifest * Move all chrome references into platform-checking module Addresses #453 * Add chrome global back to linter blacklist * Add tests |