aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/ui.js
Commit message (Collapse)AuthorAgeFilesLines
* Move inpage-provider and port-stream outsideDan Finlay2018-08-211-1/+1
| | | | | | | | | | With the creation of the [metamask-extension-provider](https://github.com/MetaMask/metamask-extension-provider) we have our first non-core module that is dependent on the inpage-provider and port-stream. To reduce the size of its dependencies, I have moved the [metamask-inpage-provider](https://github.com/MetaMask/metamask-inpage-provider) into its own module, as well as [extension-port-stream](https://github.com/MetaMask/extension-port-stream). This allows them to be more easily depended & iterated on by external projects.
* Remove unneeded code from i4829-close-notifications-from-ui branch.Dan Miller2018-07-251-1/+0
|
* Uncomment closePopupIfOpen code.Dan Miller2018-07-241-3/+3
|
* UI confirm screen closes confirmation window on submit or cancel of a txDan Miller2018-07-241-4/+4
|
* eslint --fix .brunobar792018-07-031-1/+1
|
* Fix confirmation popup not always openingAlexander Tseung2018-04-171-3/+4
|
* Require loglevel singleton in each module that uses itbitpshr2018-04-141-0/+1
|
* build - rename 'popup.js' to 'ui.js'kumavis2018-03-291-0/+84