aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/ui.js
Commit message (Collapse)AuthorAgeFilesLines
* Default to the new UI for all usersWhymarrh Whitby2019-02-051-20/+2
|
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-231-2/+9
| | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding
* Default to the new UI for first time usersWhymarrh Whitby2018-11-211-13/+4
|
* ESLint fixes (#5775)Whymarrh Whitby2018-11-171-1/+1
| | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors
* sentry - include app state in ui errorskumavis2018-10-201-1/+11
|
* sentry - replace raven-js with sentry/browserkumavis2018-10-201-2/+2
|
* 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