Skip to content

fix: Remove old What's New messages#25048

Merged
darkwing merged 7 commits intodevelopfrom
remove-old-whats-new
Jun 7, 2024
Merged

fix: Remove old What's New messages#25048
darkwing merged 7 commits intodevelopfrom
remove-old-whats-new

Conversation

@darkwing
Copy link
Copy Markdown
Contributor

@darkwing darkwing commented Jun 5, 2024

Description

Removes legacy What's New messages, leaving only the Firefox WN just so that we can keep the shape of data here. This PR ensures no What's New messages display at this time.

Open in GitHub Codespaces

Related issues

Fixes: https://github.com/MetaMask/MetaMask-planning/issues/2613

Manual testing steps

  1. Install fresh MetaMask in Chrome
  2. See no "What's New" items.

Screenshots/Recordings

Before

After

Pre-merge author checklist

  • I’ve followed MetaMask Coding Standards.
  • I've completed the PR template to the best of my ability
  • I’ve included tests if applicable
  • I’ve documented my code using JSDoc format if applicable
  • I’ve applied the right labels on the PR (see labeling guidelines). Not required for external contributors.

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

@darkwing darkwing requested a review from a team as a code owner June 5, 2024 01:58
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jun 5, 2024

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@darkwing darkwing added team-core-extension-ux Core Extension UX team needs-assets-ux-review A shared label between the Assets and UX team to flag PRs ready for consolidated team review. labels Jun 5, 2024
@darkwing darkwing force-pushed the remove-old-whats-new branch from e24902d to 2685652 Compare June 5, 2024 23:35
Comment on lines 216 to 220
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can delete these two images?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good shout!

@darkwing darkwing force-pushed the remove-old-whats-new branch from 2685652 to 93fae73 Compare June 6, 2024 02:15
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 6, 2024

Codecov Report

Attention: Patch coverage is 57.14286% with 3 lines in your changes missing coverage. Please review.

Project coverage is 65.41%. Comparing base (bf6fc7d) to head (1e94ca8).

Files Patch % Lines
.../components/app/whats-new-popup/whats-new-popup.js 0.00% 2 Missing ⚠️
ui/pages/home/home.container.js 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #25048      +/-   ##
===========================================
- Coverage    65.45%   65.41%   -0.05%     
===========================================
  Files         1352     1352              
  Lines        53971    53928      -43     
  Branches     14004    13997       -7     
===========================================
- Hits         35326    35273      -53     
- Misses       18645    18655      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@metamaskbot
Copy link
Copy Markdown
Collaborator

Builds ready [1e94ca8]
Page Load Metrics (55 ± 5 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint711078694
domContentLoaded9241232
load438155105
domInteractive9241232
Bundle size diffs [🚀 Bundle size reduced!]
  • background: 0 Bytes (0.00%)
  • ui: -1.09 KiB (-0.02%)
  • common: -6.35 KiB (-0.10%)

]);

const TEMPORARY_DISABLE_WHATS_NEW = true;
const showWhatsNewPopup = TEMPORARY_DISABLE_WHATS_NEW
Copy link
Copy Markdown
Contributor Author

@darkwing darkwing Jun 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ensures the What's New modal never displays.

@darkwing darkwing merged commit 63ef9bf into develop Jun 7, 2024
@darkwing darkwing deleted the remove-old-whats-new branch June 7, 2024 17:03
@github-actions github-actions bot locked and limited conversation to collaborators Jun 7, 2024
@metamaskbot metamaskbot added release-12.1.0 Issue or pull request that will be included in release 12.1.0 release-12.0.0 Issue or pull request that will be included in release 12.0.0 and removed release-12.1.0 Issue or pull request that will be included in release 12.1.0 labels Jun 7, 2024
@metamaskbot
Copy link
Copy Markdown
Collaborator

Missing release label release-12.0.0 on PR. Adding release label release-12.0.0 on PR and removing other release labels(release-12.1.0), as PR was cherry-picked in branch 12.0.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

needs-assets-ux-review A shared label between the Assets and UX team to flag PRs ready for consolidated team review. release-12.0.0 Issue or pull request that will be included in release 12.0.0 team-core-extension-ux Core Extension UX team

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants