1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/app/scripts/controllers
Dan J Miller 9d5be5d29f
New notification fixes (#6955)
* Replace use of backup-notification with use of home notification

* Pin notifications relative to window

* Remove unneeded isRequired condition on some home.component properties

* Refactor rendering of home notifications

* UX for multiple notifications

* Adds dismissal to provider request notification.

* Fix test failures

The e2e tests have been updated to reference `home-notification`
classnames instead of the removed `background-notification`. The
active tab proptypes and default values were updated as well.
2019-08-02 18:01:26 -02:30
..
network Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
transactions Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
app-state.js Update auto-logout to recognize idle time in background (#6593) 2019-05-13 13:46:09 -02:30
balance.js Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
cached-balances.js Save recent network balances in local storage (#5843) 2018-11-30 14:51:24 -08:00
computed-balances.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
detect-tokens.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
infura.js Require loglevel singleton in each module that uses it 2018-04-13 17:56:28 -04:00
onboarding.js I5849 incremental account security (#6874) 2019-08-02 01:27:26 -02:30
preferences.js Default Privacy Mode to ON, allow force sharing address (#6904) 2019-08-01 10:54:33 -02:30
provider-approval.js New notification fixes (#6955) 2019-08-02 18:01:26 -02:30
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00
recent-blocks.js feature: add Goerli support (#6459) 2019-04-17 15:04:49 -02:30
token-rates.js feature: integrate gaba/CurrencyRateController (#6570) 2019-05-31 18:14:22 -04:00

Controllers

Different controllers (in the sense of *VC *View-Controller).