Niranjana Binoy
Niranjana Binoy
#15509 As a part of MV3, we need to replace the `setTimeout` and `setInterval` functions with chrome Alarms throughout the code base. While creating chrome alarms, we can define `delayInMinutes`...
We need to use `formatIconUrlWithProxy` in extension for formating the token iconURL to proxy for the tokens from swap API. Since the extension is currently using a static token list...
Replacing setTimeout in resetTimer() for auto lock timeout with chrome alarms
#15929 Replacing the setTimeout used to auto lock the application based on a time limit with chrome alarm.
Part of https://github.com/MetaMask/MetaMask-planning/issues/880 The controller will have API calls to create the DELETE_ONLY regulation based on USER_ID and Status check for an existing regulation/current regulation based on regulation id
Part of https://github.com/MetaMask/MetaMask-planning/issues/880 To confirm the deletion when the Delete MetaMetrics Data button from Security & Privacy is clicked. > > Title: Delete MetaMetrics data? > Description: We are about...
Part of https://github.com/MetaMask/MetaMask-planning/issues/880 UI changes for the Delete MetaMetrics Data section with a button. Comment: We want to update the copy compared to what's currently in Mobile, such that data...
**This PR is dependant on #24503** ## **Description** - Added a new functional component as an entry to the Security & Privacy tab with the `Delete MetaMetrics Data` button. -...
## **Description** We are adding a new controller, `MetaMetricsDataDeletionController,` and a service class for MetaMetrics data deletion. The service class will have the API interaction for the data deletion, which...