1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/app/scripts/controllers
Dan J Miller b73f543b23
Whats new popup (#10583)
* Add 'What's New' notification popup

* Move selectors from shared/notifications into ui/ directory

* Use keys for localized message in whats new notifications objects, to ensure notifications will be translated.

* Remove unused swaps intro popup locale messages

* Fix keys of whats new notification locales

* Remove notifications messages and descriptions from comment in shared/notifications

* Move notifcationActionFunctions to shared/notifications and make it stateless

* Get notification data from constants instead of state in whats-new-popup

* Code cleanup

* Fix build quote reference to swapsEthToken, broken during rebase

* Rename notificationFilters to notificationToExclude to clarify its purpose

* Documentation for getSortedNotificationsToShow

* Move notification action functions from shared/ to whats-new-popup.js

* Stop setting swapsWelcomeMessageHasBeenShown to state in app-state controller

* Update e2e tests for whats new popup changes

* Updating migration files

* Addressing feedback part 1

* Addressing feedback part 2

* Remove unnecessary div in whats-new-popup

* Change getNotificationsToExclude to getNotificationsToInclude for use in the getSortedNotificationsToShow selector

* Delete intro-popup directory and test files

* Lint fix

* Add notifiction state to address-entry fixture

* Use two separate functions for rendering first and subsequent notifications in the whats-new-popup

* Ensure that string literals are passed to t for whats new popup text

* Update import-ui fixtures to include notificaiton controller state

* Remove unnecessary, accidental change confirm-approve

* Remove swaps notification in favour of mobile swaps as first notifcation and TBD 3rd notification

* Update whats-new-popup to use intersection observer api to detect if notification has been seen

* Add notifications to send-edit and threebox e2e test fixtures

* Update ui/app/selectors/selectors.js

Co-authored-by: Mark Stacey <markjstacey@gmail.com>

* Update ui/app/selectors/selectors.js

Co-authored-by: Mark Stacey <markjstacey@gmail.com>

* Clean up locale code for whats-new-popup notifications

* Disconnect observers in whats-new-popup when their callback is first called

* Add test case for migration 58 for when the AppStateController does not exist

* Rename popover components containerRef to popoverWrapRef

* Fix messages.json

* Update notification messages and images

* Rename popoverWrapRef -> popoverRef in whats-new-popup and popover.component

* Only create one observer, and only after images have loaded, in whats-new-popup

* Set width and height on whats-new-popup image, instead of setting state on img load

* Update ui/app/components/app/whats-new-popup/whats-new-popup.js

Co-authored-by: Mark Stacey <markjstacey@gmail.com>

* Code clean up in whats new popup re: notification rendering and action functions

* Code cleanup in render notification functions of whats-new-popup

* Update ui/app/components/app/whats-new-popup/whats-new-popup.js

Co-authored-by: Mark Stacey <markjstacey@gmail.com>

* lint fix

* Update and localize  notification dates

* Clean up date code in shred/notifications/index.js

Co-authored-by: ryanml <ryanlanese@gmail.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
2021-04-28 14:21:41 -02:30
..
ens upgrade ethereumjs util (#10886) 2021-04-16 10:05:13 -05:00
network Handling infura blockage (#10883) 2021-04-15 10:41:40 -07:00
permissions Fix _getPermittedAccounts type safety (#10819) 2021-04-05 11:32:46 -07:00
transactions upgrade ethereumjs util (#10886) 2021-04-16 10:05:13 -05:00
alert.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
app-state.js Whats new popup (#10583) 2021-04-28 14:21:41 -02:30
cached-balances.js cache balances by chain id (#10545) 2021-03-02 16:53:07 -06:00
cached-balances.test.js colocate tests in flat structure (#10655) 2021-03-16 16:00:08 -05:00
detect-tokens.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
detect-tokens.test.js colocate tests in flat structure (#10655) 2021-03-16 16:00:08 -05:00
incoming-transactions.js refactor incoming tx controller (#10639) 2021-03-19 16:54:30 -05:00
incoming-transactions.test.js refactor incoming tx controller (#10639) 2021-03-19 16:54:30 -05:00
metametrics.js use one segment instance (#10915) 2021-04-26 11:05:43 -05:00
metametrics.test.js use one segment instance (#10915) 2021-04-26 11:05:43 -05:00
onboarding.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
preferences.js Implement Ledger Live bridge (#10293) 2021-04-26 13:05:48 -05:00
preferences.test.js Allow 11 characters in symbol for RPC (#10670) 2021-03-26 10:40:17 -02:30
swaps.js Reduce calls of the /featureFlag API (#10859) 2021-04-14 04:46:27 -02:30
swaps.test.js Reduce calls of the /featureFlag API (#10859) 2021-04-14 04:46:27 -02:30
threebox.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
token-rates-controller.test.js colocate tests in flat structure (#10655) 2021-03-16 16:00:08 -05:00
token-rates.js upgrade ethereumjs util (#10886) 2021-04-16 10:05:13 -05:00