1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-26 05:13:37 +02:00
metamask-extension/ui/app/pages/permissions-connect
Mark Stacey b97cd1dc04
Display pending notifications after connect flow (#9011)
The notification window is now kept open after the connect flow if
there are still pending confirmations. Previously, the notification
window would be closed after the connect flow no matter what, and any
pending confirmations would never be shown to the user.

This was accomplished by redirecting to the home screen after the
connect flow. The logic for deciding whether or not to close the window
is already handled by the home page. This does have the unfortunate
side-effect of briefly rendering the home page before the window
closes, but this is a minor problem that exists already in a number of
other scenarios, and it will be fixed in a subsequent PR.

Fixes #8973
2020-07-16 09:13:29 -03:00
..
choose-account Uncomment and fix all auto-fixable stylelint rules (#8989) 2020-07-15 10:13:40 -03:00
redirect Show origin in connect flow rather than site name (#8885) 2020-07-02 14:08:43 -03:00
index.js Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
index.scss Uncomment and fix all auto-fixable stylelint rules (#8989) 2020-07-15 10:13:40 -03:00
permissions-connect.component.js Display pending notifications after connect flow (#9011) 2020-07-16 09:13:29 -03:00
permissions-connect.container.js Display pending notifications after connect flow (#9011) 2020-07-16 09:13:29 -03:00