Feature: New Classic Editor Interface#97
Open
s3rgiosan wants to merge 51 commits intofeature/data-api-backbonefrom
Open
Feature: New Classic Editor Interface#97s3rgiosan wants to merge 51 commits intofeature/data-api-backbonefrom
s3rgiosan wants to merge 51 commits intofeature/data-api-backbonefrom
Conversation
…or use on the classic editor
…support # Conflicts: # assets/js/components/relationship-manager.tsx # assets/js/components/relationships-panel.tsx # package-lock.json
Member
Author
|
Hi @fabiankaegy @rickalee this is ready for review. |
This was referenced Mar 14, 2025
4 tasks
…support # Conflicts: # includes/UI/BlockEditor.php
Member
Author
|
I've created a |
Member
|
@s3rgiosan is there more work planned here or should we bump this again for review? |
Member
Author
|
@jeffpaul I'm planning to review this later this week. |
…support # Conflicts: # composer.lock # includes/UI/MetaBox.php # includes/UI/PostToPost.php # includes/UI/PostToUser.php # includes/UI/PostUI.php
Member
Author
|
@rickalee PR is ready for review. The |
…support # Conflicts: # package-lock.json
…support # Conflicts: # package-lock.json
…support # Conflicts: # dist/js/block-editor.asset.php # dist/js/block-editor.js
…support # Conflicts: # includes/Plugin.php
…support # Conflicts: # dist/js/block-editor.asset.php # dist/js/block-editor.js # includes/UI/BlockEditor.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Warning
This PR is based on top of #94
Description of the Change
This PR replaces the existing Vue-based classic editor UI with a React-based interface that uses the same components and WordPress Data API store as the Block Editor, ensuring a consistent user experience across both editors and eliminating the Vue dependency.
Key Changes:
Removed Vue Dependency:
vue-resourceand other Vue-related dependenciescontent-connect.jsbundle that contained Vue componentsNew Classic Editor Implementation:
ClassicEditor.phpclass to handle classic editor integrationclassic-editor.tsxentry point that mounts React components in classic editor meta boxesRelationshipManagercomponent as the Block Editorwp-content-connect) for state managementComponent Reuse:
RelationshipManagercomponent as the Block Editor@10up/block-componentsContentPicker componentCloses #45
How to test the Change
Setup:
enable_ui: trueClassic Editor Testing:
Cross-Editor Consistency:
Regression Testing:
Changelog Entry
vue-resourcepackage.Credits
Props @s3rgiosan @fabiankaegy
Checklist