-
Notifications
You must be signed in to change notification settings - Fork 427
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
chore(test-studio): add asset types to structure navigation #7631
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
No changes to documentation |
Component Testing Report Updated Oct 18, 2024 3:03 PM (UTC) ✅ All Tests Passed -- expand for details
|
⚡️ Editor Performance ReportUpdated Fri, 18 Oct 2024 15:06:24 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
* next: v3.62.0 fix: warnings on React 19 (#7654) fix(deps): update dependency @sanity/ui to ^2.8.10 (#7652) fix(deps): update dependency @sanity/ui to ^2.8.10 (#7653) chore(deps): update dependency @sanity/visual-editing to v2.2.2 (#7651) fix(core): inherit readOnly state from ancestors in copyPaste function (#7643) fix(deps): update dependency @sanity/mutate to ^0.10.1 (#7650) fix(deps): Update dev-non-major (#7649) fix(deps): update dependency @sanity/presentation to v1.17.3 (#7648) fix(deps): update dependency @portabletext/editor to ^1.1.5 (#7638) fix(deps): update dependency @sanity/presentation to v1.17.2 (#7647) fix(deps): Update dev-non-major (#7646) fix(deps): update dependency @sanity/presentation to v1.17.1 (#7645) chore(deps): update dependency @sanity/preview-url-secret to v2 (#7641) fix(deps): update dependency @sanity/presentation to v1.17.0 (#7640) fix(deps): Update dev-non-major (#7639) chore(cli): update help copy for deploy command (#7624) chore(test-studio): add asset types to structure navigation (#7631)
Description
It is useful to see the image and file assets at times - this PR adds some structure entries for them to the test studio structure. Also removes an annoying warning about not specifying API version for one of the document lists.
What to review
Structure items shows up, works.
Testing
None
Notes for release
None