1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app/pages/settings
Mark Stacey e20ca4668e
Return Promise from addToAddressBook thunk (#8450)
`addToAddressBook` returned a thunk that didn't return a Promise,
despite doing async work. It now returns a Promise.

The callers of this action creator were updated to `await` the
completion of the operation. It was called just before redirecting the
user to a different page or closing a modal, and it seemed appropriate
to wait before doing those things.
2020-04-29 01:59:49 -03:00
..
advanced-tab Remove recompose (#8097) 2020-02-24 19:28:26 -03:30
contact-list-tab Return Promise from addToAddressBook thunk (#8450) 2020-04-29 01:59:49 -03:00
info-tab Add react/no-unused-prop-types ESLint rule (#7655) 2019-12-07 23:10:47 -04:00
networks-tab Remove faux <header> elements (#8131) 2020-02-27 18:00:20 -04:00
security-tab Adding setting for disabling Eth Phishing Detection (#8125) 2020-02-27 02:29:41 -04:00
settings-tab Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
index.js Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30
index.scss Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
settings.component.js Use consistent variable name for classnames import (#8143) 2020-03-01 06:14:16 -04:00
settings.container.js Remove recompose (#8097) 2020-02-24 19:28:26 -03:30