-
Notifications
You must be signed in to change notification settings - Fork 448
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
feat(structure): edit liveEdit
documents through the global draft perspective
#8480
feat(structure): edit liveEdit
documents through the global draft perspective
#8480
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
liveEdit
documents through the global draft perspective
No changes to documentation |
Component Testing Report Updated Feb 3, 2025 2:35 PM (UTC) ❌ Failed Tests (1) -- expand for details
|
⚡️ Editor Performance ReportUpdated Mon, 03 Feb 2025 14:37:42 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
Description
This PR updates how the
liveEdit
documents behave and allows users to edit them while being on thedraft
perspective.Instead of forcing them to switch to the
published
perspective it shows them with the published badge that they are gonna be editing the published document and not the draft. It also adds information in the draft badge on why that one is disabled.We have two different scenarios to consider for the
liveEdit
documents, draft exists or not.In most cases the draft won't exist, given it's a live edit.
No draft
Draft exists
What to review
Testing
Notes for release