-
Notifications
You must be signed in to change notification settings - Fork 127
Add view transitions for WP Admin #2038
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #2038 +/- ##
==========================================
- Coverage 68.03% 67.74% -0.30%
==========================================
Files 92 93 +1
Lines 7631 7664 +33
==========================================
Hits 5192 5192
- Misses 2439 2472 +33
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
@mukeshpanchal27 Looks very good, just a few notes on the admin UI.
Co-authored-by: Weston Ruter <[email protected]>
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
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.
@mukeshpanchal27 This looks almost good to go. Just a few last points of feedback.
@felixarntz I’ve addressed the feedback, and it looks ready to merge now. Please take a look when you get a chance. 🙌 |
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.
A few additional notes from my UI testing.
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.
@mukeshpanchal27 LGTM, awesome work!
Summary
Something we discussed and considered during WCEU 2025. We wanted to check if View Transitions are supported in WP Admin. In the last few hours, we made some quick tweaks, and it looks like it's working well. So we’ve gone ahead and opened a PR to add View Transition support in WP Admin and it looks awesome! 🚀
Relevant technical choices