1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/ui
Olaf Tomalka a323a5fe59
Reject popup confirmations on close (#12643)
* Background clears confirmations on popup close

* [WIP] Remove clearing confirmations through UI

* Confirmations are now rejected instead of cleared

* Erased commented out code

* Fix linter errors

* Changes after code review

* Moved metrics events from onWindowUnload to background

* PR review fixes

* Added abillity to add reason to rejection of messages

* Fix prettier

* Added type metrics event to signature cancel

* Fix test

* The uncofirmed transactions are now cleared even if Metamask is locked
2021-11-15 17:13:51 +01:00
..
__mocks__
components Reject popup confirmations on close (#12643) 2021-11-15 17:13:51 +01:00
contexts Adding GasFee context (#12530) 2021-11-10 07:37:10 +05:30
css Fix/ux papercuts account details issue #12292 (#12399) 2021-11-09 07:28:21 -03:30
ducks Implementing display solution for testnets in the network dropdown (#12564) 2021-11-08 13:58:23 -07:00
helpers Support for Layer 2 networks with transaction fees on both layers (#12658) 2021-11-11 13:16:45 -03:30
hooks Changes in edit link on confirm transaction page (#12567) 2021-11-13 00:39:59 +05:30
pages Reject popup confirmations on close (#12643) 2021-11-15 17:13:51 +01:00
selectors EIP-1559 V2 : Adding advancedGasFee property to Preference Controller (#12577) 2021-11-11 14:18:50 -05:00
store EIP-1559 V2 : Adding advancedGasFee property to Preference Controller (#12577) 2021-11-11 14:18:50 -05:00
1.INTRODUCTION.stories.mdx Docs/12367 Adding storybook essentials addons (#12393) 2021-10-29 07:22:07 -10:00
2.DOCUMENTATION.stories.mdx Docs/12367 Adding storybook essentials addons (#12393) 2021-10-29 07:22:07 -10:00
index.js