-
Notifications
You must be signed in to change notification settings - Fork 454
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(sanity): refine release toasts #8902
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
3dfcb22
to
4aa4e8e
Compare
No changes to documentation |
⚡️ Editor Performance ReportUpdated Wed, 12 Mar 2025 15:44:29 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
2677701
to
b7fa181
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a blocker, I find this one to be the one that I thought might make most sense to keep, but this is a rehash of the discussion we've had in previous PRs. Not a blocker, just a thought that success messages should probably remain in place, not married to this though 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing it out, Rita. I do share your concern. Removing it is consistent with removing the archive/unarchive success toasts, where the success state is reflected in the view in the same way that publishing the doc is.
I'm going to merge with the removal for now, but I think we should keep it in mind in case it creates confusion down the line.
Description
This branch continues the work of refining toasts, focusing on Content Releases. Primarily, this means removing success toasts when it's apparent in the UI that the operation was successful.
What to review
Do all the removals make sense? The commits are atomic, so it's probably easiest to look over them to see the individual changes.
Testing
Tested in browser. Existing tests succeed.