-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core): add opt out option to studioAnnouncements #7820
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
No changes to documentation |
b9a07ca
to
845c619
Compare
Component Testing Report Updated Nov 15, 2024 9:24 AM (UTC) ✅ All Tests Passed -- expand for details
|
⚡️ Editor Performance ReportUpdated Fri, 15 Nov 2024 09:26:45 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
* next: chore(core): update announcements card close icon (#7822) fix(core): add opt out option to studioAnnouncements (#7820) chore(lockfile): update dependency @sanity/asset-utils to v2.1.0 (#7818) chore(deps): update pnpm to v9.13.1 (#7817) chore(lockfile): update dependency sanity-plugin-mux-input to v2.4.0 (#7814) fix(deps): Update dev-non-major (#7809) chore(deps): update typescript-tooling (#7812) fix(deps): update dependency @portabletext/editor to ^1.8.0 (#7810) v3.64.1 fix: add --legacy-peer-deps to next-sanity pacakge install (#7806) fix(deps): Update dev-non-major (#7804) fix(deps): update dependency @portabletext/editor to ^1.7.1 (#7807) fix(deps): update dependency @sanity/presentation to v1.18.2 (#7808)
Description
Adds a new config flag that can be used to opt out from announcements.
It also opts out in e2e tests, given tests are failing when the announcement renders
What to review
Is the config name accurate?
Announcements should work as always in the test studio, you can test it by appending the
?reset-announcements
to the test studio url.https://test-studio-git-announcements-opt-out.sanity.dev/test/structure?reset-announcements=true
Testing
New tests for the opt out flag has been added
Notes for release