1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui
Mark Stacey 506ee16648
Document callback-style background calls as deprecated (#17376)
We've been migrating from callback-based to async background calls for
a number of years now. The async calls are easier to read, and less
likely to be misused (especially when it comes to error handling).

The `callBackgroundMethod` method, used to make a callback-based
background call, has been marked as deprecated. Hopefully this will
discourage further use.
2023-01-26 12:27:15 -03:30
..
__mocks__ Refactoring isManifestV3 variable (#15568) 2022-08-16 20:51:42 +05:30
components Consolidated all component import paths (#17368) 2023-01-25 11:54:08 -08:00
contexts i18n: fix missing locale for "en" error (#17014) 2022-12-22 00:31:06 +07:00
css Added padding/margin inline support to the Box component (#17134) 2023-01-14 10:54:25 +05:30
ducks Fix #17388 - Remove dismiss button from NFT notification (#17389) 2023-01-25 13:28:15 -06:00
helpers Convert ui/helpers/constants/common to typescript (#17348) 2023-01-25 09:47:02 -06:00
hooks Convert ui/helpers/constants/common to typescript (#17348) 2023-01-25 09:47:02 -06:00
pages Put hardware wallets behind an HARDWARE_WALLETS_MV3 flag (#17354) 2023-01-25 17:42:08 -03:30
selectors Improving getMemoizedMetadataContractName selector (#17432) 2023-01-26 21:09:13 +05:30
store Document callback-style background calls as deprecated (#17376) 2023-01-26 12:27:15 -03:30
index.js Refactor Errors E2E test to no longer rely upon a real error (#17332) 2023-01-23 12:58:35 -06:00
index.test.js Remove related UI code from the app dir (#15384) 2022-09-16 14:05:21 -05:00