-
Notifications
You must be signed in to change notification settings - Fork 58
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
Drag & Drop blocks feature #4832
Conversation
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
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.
LGTM! I can't approve the PR but all good from my side ✅
@geriux looks like the E2E test failures are actual breakages 😭. I investigated further and at least on Android, it's related to the fact that the block's content is now wrapped with a ExampleCurrent implementation
Future implementation
I will work on applying this fix in the Gutenberg PR and check if the fix makes the CI jobs pass 🤞 . |
Cool! Thanks for explaining the issue and fixing it! It looks like they passed now 🎉 |
Should we maybe run the full ones just to double check? |
Regarding the failure of the iOS E2E test, I applied the fix in WordPress/gutenberg@7292638. I'm going to update the Gutenberg reference and trigger all PR checks again. |
Yeah 🎊 ! Looks like the fix (WordPress/gutenberg@decf119) for the Android E2E tests worked. |
@geriux Finally all PR checks have passed 🎊 , I'll proceed to merge the PRs. |
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.
Approved via WordPress/gutenberg#40424 (review).
Gutenberg PR
-> [RNMobile] Drag & drop blocks feature WordPress/gutenberg#40424What?
Introduces the drag & drop blocks feature to the native version of the editor.
Why?
This is the integration PR of the drag & drop blocks feature.
How?
The implementation details can be found at WordPress/gutenberg#40424.
PR submission checklist: