Conversation
🦋 Changeset detectedLatest commit: 163171d 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull Request Overview
This PR removes demo mode functionality from the Saleor Dashboard application. The changes eliminate all code related to the demo mode feature, including configuration, components, and conditional logic.
- Removes DEMO_MODE environment variable and configuration
- Deletes the DemoBanner component and related files
- Removes demo-specific login form pre-population and notifications
- Cleans up conditional demo mode logic throughout the application
Reviewed Changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| vite.config.js | Removes DEMO_MODE from environment variables and OG tags injection |
| src/intl.ts | Removes demo mode notification message definition |
| src/index.tsx | Removes DemoBanner component import and usage |
| src/index.html | Removes OG tags injection placeholder |
| src/config.ts | Removes DEMO_MODE configuration export |
| src/components/DemoBanner/* | Deletes entire DemoBanner component directory |
| src/auth/utils.ts | Removes displayDemoMessage function |
| src/auth/hooks/useAuthProvider.ts | Removes demo mode notifications and simplifies external login logic |
| src/auth/components/LoginPage/form.tsx | Removes demo mode login form pre-population |
| .storybook/vite.storybook.config.js | Removes DEMO_MODE from Storybook configuration |
| .env.template | Removes DEMO_MODE environment variable |
| .changeset/cold-cooks-shout.md | Documents the removal of demo mode code |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5881 +/- ##
========================================
Coverage 38.64% 38.64%
========================================
Files 2745 2742 -3
Lines 43254 43228 -26
Branches 9455 9801 +346
========================================
- Hits 16714 16707 -7
+ Misses 26510 26491 -19
Partials 30 30 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
163171d
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 16 out of 16 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.
Scope of the change