Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
🦋 Changeset detectedLatest commit: 444fcd4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Pull Request Overview
This PR removes a navigation tip card that informed users about the relocation of Plugins and Webhook Events from the configuration page to the Extensions page. The change cleans up the configuration page by removing the temporary notification message and its associated imports.
- Removed navigation tip card component and its content
- Cleaned up unused imports (DashboardCard, ExtensionsUrls, useNavigator, ExclamationIcon, Button, FormattedMessage)
- Removed the goToExtensions navigation function
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5937 +/- ##
==========================================
- Coverage 40.07% 40.06% -0.01%
==========================================
Files 2473 2473
Lines 40190 40183 -7
Branches 8840 8840
==========================================
- Hits 16107 16101 -6
+ Misses 24056 24055 -1
Partials 27 27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This PR removes message in configuration page for moved confgiuration to Extensions page.