1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/ui/store
Mark Stacey 55d8ec0572
Document displayWarning as deprecated (#17465)
The `displayWarning` action creator will show the error in various
different places in the UI. This is confusing for users, we should stop
doing this.

Instead we can consider each error case separately. If there is a
scenario where it's appropriate to tell a user about an error, we
should build that case into the relevant UI and use localized error
messages.
2023-01-30 09:37:04 -03:30
..
action-queue Document callback-style background calls as deprecated (#17376) 2023-01-26 12:27:15 -03:30
actionConstants.js Added toaster for removed NFTs (#17297) 2023-01-23 17:23:44 +05:30
actionConstants.test.js migrate network constants to typescript (#15610) 2022-09-14 09:55:31 -05:00
actions.js Document displayWarning as deprecated (#17465) 2023-01-30 09:37:04 -03:30
actions.test.js Convert shared/constants/hardware-wallets.js -> Typescript (#17310) 2023-01-20 09:14:40 -06:00
store.js Disable remote-redux-devtools in non-dev builds (#12956) 2021-12-06 11:55:40 -03:30