{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":42009758,"defaultBranch":"develop","name":"metamask-extension","ownerLogin":"MetaMask","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-09-06T16:34:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11744586?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717825133.0","currentOid":""},"activityList":{"items":[{"before":"a973ab91e50824eb820b1eb91ba24a94cb5b1180","after":"bfd8a832b917f513bb833129a34af3cd42c07261","ref":"refs/heads/l10n_crowdin_action","pushedAt":"2024-06-09T12:07:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"New Crowdin translations by Github Action","shortMessageHtmlLink":"New Crowdin translations by Github Action"}},{"before":"e09d4120ea0c52428f8dd3d93de3f77d59e131b3","after":"eeee27459e1d85b0f4d10e38577eda2a710eb45c","ref":"refs/heads/e2e/draft-switchToWindowWithTitle","pushedAt":"2024-06-09T04:15:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"HowardBraham","name":"Howard Braham","path":"/HowardBraham","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/539738?s=80&v=4"},"commit":{"message":"new code off","shortMessageHtmlLink":"new code off"}},{"before":"000a6debc8489a07b678e626a49ae2781d526625","after":"e09d4120ea0c52428f8dd3d93de3f77d59e131b3","ref":"refs/heads/e2e/draft-switchToWindowWithTitle","pushedAt":"2024-06-09T03:30:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"HowardBraham","name":"Howard Braham","path":"/HowardBraham","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/539738?s=80&v=4"},"commit":{"message":"not good at reducing windows","shortMessageHtmlLink":"not good at reducing windows"}},{"before":"c37525326d06a526d4317e92f32bb2acce63f4dc","after":"a973ab91e50824eb820b1eb91ba24a94cb5b1180","ref":"refs/heads/l10n_crowdin_action","pushedAt":"2024-06-09T00:19:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"New Crowdin translations by Github Action","shortMessageHtmlLink":"New Crowdin translations by Github Action"}},{"before":"ecbed7169f10e19807b9f022a85c91e59798d181","after":"c37525326d06a526d4317e92f32bb2acce63f4dc","ref":"refs/heads/l10n_crowdin_action","pushedAt":"2024-06-08T12:06:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"New Crowdin translations by Github Action","shortMessageHtmlLink":"New Crowdin translations by Github Action"}},{"before":"0b359ce69590e17413e91dffd5203cfcd317a2e7","after":"ecbed7169f10e19807b9f022a85c91e59798d181","ref":"refs/heads/l10n_crowdin_action","pushedAt":"2024-06-08T05:39:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"New Crowdin translations by Github Action","shortMessageHtmlLink":"New Crowdin translations by Github Action"}},{"before":"6f5b7a763ad33080fe5ec551c4cf85267f78d3e6","after":null,"ref":"refs/heads/fix-flaky-vault","pushedAt":"2024-06-08T05:38:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"seaona","name":null,"path":"/seaona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/54408225?s=80&v=4"}},{"before":"957fab3e5cbb0ab11cfaf88d641f2ae782e63588","after":"69f762057857b12bb36b5556724ee1c0a8191fdc","ref":"refs/heads/develop","pushedAt":"2024-06-08T05:38:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"seaona","name":null,"path":"/seaona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/54408225?s=80&v=4"},"commit":{"message":"fix: flaky test `chrome-vault-decryption` (#25145)\n\n\r\n\r\n## **Description**\r\nThis PR fixes another point of flakiness for the\r\n`chrome-vault-decryption` test.\r\nThe test fails because it tries to click an element but there is another\r\nelement overlaying the one we want to click.\r\n\r\n`ElementClickInterceptedError: element click intercepted: Element ... is not\r\nclickable at point (695, 12). Other element would receive the click:\r\n
` prevent it this case to go inside the condition.\r\n\r\nNow we make the error condition so it also matches the above error.\r\n\r\n[![Open in GitHub\r\nCodespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/25145?quickstart=1)\r\n\r\n## **Related issues**\r\n\r\nFixes:\r\n\r\n## **Manual testing steps**\r\n\r\n1. Check ci successful run for vault-decrypt test\r\nhttps://app.circleci.com/pipelines/github/MetaMask/metamask-extension/86378/workflows/ab1c3c26-ddef-4599-b17d-b09df73a17d9/jobs/3146544\r\n\r\n## **Screenshots/Recordings**\r\nCurrent guards on click method:\r\n\r\n![Screenshot from 2024-06-07\r\n18-17-01](https://github.com/MetaMask/metamask-extension/assets/54408225/8e939980-a166-473e-a367-4d24601cf771)\r\n\r\nFixed run:\r\n\r\n\r\n![Screenshot from 2024-06-07\r\n18-19-18](https://github.com/MetaMask/metamask-extension/assets/54408225/74fb4af4-89a7-4571-9336-0d491e8dc9a7)\r\n\r\n\r\n## **Pre-merge author checklist**\r\n\r\n- [x] I've followed [MetaMask Contributor\r\nDocs](https://github.com/MetaMask/contributor-docs) and [MetaMask\r\nExtension Coding\r\nStandards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).\r\n- [x] I've completed the PR template to the best of my ability\r\n- [x] I’ve included tests if applicable\r\n- [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format\r\nif applicable\r\n- [x] I’ve applied the right labels on the PR (see [labeling\r\nguidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).\r\nNot required for external contributors.\r\n\r\n## **Pre-merge reviewer checklist**\r\n\r\n- [ ] I've manually tested the PR (e.g. pull and build branch, run the\r\napp, test code being changed).\r\n- [ ] I confirm that this PR addresses all acceptance criteria described\r\nin the ticket it closes and includes the necessary testing evidence such\r\nas recordings and or screenshots.","shortMessageHtmlLink":"fix: flaky test chrome-vault-decryption (#25145)"}},{"before":"1dccfa015c7d01fac46531d705f9ea1b16732206","after":"2598383a48a0eb4926843c7ba470e72774fa568d","ref":"refs/heads/mb889-bridge-controller","pushedAt":"2024-06-08T00:42:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"micaelae","name":null,"path":"/micaelae","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100321200?s=80&v=4"},"commit":{"message":"fix: unit tests","shortMessageHtmlLink":"fix: unit tests"}},{"before":"42a53edbc8cfd12da4cda7fb45c7780f9a731087","after":"1dccfa015c7d01fac46531d705f9ea1b16732206","ref":"refs/heads/mb889-bridge-controller","pushedAt":"2024-06-08T00:37:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"micaelae","name":null,"path":"/micaelae","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100321200?s=80&v=4"},"commit":{"message":"chore: route","shortMessageHtmlLink":"chore: route"}},{"before":"3cbf70ea650b0cc2d3c3f4ca74c3fc58a487758f","after":"42a53edbc8cfd12da4cda7fb45c7780f9a731087","ref":"refs/heads/mb889-bridge-controller","pushedAt":"2024-06-08T00:31:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"micaelae","name":null,"path":"/micaelae","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100321200?s=80&v=4"},"commit":{"message":"chore: rm fetchSet","shortMessageHtmlLink":"chore: rm fetchSet"}},{"before":"82a9fc45e99524dcad22a5ca7939ca3ada633fc5","after":"3cbf70ea650b0cc2d3c3f4ca74c3fc58a487758f","ref":"refs/heads/mb889-bridge-controller","pushedAt":"2024-06-08T00:27:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"micaelae","name":null,"path":"/micaelae","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100321200?s=80&v=4"},"commit":{"message":"chore: createSelector workaround - revert?","shortMessageHtmlLink":"chore: createSelector workaround - revert?"}},{"before":"700d9810db41028ef6900444aad208b178688d22","after":null,"ref":"refs/heads/Version-v12.0.0-swap-send-updates","pushedAt":"2024-06-08T00:23:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"micaelae","name":null,"path":"/micaelae","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100321200?s=80&v=4"}},{"before":"046766c11c6ee455c0695285a5352daf77e2c7fd","after":"fab8cb54baf30299f4925d41a8b589804f28f168","ref":"refs/heads/Version-v12.0.0","pushedAt":"2024-06-08T00:23:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"micaelae","name":null,"path":"/micaelae","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100321200?s=80&v=4"},"commit":{"message":"v12.0.0 swap send updates (#25152)\n\n\r\n\r\n## **Description**\r\nFollow-up PR for\r\n[Swap+Send](https://github.com/MetaMask/metamask-extension/pull/23703)\r\n\r\nCherry pick of\r\n* chore: update swaps blockedList api url\r\n#[24837](https://github.com/MetaMask/metamask-extension/pull/24837)\r\n* fix: re-enable swap-send-eth e2e test\r\n#[24882](https://github.com/MetaMask/metamask-extension/pull/24882)\r\n* chore: add swap+send analytics\r\n#[25078](https://github.com/MetaMask/metamask-extension/pull/25078)\r\n* fix: resolve all known swap+send bugs\r\n#[25100](https://github.com/MetaMask/metamask-extension/pull/25100)\r\n\r\n\r\n\r\n[![Open in GitHub\r\nCodespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/25152?quickstart=1)\r\n\r\n## **Related issues**\r\n\r\nFixes:\r\n\r\n## **Manual testing steps**\r\n\r\n1. Go to this page...\r\n2.\r\n3.\r\n\r\n## **Screenshots/Recordings**\r\n\r\n\r\n\r\n### **Before**\r\n\r\n\r\n\r\n### **After**\r\n\r\n\r\n\r\n## **Pre-merge author checklist**\r\n\r\n- [ ] I've followed [MetaMask Contributor\r\nDocs](https://github.com/MetaMask/contributor-docs) and [MetaMask\r\nExtension Coding\r\nStandards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).\r\n- [ ] I've completed the PR template to the best of my ability\r\n- [ ] I’ve included tests if applicable\r\n- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format\r\nif applicable\r\n- [ ] I’ve applied the right labels on the PR (see [labeling\r\nguidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).\r\nNot required for external contributors.\r\n\r\n## **Pre-merge reviewer checklist**\r\n\r\n- [ ] I've manually tested the PR (e.g. pull and build branch, run the\r\napp, test code being changed).\r\n- [ ] I confirm that this PR addresses all acceptance criteria described\r\nin the ticket it closes and includes the necessary testing evidence such\r\nas recordings and or screenshots.\r\n\r\n---------\r\n\r\nCo-authored-by: Bilal <44588480+BZahory@users.noreply.github.com>","shortMessageHtmlLink":"v12.0.0 swap send updates (#25152)"}},{"before":"abbf651212d3d17e77f6ea3c104fe4257612d968","after":"0b359ce69590e17413e91dffd5203cfcd317a2e7","ref":"refs/heads/l10n_crowdin_action","pushedAt":"2024-06-08T00:17:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"New Crowdin translations by Github Action","shortMessageHtmlLink":"New Crowdin translations by Github Action"}},{"before":"57d18a630855575b3ed2d20907fd95b17bb92c1d","after":"700d9810db41028ef6900444aad208b178688d22","ref":"refs/heads/Version-v12.0.0-swap-send-updates","pushedAt":"2024-06-07T23:40:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"micaelae","name":null,"path":"/micaelae","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/100321200?s=80&v=4"},"commit":{"message":"fix: resolve all known swap+send bugs (#25100)\n\n\r\n\r\n## **Description**\r\n\r\nA number of minor bugs have been discovered during the official QA\r\nprocess of Swap+Send; this PR aims to resolve all of them without\r\nregression.\r\n\r\n\r\n\r\n[![Open in GitHub\r\nCodespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/25100?quickstart=1)\r\n\r\n## **Related issues**\r\n\r\n\r\n[METABRIDGE-843](https://consensyssoftware.atlassian.net/browse/METABRIDGE-843)\r\n\r\nFixes:\r\n\r\n## **Manual testing steps**\r\n\r\n1. Test all issues with a send-swap label\r\n2. Ensure they are no longer present\r\n3. Ensure Swap+Send continues to work as expected\r\n\r\n## **Screenshots/Recordings**\r\n\r\n\r\n\r\n### **Before**\r\n\r\n\r\n\r\n### **After**\r\n\r\n\r\n\r\n## **Pre-merge author checklist**\r\n\r\n- [x] I’ve followed [MetaMask Coding\r\nStandards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).\r\n- [x] I've completed the PR template to the best of my ability\r\n- [x] I’ve included tests if applicable\r\n- [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format\r\nif applicable\r\n- [x] I’ve applied the right labels on the PR (see [labeling\r\nguidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).\r\nNot required for external contributors.\r\n\r\n## **Pre-merge reviewer checklist**\r\n\r\n- [ ] I've manually tested the PR (e.g. pull and build branch, run the\r\napp, test code being changed).\r\n- [ ] I confirm that this PR addresses all acceptance criteria described\r\nin the ticket it closes and includes the necessary testing evidence such\r\nas recordings and or screenshots.","shortMessageHtmlLink":"fix: resolve all known swap+send bugs (#25100)"}},{"before":"fa79b80206c5c24119e324f527ddbe6813514c00","after":"abbf651212d3d17e77f6ea3c104fe4257612d968","ref":"refs/heads/l10n_crowdin_action","pushedAt":"2024-06-07T23:39:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"New Crowdin translations by Github Action","shortMessageHtmlLink":"New Crowdin translations by Github Action"}},{"before":"d6536aaedf09b6bc7557f8a93610791d8b303858","after":null,"ref":"refs/heads/mb843/qa-fixes","pushedAt":"2024-06-07T23:38:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"BZahory","name":"Bilal","path":"/BZahory","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44588480?s=80&v=4"}},{"before":"ddf0e93a340d0d902b8ebc2c6cfa2d482604f0a4","after":"957fab3e5cbb0ab11cfaf88d641f2ae782e63588","ref":"refs/heads/develop","pushedAt":"2024-06-07T23:38:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"BZahory","name":"Bilal","path":"/BZahory","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44588480?s=80&v=4"},"commit":{"message":"fix: resolve all known swap+send bugs (#25100)\n\n\r\n\r\n## **Description**\r\n\r\nA number of minor bugs have been discovered during the official QA\r\nprocess of Swap+Send; this PR aims to resolve all of them without\r\nregression.\r\n\r\n\r\n\r\n[![Open in GitHub\r\nCodespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/25100?quickstart=1)\r\n\r\n## **Related issues**\r\n\r\n\r\n[METABRIDGE-843](https://consensyssoftware.atlassian.net/browse/METABRIDGE-843)\r\n\r\nFixes:\r\n\r\n## **Manual testing steps**\r\n\r\n1. Test all issues with a send-swap label\r\n2. Ensure they are no longer present\r\n3. Ensure Swap+Send continues to work as expected\r\n\r\n## **Screenshots/Recordings**\r\n\r\n\r\n\r\n### **Before**\r\n\r\n\r\n\r\n### **After**\r\n\r\n\r\n\r\n## **Pre-merge author checklist**\r\n\r\n- [x] I’ve followed [MetaMask Coding\r\nStandards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).\r\n- [x] I've completed the PR template to the best of my ability\r\n- [x] I’ve included tests if applicable\r\n- [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format\r\nif applicable\r\n- [x] I’ve applied the right labels on the PR (see [labeling\r\nguidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).\r\nNot required for external contributors.\r\n\r\n## **Pre-merge reviewer checklist**\r\n\r\n- [ ] I've manually tested the PR (e.g. pull and build branch, run the\r\napp, test code being changed).\r\n- [ ] I confirm that this PR addresses all acceptance criteria described\r\nin the ticket it closes and includes the necessary testing evidence such\r\nas recordings and or screenshots.","shortMessageHtmlLink":"fix: resolve all known swap+send bugs (#25100)"}},{"before":"96152b6d306b1e8071318f96ae81de17b8fe9110","after":"d6536aaedf09b6bc7557f8a93610791d8b303858","ref":"refs/heads/mb843/qa-fixes","pushedAt":"2024-06-07T23:09:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"BZahory","name":"Bilal","path":"/BZahory","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44588480?s=80&v=4"},"commit":{"message":"test: prefer mocked value","shortMessageHtmlLink":"test: prefer mocked value"}},{"before":"ff9101f62e016fa06ec98a09ef265b3eb1f78285","after":"0b6b242ed26776bd4cc35742efaab584f5861724","ref":"refs/heads/fix/opacity-token","pushedAt":"2024-06-07T23:03:06.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"georgewrmarshall","name":"George Marshall","path":"/georgewrmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8112138?s=80&v=4"},"commit":{"message":"chore: updates","shortMessageHtmlLink":"chore: updates"}},{"before":"6eaddb32a7232e0e96c1fd9a4b27eeb2e46a2613","after":"96152b6d306b1e8071318f96ae81de17b8fe9110","ref":"refs/heads/mb843/qa-fixes","pushedAt":"2024-06-07T22:51:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"BZahory","name":"Bilal","path":"/BZahory","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44588480?s=80&v=4"},"commit":{"message":"chore: reverse fix","shortMessageHtmlLink":"chore: reverse fix"}},{"before":null,"after":"ff9101f62e016fa06ec98a09ef265b3eb1f78285","ref":"refs/heads/fix/opacity-token","pushedAt":"2024-06-07T22:50:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"georgewrmarshall","name":"George Marshall","path":"/georgewrmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8112138?s=80&v=4"},"commit":{"message":"chore: refactoring opacity tokens and removing and adding some colors","shortMessageHtmlLink":"chore: refactoring opacity tokens and removing and adding some colors"}},{"before":"a0a0d8783e428b85a9eac0c6148bd954bbbbc352","after":"428ae9883206c9c93d7049e99ca5984de205f3be","ref":"refs/heads/upgrade/design-tokens-v4","pushedAt":"2024-06-07T22:47:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"georgewrmarshall","name":"George Marshall","path":"/georgewrmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8112138?s=80&v=4"},"commit":{"message":"chore: fixing docs","shortMessageHtmlLink":"chore: fixing docs"}},{"before":"dadff4369661b7eeca5fb54556d42e61d21aef0a","after":"a0a0d8783e428b85a9eac0c6148bd954bbbbc352","ref":"refs/heads/upgrade/design-tokens-v4","pushedAt":"2024-06-07T22:41:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"georgewrmarshall","name":"George Marshall","path":"/georgewrmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8112138?s=80&v=4"},"commit":{"message":"chore: adding more colors","shortMessageHtmlLink":"chore: adding more colors"}},{"before":null,"after":"183bb25ebb22b275eab3cf5d6cdd773449534ae4","ref":"refs/heads/Version-v12.0.0-cherry-pick-whats-new","pushedAt":"2024-06-07T22:31:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"darkwing","name":"David Walsh","path":"/darkwing","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46655?s=80&v=4"},"commit":{"message":"fix: Remove old What's New messages (#25048)\n\n## **Description**\r\n\r\nRemoves legacy What's New messages, leaving only the Firefox WN *just*\r\nso that we can keep the shape of data here. This PR ensures _no_ What's\r\nNew messages display at this time.\r\n\r\n[![Open in GitHub\r\nCodespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/25048?quickstart=1)\r\n\r\n## **Related issues**\r\n\r\nFixes: https://github.com/MetaMask/MetaMask-planning/issues/2613\r\n\r\n## **Manual testing steps**\r\n\r\n1. Install fresh MetaMask in Chrome\r\n2. See no \"What's New\" items.\r\n\r\n## **Screenshots/Recordings**\r\n\r\n\r\n\r\n### **Before**\r\n\r\n\r\n\r\n### **After**\r\n\r\n\r\n\r\n## **Pre-merge author checklist**\r\n\r\n- [ ] I’ve followed [MetaMask Coding\r\nStandards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).\r\n- [ ] I've completed the PR template to the best of my ability\r\n- [ ] I’ve included tests if applicable\r\n- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format\r\nif applicable\r\n- [ ] I’ve applied the right labels on the PR (see [labeling\r\nguidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).\r\nNot required for external contributors.\r\n\r\n## **Pre-merge reviewer checklist**\r\n\r\n- [ ] I've manually tested the PR (e.g. pull and build branch, run the\r\napp, test code being changed).\r\n- [ ] I confirm that this PR addresses all acceptance criteria described\r\nin the ticket it closes and includes the necessary testing evidence such\r\nas recordings and or screenshots.","shortMessageHtmlLink":"fix: Remove old What's New messages (#25048)"}},{"before":"117233d92163c9889452a00101d85f0623ba770e","after":"74f9cb737c6ed98233a8612c7dd46222404ecb5c","ref":"refs/heads/burned-tab-id-poc2","pushedAt":"2024-06-07T22:23:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"davidmurdoch","name":"David Murdoch","path":"/davidmurdoch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/187813?s=80&v=4"},"commit":{"message":"lol","shortMessageHtmlLink":"lol"}},{"before":"ae9e66bd6a500fea9149f9a94ef8534c72ac8022","after":"1a8bb37d0da53dad806a1598b9054116b6bb89ba","ref":"refs/heads/adding-stories","pushedAt":"2024-06-07T22:06:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"georgewrmarshall","name":"George Marshall","path":"/georgewrmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8112138?s=80&v=4"},"commit":{"message":"docs: creating stories for stories which include spinner component","shortMessageHtmlLink":"docs: creating stories for stories which include spinner component"}},{"before":"fc68974bf5bf4f497a6160a2969cccfff151c832","after":"ae9e66bd6a500fea9149f9a94ef8534c72ac8022","ref":"refs/heads/adding-stories","pushedAt":"2024-06-07T22:05:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"georgewrmarshall","name":"George Marshall","path":"/georgewrmarshall","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8112138?s=80&v=4"},"commit":{"message":"docs: creating stories for stories which include spinner component","shortMessageHtmlLink":"docs: creating stories for stories which include spinner component"}},{"before":"8141639943ce0cef9b3922558d9e4630737558cc","after":"117233d92163c9889452a00101d85f0623ba770e","ref":"refs/heads/burned-tab-id-poc2","pushedAt":"2024-06-07T22:04:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"davidmurdoch","name":"David Murdoch","path":"/davidmurdoch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/187813?s=80&v=4"},"commit":{"message":"sdfglkjhadsfklhjadsf i hate this so much\n\nour eslint rules suck","shortMessageHtmlLink":"sdfglkjhadsfklhjadsf i hate this so much"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYFhDEgA","startCursor":null,"endCursor":null}},"title":"Activity · MetaMask/metamask-extension"}